Tagged: tags
- This topic has 1 reply, 2 voices, and was last updated 9 years, 6 months ago by Sakin.
-
AuthorPosts
-
April 25, 2015 at 12:17 am #56586rickm813Participant
I want to move the tags from the bottom of the post to the top next to the date and author.
April 30, 2015 at 4:54 pm #56838SakinKeymaster@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 copycontent-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.
-
AuthorPosts
- The topic ‘Move Tags From Bottom To Top’ is closed to new replies.