comment counts for AJAXed wordpress
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘comment counts for AJAXed wordpress’ is closed to new replies.
The topic ‘comment counts for AJAXed wordpress’ is closed to new replies.
(@carldesigns)
17 years, 3 months ago
I want it to display the comment count not just “add comment” for AJAXed wordpress
Here is my code:
<?php do_action('awp_comments_link');?><?php comments_template(); ?>How do I do this?
Thanks in advance.