Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Title

  • Why does the main page on my forum show the title of the last forum made? Shouldn’t it just say “forums” or whatever the page title is?

Viewing 8 replies - 1 through 8 (of 8 total)
  • 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.


    vickistep
    Member

    @vickistep

    Same problem. Is there a fix for this?


    Muslim Girls Names
    Member

    @islamic-wallpapers

    Seems odd, for me its solved by stock, did you check out all settings for forums so far?


    vickistep
    Member

    @vickistep

    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?


    POS2012
    Participant

    @pos2012

    I have bbPress 2.1 and that shows just “Forums | My site name” for title.

    What version do you use?


    Superhearing
    Member

    @superhearing

    same problem here, fresh install, didnt change any options. the forums page title is the last forum I added


    Lynq
    Participant

    @lynq

    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!


    Superhearing
    Member

    @superhearing

    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 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Skip to toolbar