Support Forum
Nate, what are your settings an options... was waiting to hear back from sptab on a couple..
Visit Cruise Talk Central and Mr Papa's World
so confused... since its working fine for me with the options I mentioned...
only other thing we can try is that I am running the 5.3 dev version and there is one other change in there generally speaking for titles... so maybe you can try adding the code change here:
https://simple-press.com/suppo.....2/#p125578
and see what happens...
Visit Cruise Talk Central and Mr Papa's World
I changed the 10 to 99 and it didn't fix the title.
# browser title
add_filter('wp_title', 'sp_setup_browser_title', 10, 3);
to
#browser title
add_filter('wp_title', 'sp_setup_browser_title', 99, 3);
Again, keywords and description work fine, it's just the titles are not showing up correctly in the browser bar or when you view source of the page. I have this is my header.php, is this what it should be? <title><?php bloginfo('name'); ?></title>
No. that offers no chance for us to rewrite it... I thought you said that this worked before like sptab? is that not the case?
you really want something like:
<title><?php wp_title(); ?></title>
if your theme just outputs it, we cannot affect it...
Visit Cruise Talk Central and Mr Papa's World
Yes, it worked fine before but I don't know if it was 2.0.1 or 2.0.2 that broke it, I only noticed it because Google Webmaster said I had duplicate titles.
I changed the line in my header.php to <title><?php wp_title(); ?></title> yet still it shows <title>Forum | RockItPro.com</title> on ever forum page and post.
UPDATE: I figured out what's causing it, it's the setting in AioSEO Rewrite Titles>Page Title Format, setting Rewrite Titles to Disabled OR leaving the Page Title Format BLANK shows the correct titles for each forum and post. The problem is I need Rewrite Titles enabled and Page Title Format set up because I have my categories and posts set up a certain way.
What would cause this to break now when it worked fine before?
ya beat me to it... just what I was going to suggest... I had mentioned before it was the rewriting titles causing the issue and so you just need to disable for the forum page...
nice detective work!
Visit Cruise Talk Central and Mr Papa's World
just for the record, I updated my seoAll in One plugin and it broke the forum. The page layout in the forum pages went full screen without the header and menus from my website. I rolled back to the previous version of SEO all in one and the forum came back to the way it was before that upgrade, displaying the headers and menus correctly.
1 Guest(s)