[Theme Fashionista] Move 'Leave a Comment' from top to bottom
-
I would like to move ‘Leave a Comment’ from the top of my blog post to the bottom. As people are confused where to find it when commenting. First I’ll explain a bit of what I’ve tried, and then list exactly what I’m looking for.
First in ‘contents.php’ I tried moving this code:
<?php if ( ! post_password_required() && ( comments_open() || ‘0’ != get_comments_number() ) ) : ?>
<span class=”comments-link”> <?php comments_popup_link( __( ‘Leave a Comment’, ‘athemes’ ), __( ‘1 Comment’, ‘athemes’ ), __( ‘% Comments’, ‘athemes’ ) ); ?></span>
<?php endif; ?>However, it had a diagonal slash (/) that I could not remove in-front of it, and the spacing between it and the category list was bad. Also it was weird to not have an icon when the others do. So I was wondering if someone can tell me how to do the following.
? Remove the slash (I can’t see it in the code?)
? Remove the icons for category list and tag list (do I delete code? what and where?)
? Make equal spacing between ‘Leave a Comment’ and the other thingies. (what and where?)Thanks very much, If there’s a plugin that does this, then that would be great too. Wouldn’t know how to find that.
- The topic ‘[Theme Fashionista] Move 'Leave a Comment' from top to bottom’ is closed to new replies.