• Resolved princessryan

    (@princessryan)


    I disabled comments, when I turned them back on something weird happened. The user can only see the option to comment when they click on the post title. It used to show the option to leave a comment as well as the number of comments received so far, for each post. How do I get it to do this again?

    The site is http://zenrelationships.com/

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • this would have been in the ‘postmetadata’ section after the title, before the content, in index.php. you might have edited it in the past.

    here is the code (from a fresh download of the theme):
    just compare it with what is still in your theme, and add the rest.

    <div class="postmetadata">Posted
    				<!-- the date and time -->
    				on <?php the_time(get_option('date_format')) ?>, <?php the_time(get_option('time_format')) ?>,
    				<!-- post author -->
    				by <?php the_author() ?>
    				<!-- comments -->
    				and received <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>. <?php edit_post_link('| Edit', ''); ?>
    				</div>
    Thread Starter princessryan

    (@princessryan)

    Thanks so much, it worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can only comment after clicking on post title’ is closed to new replies.