“Comment Off” isn’t showing
-
Hello,
I have searched for answers to this question, but couldn’t find any. I apologize if this has been answered before, but I really did try to find it.I cannot get the “Comments Off” text to display in my index. This has been the case for a few versions for me now, and I am thinking my theme may be the problem.
This is the function call in my theme file, looks correct:
<?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>
And this is the function signature:
function comments_popup_link( $zero = 'No Comments', $one = '1 Comment', $more = '% Comments', $css_class = '', $none = 'Comments Off' )
I cannot see any errors personally.
When my comments are turned off, it shows “No Comments”.
Thanks in advance,
Erik
- The topic ‘“Comment Off” isn’t showing’ is closed to new replies.