• I want to make it show on my site wegotthiscovered.com when you’re reading a post, it shows the categories and tags somewhere. Preferably mayb the category at the top and tags at the bottom of the post. I know I edit my single.php file and I know I inset t
    <?php the_category(‘, ‘) ?>
    and
    <?php the_tags( ‘<p>Tags: ‘, ‘, ‘, ‘</p>’); ?>

    But where do I insert it?

    I’ve included my current single.php file below

    [Code moderated as per the Forum Rules. Please use the pastebin]

  • The topic ‘Where would I insert the category and post’ is closed to new replies.