adding “Comments Closed” to theme
-
The addy for my blog is https://www.simplerliving.ca/ When a topic is closed for comments, it displays “No comments.” I would like it to say “Closed for Comments.” How do I add this? The theme does not use it’s own comments.php but rather whatever the default is for WP and below is the code from the index, single page, etc. Any help is appreciated.
<p class=”postmetadata”><?php the_time(‘F jS, Y’) ?> <!– by <?php the_author() ?> –> | <?php the_tags(‘Tags: ‘, ‘, ‘, ”); ?> Posted in <?php the_category(‘, ‘) ?> | <?php edit_post_link(‘Edit’, ”, ‘ | ‘); ?> <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?></p>
</div><p> </p>
- The topic ‘adding “Comments Closed” to theme’ is closed to new replies.