Comment Count?
-
Hi,
Previously (Before some updates for both WP and this style) I somehow got comment counts showing on the main page/pages, but it’s now not working?
Can you help at all?
I’m very new to WP so as much detail as possible would help. I can provide more code etc if needed.
This is what I’m sure previously worked in content.php
`<?php if ( ‘post’ == get_post_type() && (get_theme_mod(‘flymag_date’) != 1) ) : ?>
<div class=”entry-meta”>
<?php flymag_posted_on(); ?><div class=”comment-count-link” style=”display:inline-block;float:right;”><?php comments_popup_link( $zero, $one, $more, ‘comment-count-link’, $none ); ?> <i class=”fa fa-comment”></i></div>
<hr style=”margin-top:.5em;margin-bottom:1em;border:0;border-top:1px solid #F00;”>
</div><!– .entry-meta –>
<?php endif; ?>
- The topic ‘Comment Count?’ is closed to new replies.