• How do I keep the tag keywords from showing up on the bottom of my posts?

    They showing up on some posts & not on others??

Viewing 1 replies (of 1 total)
  • With the help of the Template Hierarchy article, determine what Template is displaying your posts and look for the code that displays tags and comment info.

    In the WordPress Default theme, for example, the wp-content/themes/default/index.php has this code that would need to be deleted:

    <?php the_tags('Tags: ', ', ', '<br />'); ?>

    and

    <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>
Viewing 1 replies (of 1 total)
  • The topic ‘How do I remove tags/comments from bottom of Post’ is closed to new replies.