Support Forum
I had this problem before - I believe it's related to the Genesis theme where the topic title shows up at the top of the page like this http://shieldtv.net/forum/shie.....er-is-here
This problem has returned since upgrading to the new version of simple press yesterday and I can't make it go away!
oh, has this reared its ugly head in genesis again?? we had it occurring many months ago, but was resolved... Can I assume you are on the latest Genesis 1.9.2?
When we made some meta and header changes to play nicer with seo plugins, we had tested Genesis and not seen that... but maybe something else has thrown in off kilter again...
but I will go do some testing later today with Genesis and see if its come back for me too... and see if I can remember what the solution was back then...
you might try a quick search here because the fix was posted... I would (and will) but I need to run to the dentist first this morning...
Visit Cruise Talk Central and Mr Papa's World
yeah, same issue as posted here and fixed over a year... seems broken again with the seo changes... this is Genesis with no other seo, right?
can you add the following to your spFunctions.php template file in the sp theme you are using?
add_action('sph_forum_startup', 'do_my_title_filter'); function do_my_title_filter() { remove_filter('wp_title', 'sp_setup_browser_title', 99, 3); # want it to run last add_filter('wp_title', 'sp_setup_browser_title', 10, 3); # want it to run last }
that should fix it up for you...
Visit Cruise Talk Central and Mr Papa's World