thehotpeg
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Site TitleMistakes / Warning :
=> Disable ‘Force Rewrite’ option.
=> Do not close the php i.e. remove?>
from above code…
Forum: Plugins
In reply to: [Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Site TitleHi,
=> Disable ‘Force Rewrite’ option.
=> Create a functions.php in the Child Theme’s Folder<?php function my_remove_title_filter(){ remove_filter( 'wp_title', 'your_themes_filter_wp_title' ); } add_action( 'init', 'my_remove_title_filter' ); ?>=>Please paste ‘Your_theme’s_filter_title’
This will probably resolve the issue.
I found this info from following sources..
For details http://venutip.com/content/right-way-override-theme-functions and http://www.prasannasp.net/fix-seo-by-yoast-prints-site-title-twice/Forum: Plugins
In reply to: [W4 Post List] List in Multiple ColumnsHelp.
Two Column list for Categories List and Tag List. Alphabetical Simple list created.Thanks.
Forum: Themes and Templates
In reply to: [Sampression Lite] Category/Archive Column on left RemovalThank you Mr. Thapa : )
Forum: Plugins
In reply to: [W4 Post List] List in Multiple ColumnsWho else is a better expert than the Author himself ! …
Viewing 5 replies - 1 through 5 (of 5 total)