Forums

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

  1. davidblawn
    Member
    Posted 3 weeks 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
    moderator
    Posted 3 weeks 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 »'); ?>

Reply

You must log in to post.

About this Topic