Forums
(@thehotpeg)
9 years, 12 months ago
Mistakes / Warning :
=> Disable ‘Force Rewrite’ option. => Do not close the php i.e. remove
?>
from above code…
Hi,
=> 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 https://venutip.com/content/right-way-override-theme-functions and https://www.prasannasp.net/fix-seo-by-yoast-prints-site-title-twice/
10 years ago
Help. Two Column list for Categories List and Tag List. Alphabetical Simple list created.
Thanks.
Thank you Mr. Thapa : )
Who else is a better expert than the Author himself ! …