• Resolved andkobe

    (@andkobe)


    Hello,

    On my following website: http://www.freedomkiwis.org/blog/

    I have all my tags listed out for each post. However, I’m racking my brain as to how I can move the “Leave a Comment” link down a few line breaks for each post. I’ve searched around the theme files but can’t figure out how to move it down so the comment link is more visible.

    Thanks in advance for any help!

    Andrew

Viewing 2 replies - 1 through 2 (of 2 total)
  • the code for it is in loop.php of twenty ten:

    <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span>

    (about 20 lines from the end of the file)

    for instance, you could try and add one or two linebreak <br/> before this code.

    Thread Starter andkobe

    (@andkobe)

    Perfect, thanks! That was the spot I needed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Separating tags and commenets link’ is closed to new replies.