• I have a Page with comments enabled using <?php comments_template(); ?> within the Loop of my Page template. And I’d like to display the number of comments on that page, within the Page content, similar to index.php listing the number of comments on posts with

    <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>

    How would I accomplish this within the body of a Page?

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘listing number of comments within Page content’ is closed to new replies.