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-create-topic.php

    r3032 r3130  
    2020
    2121                                        <div id="bbp-new-topic" class="bbp-new-topic">
    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 the_content(); ?>
     26
     27                                                        <?php bbp_get_template_part( 'bbpress/nav', 'breadcrumb' ); ?>
    2628
    2729                                                        <?php bbp_get_template_part( 'bbpress/form', 'topic' ); ?>
Note: See TracChangeset for help on using the changeset viewer.