bbPress

Simple, Fast, Elegant

bbPress support forums » Plugins

Disable "Latest Discussions"

(3 posts)
  • Started 4 months ago by jordanthegreat
  • Latest reply from jordanthegreat
  • This topic is resolved
  1. jordanthegreat
    Member

    Hello all,

    I am new to bbPress, just installed it for the first time ever and I am wondering how can I disable the "Latest Discussions" section so that only the forums show on the front page.

    Thanks,
    Jordan

    Posted 4 months ago #
  2. Find \bb-templates\kakumei\front-page.php (or the same template name in any alternate theme you might be using) and find the line that says
    <?php if ( $topics || $super_stickies ) : ?> (around line 11) and make it say
    <?php if ( 0 && ( $topics || $super_stickies )) : ?>
    which will make the if statement always fail and never show the latest discussions. If you ever want to restore it, just remove the zero &&.

    Posted 4 months ago #
  3. jordanthegreat
    Member

    Thanks _ck_ that did the trick.

    Posted 4 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.