• When I use the comments_popup_link in index.php the amount of comments + link show up fine. But when I use comments_popup_link in single.php nothing shows up.

    <p class="day-date"><?php the_time('F jS, Y'); ?> | <?php _e('Filed under'); ?> <?php the_category(', ') ?> | <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?> <?php edit_post_link(); ?>

    I found a solution in a previous post but it didn’t work. Any suggestions?

  • The topic ‘comments_popup_link in single.php?’ is closed to new replies.