Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/06/2011 10:45:55 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Add improved breadcrumb support to bbp-twentyten, shortcodes, and theme compat. Add improved topic-tag support for theme compat. Add missing topic-tag template tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/single-forum.php

    r3057 r3109  
    2222
    2323                                                <div id="forum-<?php bbp_forum_id(); ?>" class="bbp-forum-info">
    24                                                         <h1 class="entry-title"><?php bbp_title_breadcrumb(); ?></h1>
     24                                                        <h1 class="entry-title"><?php bbp_forum_title(); ?></h1>
    2525                                                        <div class="entry-content">
     26
     27                                                                <?php if ( bbp_get_forum_parent() ) bbp_get_template_part( 'bbpress/nav', 'breadcrumb' ); ?>
    2628
    2729                                                                <?php the_content(); ?>
Note: See TracChangeset for help on using the changeset viewer.