Skip to:
Content
Pages
Categories
Search
Top
Bottom

Getting only one comment


  • imemine
    Participant

    @imemine

    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)

  • Robkk
    Moderator

    @robkk

    the bbpress.php template looks fine to me.

    There might be other custom functions for bbPress somewhere though? or cache?

    Try some troubleshooting. See if it is a plugin issue, issue is only present in your custom theme, and maybe run the repair tools to recalculate.

    Troubleshooting

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar