Comment count not showing up individual posts on Wordpress blog
I'm trying to add the comment count to individual posts, but it still says only "Comment". wp_footer() is called right before the tag, and I have checked the box in Advanced Options for when the comment count isn't showing up. Comment counts work correctly on the home page with the exact same code as shown here.
<?php comments_number('Leave a comment','1 Comment','% Comments'); ?>
<?php comments_number('Leave a comment','1 Comment','% Comments'); ?>
2
people have this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?I have this problem too. See my question at http://getsatisfaction.com/disqus/top....
I’m wanting a solution!
-
Inappropriate?I found the following solution that WORKED at http://disqus.disqus.com/wordpress_sh....
1) Go to your PLUGIN folder in Wordpress; then to the DISQUS plugin folder.
2) Find the disqus.php file -- open it in your text editor of choice (I recommend Notepad++)
3) Look for this section of code around line 272:
function dsq_comment_count() { ...
} else if ( (is_single() || is_page() || $withcomments || is_feed()) ) {
Change the second line to:
} else if ( (is_page() || $withcomments || is_feed()) ) {
4) Upload the disqus.php file back on to your server!
If your WP isn't showing comment numbers on the single post pages from Disqus -- this should work!
Basically -- just delete out the (is_single() part of it entirely.
Dunno' what this does but it seems to work!
I found the code on line 279 and changed it as directed above. This removed "Comments" from the comment count link on single.php pages and replaced it with the actual comment count. You can see it working properly at http://MyMagicalJourney.com.
I also am successfully using Disqus on my personal blog at http://JoyPeeps.com. So far it is working great!
I’m happy
Loading Profile...



