Skip to:
Content

bbPress.org

Changeset 2587


Ignore:
Timestamp:
11/01/2010 06:17:15 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Improve page-bbp_front.php

File:
1 edited

Legend:

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

    r2556 r2587  
    1313            <div id="content" role="main">
    1414
    15                 <?php get_template_part( 'loop', 'bbp_forums' ); ?>
     15                <?php while ( have_posts() ) : the_post(); ?>
     16
     17                    <div id="forum-front" class="bbp-forum-front">
     18                        <h1 class="entry-title"><?php bbp_title_breadcrumb(); ?></h1>
     19                        <div class="entry-content">
     20
     21                            <?php the_content(); ?>
     22
     23                            <?php get_template_part( 'loop', 'bbp_forums' ); ?>
     24
     25                        </div>
     26                    </div><!-- #forum-front -->
     27
     28                <?php endwhile; ?>
    1629
    1730            </div><!-- #content -->
Note: See TracChangeset for help on using the changeset viewer.