bbPress

Simple, fast, elegant

bbPress Plugin Browser »

Bbpress Latest Discussion (1.6.4)

Simply download the Zip-Archive and extract all folder into your wp-content/plugins/ directory. Then go into your WordPress administration page, click on Plugins and activate it. Go to BbLD Option page, to setup this plugin.

make sure the path become like this wp-content/plugins/bbpress-latest-discussion/

It is to make sure that wordpress find the plugin correctly so it can check for new update.

I’ve created two template tags you can use in your pages:

  1. wp_bb_get_discuss() : Show Bbpress latest discussion on wp static page.
  2. wp_bb_get_discuss_sidebar() : Show Bbpress latest discussion on wp sidebar.
  3. bbld_getforum() : Show Bbpress forum list on wp static page.
  4. wp_bb_get_forum_sidebar() : Show Bbpress forum list on wp sidebar.page.

Examples of use:

<?php wp_bb_get_discuss(); ?>

<?php wp_bb_get_discuss_sidebar(); ?>

<?php bbld_getforum(); ?>

<?php wp_bb_get_forum_sidebar(); ?>

Optional Usage:

<?php wp_bb_get_discuss(1,2,3,4,5); ?> Insert Forum ID Number That Need To Be Show, Will overide existing filter option. Seperate by comma.

Extra Stuff:

Filter Hook: bbld_page, bbld_sidebar, bbld_forum

For more support and help, please go here

Code is Poetry.