hosseintv
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Manual button TinyMCEI’m not using any plugin .I created them manually like this :
I created this direction : ‘myThemeFolder/plugins/tinymce-customize/berdook-tinymce.php’ and two other files.berdook-tinymce.php =>
<?php add_action('init', 'berdook_buttons'); function berdook_buttons() { add_filter( "mce_external_plugins", "berdook_add_buttons" ); add_filter( 'mce_buttons', 'berdook_register_buttons' ); } function berdook_add_buttons($plugin_array) { $plugin_array['berdook'] = get_template_directory_uri() . '/plugins/tinymce-customize/berdook-tinymce-plugin.js'; return $plugin_array; } function berdook_register_buttons($buttons) { array_push($buttons, 'eos'); return $buttons; } function appthemes_add_quicktags() { if (wp_script_is('quicktags')){ ?> <script type="text/javascript"> QTags.addButton( 'Pre', 'Pre', '<pre></pre>', '', '', 'Pre', 100); </script> <?php } } add_action( 'admin_print_footer_scripts', 'appthemes_add_quicktags' );?>
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] how to pagging tag site map.isn’t anyway?
Forum: Fixing WordPress
In reply to: how to disable redirect domainhi it fixed.i cleared all cookie and cache from browser
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] how to pagging tag site map.hi
i enabled ” Include tag pages ” but “mysite/sitemap-tax-post_tag.xml” contains more than 50,000 tags.
google search console show an error :Your Sitemap contains too many URLs. Please create multiple Sitemaps with up to 50000 URLs each and submit all Sitemaps.
how to fix it?
Forum: Fixing WordPress
In reply to: how to disable redirect domaini replaced all ‘old.com’ to ‘new.com’ on database.
replaced all files (wp-admin , wp-include and php files on root directory) to update files on cpanel.
i removed all cache.“<?php the_permalink();?>” worked good.
only homepage redirect to “old.com” (i go to “new.com” redirected to “old.com”).
only homepage.please help me.
Forum: Fixing WordPress
In reply to: how to disable redirect domainthanks.
i checked it but dose not worked.
i checked database , config.php , function , database > option , cpanel redirect , etc.
it redirect again.Forum: Plugins
In reply to: [XML Sitemap Generator for Google] how to pagging tag site map.anybody here?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] how to pagging tag site map.hi?
Forum: Fixing WordPress
In reply to: how to disable change posti don’t use visual mod.
i use text mode but when i save post editor change the text and then save it.[Moderator note: Please, no bumping.]
- This reply was modified 8 years, 2 months ago by Steven Stern (sterndata).
Forum: Fixing WordPress
In reply to: how to set 2 domain on wpi registered my old domain on google webmaster but don’t show it after 8 months with 10,000 indexed URL even search mydomain.com on google search.
on webmaster don’t have any error.i want to register my new domain.
- This reply was modified 8 years, 2 months ago by hosseintv.
Forum: Fixing WordPress
In reply to: how to set 2 domain on wpsorry about “???????????”.
is not anyway to set two domains on one wordpres 4.7?
i don’t want two separate installations!Forum: Fixing WordPress
In reply to: how i can use RRS 0.92i have problem both url :
site.com/feed/rrs2
site.com/feed/rrsredirect to site.com/feed
i want to show site.com/feed/rrs (0.92)
Forum: Fixing WordPress
In reply to: how to show summary in FEED/RRS not full content?hi friends
any body are not here.
in my wordpress feed show full content text i want to show only summary(excerpt).Forum: Fixing WordPress
In reply to: how to show summary in FEED/RRS not full content?i dont use plugin cach until last night.and i use from mozila,chrome ,… but no changing . show full content not excerpt in : love2music.com/feed.
and last night i installing w3cach plugin but it is disable for feed/rrsForum: Fixing WordPress
In reply to: how to show summary in FEED/RRS not full content?love2music.com