Skip to:
Content

bbPress.org

Opened 11 years ago

Closed 11 years ago

#2419 closed defect (bug) (worksforme)

Error with bbpress root title

Reported by: sgr33n's profile sgr33n Owned by:
Milestone: Priority: normal
Severity: normal Version: trunk
Component: Tools - Code Improvements Keywords: needs-patch
Cc:

Description

Hi,

If you move the_title() after breadcrumbs, the bbpress root page will show a wrong title, maybe one of the subforums.

Change History (2)

#1 @johnjamesjacoby
11 years ago

  • Component changed from General to Code Improvement
  • Keywords needs-patch added
  • Milestone changed from Awaiting Review to 2.5

Not a regression from 2.4. Moving to 2.5.

#2 @johnjamesjacoby
11 years ago

  • Milestone 2.5 deleted
  • Resolution set to worksforme
  • Status changed from new to closed

Unable to duplicate this.

I tested it by putting the following code in bbpress.php in a child theme.

<?php while ( have_posts() ) : the_post(); ?>
<?php bbp_breadcrumb(); ?>				
<?php the_title(); ?>
<?php endwhile; ?>

Closing as worksforme. Reopen if there is a more specific way to duplicate the behavior that you're seeing.

Note: See TracTickets for help on using tickets.