Listing Parent Forum in BBpress 2.0 using the Custome Template in WordPress
-
Hi.. I am new to wordpress and now i need to make a custom template and in this template I will list the parent forum and its category only.
i have this blank template and I dont know what to do next..
forum-list.php
==================================================================================
<?php
/*
Template Name: Forum List
*/
?>
<?php get_header(); ?>
<div id=”container” class=”one-column”>
<div id=”content” role=”main”>
<?php
/* Run the loop to output the page.
* If you want to overload this in a child theme then include a file
* called loop-page.php and that will be used instead.
*/
?>
</div><!– #content –>
</div><!– #container –>
<?php get_footer(); ?>
==================================================================================
Can Anyone help me on how to make it from scratch?
- You must be logged in to reply to this topic.