awesome! Thank you!
I also figured out how to move category button to show up underneath the post and before the tags by moving
`<div class=”category-list”>
<?php echo get_the_category_list(”); ?>
</div><!– .category-list –>’
right before the div tag code in the content.php page.