[Plugin: Posts per Cat] Add number of comment link
-
Hello,
Thank you for your plug-in, it is what I have been looking for.
I have figured out how to add post date next to post title using the following:
echo mysql2date(' M j Y', $clanak->post_date);
But the following is adding the latest post’s comment link next to all the post titles:
echo $post.comments_number('0', '1', '%');
Question: How do I add each post’s comment link (total number of comments) next to the post title?
Please help!
Thank you for your time,
Jared
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Posts per Cat] Add number of comment link’ is closed to new replies.