• Hello, I’m editing my single.php template, but I’ve found something strange :
    With

    <p class="posted">
    					<span class="categories"><?php echo LANG_TPL_POSTEDIN; the_category(', ') ?> | <?php edit_post_link(LANG_TPL_EDIT, ''); ?></span>
    					<span class="comments"><?php
    						if ('open' == $post-> comment_status) {
    							comments_popup_link('No comments yet', '1 comment so far',
    '% comments so far (is that a lot?)', 'comments-link', 'Comments are
    off for this post');
    						}else {
    							echo LANG_TPL_SINGLE_CMT_CLOSED;
    						}?>
    					</span>
    				</p>

    without the statement, nothing happens either…
    Here’s the page :
    https://tinyurl.com/3d5xtn

  • The topic ‘Number of comments not showing.’ is closed to new replies.