Comments Not Showing After Clicking
-
I am using the latest version of WP and the “comments” link below each post does not doing anything after being clicked. Here is a snippet from my index.php:
div class="postmetadata"> <?php if( function_exists('the_tags') ) the_tags(__('Tags: '), ', ', '');?> <?php _e('Category:') ?> <?php the_category(', ') ?>??|? <?php comments_popup_link(__('Comment'), __('1 Comment'), __('% Comments')); ?> <?php edit_post_link(__('Edit'), '?|??', ''); ?> </div>
Any thoughts?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Comments Not Showing After Clicking’ is closed to new replies.