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/single-forum.php

    r3109 r3130  
    2525                                                        <div class="entry-content">
    2626
    27                                                                 <?php if ( bbp_get_forum_parent() ) bbp_get_template_part( 'bbpress/nav', 'breadcrumb' ); ?>
    28 
    29                                                                 <?php the_content(); ?>
     27                                                                <?php bbp_get_template_part( 'bbpress/nav', 'breadcrumb' ); ?>
    3028
    3129                                                                <?php bbp_single_forum_description(); ?>
Note: See TracChangeset for help on using the changeset viewer.