You are here → Home :: Forum Home :: WordPress Themes Support :: Elated WordPress Theme :: Thread
Comments not showing up?
I am having a problem getting comments to actually show up on the page. Actually they are track backs but all that is showing is the number of comments but nothing else.
http://www.discoveringpeace.com/the-abraham-hicks-emotional-guidance-scale.html
When I change out to another of your themes, the same thing happens.
Any help in getting them to show up would be greatly appreciated.
Thanks,
Vickie
Your comments should show up like so:
http://demos.simplethemes.com/elated/transcending-css.html#comments
Feel free to PM me your wp-admin info and I'll take a look if you'd like.
It is printing out the stuff between the h2 tags but isn't printing anything for the wp_list_comments.
I believe the reason this page is displaying an incorrect comment count "3 comments" is because it isn't properly separating pingbacks from comments. There are actually 2 pingbacks and 1 comment for that post.
There is a way to fix this, but it is disabled by default because pingbacks can get ugly. I couldn't get to files outside of the root theme directory via the theme editor, so if you'd like to try replacing wp-content/themes/elated/lib/functions/comments-functions.php with the contents of this code http://pastebin.com/Ti0NMrd0 I think it might fix things.
Please let me know if this helps.
Please verify just to be sure.
The problem was that apparently the get_comments_number() function calculates the number of pingbacks and comments.
http://codex.wordpress.org/Template_Tags/get_comments_number
Thanks to this snippet, I was able to override that:
http://snipt.net/flapane/exclude-pingbacks-from-comments-in-wordpress