• Resolved crysacraig

    (@crysacraig)


    I have a problem with the comments link in my postmetadata area. Here is my blog: https://www.divaofbooks.com.

    You can go into the individual posts and comment from there, but the link for comments, from the index page can’t be clicked. I have not changed the comment.php, file at all. I did change how my date and categories were displayed in the single.php, and index.php file but It should not effect the comments. Any ideas or suggestions?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Check in your index.php where your post meta is located, your comments link code should look something like this:

    <a href="<?php comments_link(); ?>"><?php comments_number('Comments', '1 Comment', '% Comments'); ?></a>

    Thread Starter crysacraig

    (@crysacraig)

    O.k the a href part was missing, I had a brain fart there and missed that totally… BUT when I put in the a href part my sidebar moved to the bottom of my page. Yikes! Why would it do that??

    Thread Starter crysacraig

    (@crysacraig)

    Ah! I figured it out. I just downloaded the MistyLook template again and used the original index.php file. This is what the postmetadata looks like in MistyLook. A little different.

    <p class="postmetadata">Posted in <?php the_category(', ') ?> | <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
    				<?php comments_template(); ?>
    			</div>

    Thanks for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem With Comments Link??’ is closed to new replies.