Hello,
Do you know how I move the blog categories to the bottom of the blog posts instead of the top?
Thank you!
Move categories to bottom of post
2 posts from 2 voices-
Posted 1 year ago #
-
Open up single.php and search for following code:
<div class='post_data'> <span class='categories'><?php the_category(', ') ?><?php edit_post_link('Edit', ', ', ''); ?></span> <span class='author'><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></span> </div><!--end post data-->delete it and insert it before following line:
</div><!--end entry-->Posted 1 year ago #
Reply
You must log in to post.














