Advertisement
Guest User

Untitled

a guest
Aug 9th, 2016
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <a href="<?php echo get_comments_link(); ?>"><?php $comment_count = get_comment_count($post->ID);
  2. if ( comments_open() || $comment_count['approved'] > 0 ) : comments_number('0 comments','1 comment','% comments');
  3. if ( !comments_open() ) : ?> (comments are closed)<?php endif; ?>
  4. <?php endif; ?></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement