Anyone?
I put the page on draft. De-activate the plugin and re activated it and viewed the page and the title was fine. But when i set the page to published it was wrong again.
Same problem. Is there a fix for this?
Seems odd, for me its solved by stock, did you check out all settings for forums so far?
settings seem fine. I tried opening the bbpress theme files and manually editing the page title but it didn’t change anything.
I tried editing /plugins/bbpress/bbp-themes/bbp-twentyten/page-front-forums.php and archive-forum.php
By replacing this
<div id=”forum-front” class=”bbp-forum-front”>
<h1 class=”entry-title”><?php the_title(); ?></h1>
<div class=”entry-content”>
with this
<div id=”forum-front” class=”bbp-forum-front”>
<h1 class=”entry-title”>FORUMS</h1>
<div class=”entry-content”>
But nothing. Any suggestions on a manual edit?
I have bbPress 2.1 and that shows just “Forums | My site name” for title.
What version do you use?
same problem here, fresh install, didnt change any options. the forums page title is the last forum I added
This is probably because you have something like: the_title() inside your title tag in your theme?
I had to have conditional title tags based on what post type I was looking at, check this out:
http://pastebin.com/CW8WZDJH
I am still having an issue with the code syntax highlighter, so I used pastebin.
Good luck!
oo nice, thanks, I got around it but creating a page named forum and adding the shortcode [bbp-forum-index]
Modifying Page Title in Forums Archive
Will look into your fix when when I have time, thanks 🙂