Oh Brother…
-
I have a custom theme site, child theme of twentytwelve. The links for the various forums and topics do not seem to be pointing to the correct places (individual forum, topic).
http://www.telluridemountainclub.org/mtn-club-forums/When I click on anyone of the forums I get the “Oh Brother! No forums were found here.” message
When I click on anyone of the topics I get the same “Oh Brother! No forums were found here.” message. I pretty sure that I have configured something incorrectly.In the theme folder I have put the bbPress.php. Below is the code in that file. Does my problem lie with the bbPress code that I used in this file?
<?php/**
* bbPress - Forum Archive
*
* @package bbPress
* @subpackage Theme
*/get_header(); ?>
<div id="p7CCM_3" class="p7CCM01 p7ccm01-fixed-960">
<div class="p7ccm01-content-row p7ccm01-trans p7ccm01-dyn-img p7ccm-row">
<div id="mtn-main-column-page01" class="p7ccm01-2col-auto-column1 p7ccm-col">
<div class="p7ccm01-2col-auto-column1-cnt p7ccm01-content p7ehc-1"><?php do_action( 'bbp_before_main_content' ); ?>
<?php do_action( 'bbp_template_notices' ); ?>
<div id="forum-front" class="bbp-forum-front">
<div class="entry-content">
<?php bbp_get_template_part( 'content', 'archive-forum' ); ?>
</div>
</div><!-- #forum-front --><?php do_action( 'bbp_after_main_content' ); ?>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Any suggestions for getting this to work will be greatly appreciated.
- You must be logged in to reply to this topic.