Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/10/2011 04:31:29 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Add forum root to breadcrumb if root slug is equal to the path of an existing page. Update field CSS styling to play more nicely with theme compatibility. Replace breadcrumb titles with breadcrumb template part.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/page-topic-tags.php

    r3031 r3130  
    2020
    2121                                        <div id="bbp-topic-tags" class="bbp-topic-tags">
    22                                                 <h1 class="entry-title"><?php bbp_title_breadcrumb(); ?></h1>
     22                                                <h1 class="entry-title"><?php the_title(); ?></h1>
    2323                                                <div class="entry-content">
    2424
    2525                                                        <?php get_the_content() ? the_content() : _e( '<p>This is a collection of tags that are currently popular on our forums.</p>', 'bbpress' ); ?>
     26
     27                                                        <?php bbp_get_template_part( 'bbpress/nav', 'breadcrumb' ); ?>
    2628
    2729                                                        <div id="bbp-topic-hot-tags">
Note: See TracChangeset for help on using the changeset viewer.