Formatting comments on pages.
-
Hello,
I’m trying to add the Comments () link to pages.
I can make the comments appear by adding the
<?php comments_template(); ?>
tag to the page.php template, but I want the comments to look like the comments on the post/main page,
with the “Comments (2)” link that opens the comments instead of just a list of comments.I tried to add the
<?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
to the page.php template, but it doesn’t seem to work.Any suggestions?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Formatting comments on pages.’ is closed to new replies.