• Resolved bhauser

    (@bhauser)


    I am building a website and I am I am trying to get it so that the “Leave a comment” is not on the same line as all of my categories and tags for the posts. Ideally I want a line of white space separating tags and categories from Leaving A Comment. The website can be viewed here… https://www.buyproaqua.com/blog

    Thanks!

Viewing 1 replies (of 1 total)
  • esmi

    (@esmi)

    Edit loop.php and in the 3rd Loop, change:

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

    to:

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

Viewing 1 replies (of 1 total)
  • The topic ‘Twenty Ten: Positioning of Leave Comment text on Blog page’ is closed to new replies.