It's possible to Hide the post meta except the "comments" icon ?

Hello,

I think it’s a bug as it’s possible to hide all post meta (by using the blog options to hide the author and the date)… but not the bloody “comment-count” icon ??

I mean this icon : http://screencast.com/t/a7IGMmnLQodg

I’m not sure it’s the expected behavior as when I hide post meta I hide them all and don’t want a “flying” comment icon :wink:

Cheers,

Hey Benjamin,

Interesting, we’ll take a look at that. In the meantime, a bit of CSS should get you fixed up there:

.fl-comments-popup-link {
display: none;
}

Best,
Billy