Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #67241
    Kathy
    Member

    On our post pages, the meta line comes right after the post title. Can I move that to come after the post text instead?

    You can see it on this page: http://www.stoneimpressions.com/information/about-us/blog/

    Also, how do I change the size of the categories and tag lines?

    Thanks.

    #67256
    Sakin
    Keymaster

    @Kathy: There are two entry-meta, one is under the title and another after content. It’s same in your single post as well.

    If you want to move that to after post content, then you need to build child theme, copy content.php file to your child theme and then move the following code after <footer class="entry-footer">.

    <?php if ( 'post' == get_post_type() ) : ?>
    	<?php catchresponsive_entry_meta(); ?>
    <?php endif; ?>	 
    #67294
    Kathy
    Member

    Thank you for such a quick response!

    #67300
    Sakin
    Keymaster

    @Kathy: Thanks for your appreciation 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Move meta data (Author, date, comments) to below post content’ is closed to new replies.