Forums

How do I remove tags/comments from bottom of Post (2 posts)

  1. davidblawn
    Member
    Posted 2 years ago #

    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??

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    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 »'); ?>

Topic Closed

This topic has been closed to new replies.

About this Topic