Getting only one comment
-
I am on the latest version of WordPress, but a custom theme ( developer left it half way) so I am fixing it myself.
1) The forum page shows for post the correct numbers. Example
post tite: Voices(5), Posts (6)but inside posts it says
This topic contains 5 replies, has 5 voices
Viewing 1 post (of 1 total)
Then it shows just the main topic, not the replies to it.This is the code for the bbpress.php template
<?php get_header(); ?> <div id="page-left" class="container"> <?php the_content(); ?> </div> <div id="page-right"> <?php get_sidebar(); ?> </div> <?php get_footer(); ?>
Seems fine to me, what do you think I missed?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.