You’ve been very helpful Alexander, thank you.
I read your blog post about hiding or editing meta info (http://www.mouseclick.com/tutorials-2/hide-meta-info/) but didn’t see the code for comment count.
I was wondering, what is the code I would input to show the comment count in the meta on the post? I tried
.entry-meta {
display:comments;
}
but that didn’t work, lol. I tried searching the .php files for what they would call the comment count but couldn’t find it. Do you know how I might do that? Thanks.