Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #56586
    rickm813
    Participant

    I want to move the tags from the bottom of the post to the top next to the date and author.

    #56838
    Sakin
    Keymaster

    @rickm813: This is high level of customization and for this you might need to hire developer. I will give you instruction on how to do it.
    1. You need to build child theme. For child theme, check out http://catchthemes.com/blog/create-child-theme-wordpress/
    2. Then you need to copy content-single.php file in your child theme and then add the code <span class="tag-category"><?php catchresponsive_tag_category(); ?></span> after the code <?php catchresponsive_entry_meta(); ?>
    3. Then delete

    <footer class="entry-footer">
    	<?php catchresponsive_tag_category(); ?>
    </footer><!-- .entry-footer -->

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet and electricity is huge problem and I am still in shock.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Move Tags From Bottom To Top’ is closed to new replies.