Skip to content

Instantly share code, notes, and snippets.

@zoerooney
Last active August 29, 2015 13:57
Show Gist options
  • Save zoerooney/9412900 to your computer and use it in GitHub Desktop.
Save zoerooney/9412900 to your computer and use it in GitHub Desktop.
How to add the forum description under the title in bbPress (see: http://zoerooney.com/blog/tutorials/show-forum-description-top-single-forum-page-bbpress/ )
<header class="entry-header">
<h1 class="entry-title"><?php the_title(); ?></h1>
<?php if ( bbp_is_single_forum() ) :
bbp_forum_content();
endif; ?>
</header><!-- .entry-header -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment