I currently have a small image on my site that users can click to view all the comments for a post. I'd like to make this more dynamic by displaying the number of comments directly in the bubble so users don't need to click to see if there are any comments.
While I could show or hide the bubble based on the presence of comments, I also want to display the actual number for simplicity's sake.
In the worst case scenario, I could just have text saying "24 comments" that changes to "View Comments" when hovered over and clickable, but I'm looking for a more polished solution.
Does anyone know of a plugin that could achieve this, or have suggestions for how I could implement it?