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:
wp_bb_get_discuss(): Show Bbpress latest discussion on wp static page.wp_bb_get_discuss_sidebar(): Show Bbpress latest discussion on wp sidebar.bbld_getforum(): Show Bbpress forum list on wp static page.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