Viewing 4 replies - 1 through 4 (of 4 total)
  • Do you have a call to your comments template? It should look something like this…

    <?php comments_template(); ?>

    Thread Starter rolldeep

    (@rolldeep)

    Hi Shadow, where abouts would I need to look for that?

    It should be in your single.php theme files and be located somewhere just after this code…

    <div class="commentslink">

    If not, what code do you have after that line? Just the next 10-15 lines of code?

    Thread Starter rolldeep

    (@rolldeep)

    Seems I have that piece of code already inserted.

    <div class="commentslink">
    			<?php wp_link_pages(array('before' => '<div class="pages">Pages: ', 'after' => '</div>', 'next_or_number' => 'number')); ?>
    			<a href="<?php the_permalink(); ?>#comments">Comments (<?php comments_number('0','1','%'); ?>)</a></div>
    
    	<?php comments_template(); ?>
    
    	<?php endwhile; else: ?>
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Whats wrong with my comments section?’ is closed to new replies.