[Theme: Ghostbird] Comment count not showing
-
For this particular theme, how do I change the comment link so that it will show the number of comments each entry has?
At the moment, each of my entry only says “comment” as opposed to “2 comments”?
How do I edit this? https://tiffsbloggy.com
if ( have_comments() ) { /* Comment heading. */ $heading = sprintf( _n( '%1$s Comment', '%1$s Comments', get_comments_number(), 'ghostbird' ), number_format_i18n( get_comments_number() ) );
- The topic ‘[Theme: Ghostbird] Comment count not showing’ is closed to new replies.