Put entry_meta and 'leave a comment' in the same line
-
Hello – twentytwelve child here.
I would like the entry meta to be in the same line with the ‘leave a comment’ sentence.
Currently it is:
Article written by author and posted in category.
Leave a replyand I would like it to be:
Article written by author and posted in category. Leave a replyHere is the code to the footer part of content.php:
<footer class="entry-meta"> <?php twentytwelve_entry_meta(); ?> <?php if ( comments_open() ) : ?> <?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentytwelve' ) . '</span>', __( '1 Reply', 'twentytwelve' ), __( '% Replies', 'twentytwelve' ) ); ?> <?php endif; // comments_open() ?> <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<span class="edit-link">', '</span>' ); ?> </footer><!-- .entry-meta --> </article><!-- #post -->
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Put entry_meta and 'leave a comment' in the same line’ is closed to new replies.