Comment Link Location on WP Blog

Discussion in 'Blogging' started by Boulder, Sep 14, 2007.

  1. #1
    Hello,

    On my WP blog the comments link is located at the top of the blog post entry. I am thinking I would like it better if the comments link was at the tail end or bottom of the post.. or even in both locations like Shoe's blog.

    I am curious if anyone has done this change or would know where to look for the code to change.

    TIA :)
     
    Boulder, Sep 14, 2007 IP
  2. sitefever

    sitefever Banned

    Messages:
    782
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Look for:

    <?php comments_link(); ?>
    Code (markup):
    For example, go to http://sitefever.com. Here is the line of code I am using:

    <a href="<?php comments_link(); ?>">What do you think?</a>
    Code (markup):
    You'll want to edit the index.php and single [or] page.php in your theme's folder.

    Hope that helps.
     
    sitefever, Sep 14, 2007 IP
    Boulder likes this.
  3. Boulder

    Boulder Well-Known Member

    Messages:
    806
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    118
    #3
    sitefever,

    Hey thanks for the info and your reply. That will for sure give me a place to start.

    You have a great looking blog by the way. Nice job on your page! In fact, I was reading part of your blog about two days ago.

    Have fun!
    Boulder
     
    Boulder, Sep 14, 2007 IP