Forums

Removing Tags above my post (4 posts)

  1. tsrobinson
    Member
    Posted 2 years ago #

    Hi,

    I am a newbie, I want to remove tags from above my post so they are only on the side bar, help?

  2. esmi
    Theme Diva & Mod
    Posted 2 years ago #

    A link to your site might help...

  3. tsrobinson
    Member
    Posted 2 years ago #

    oh man, busted, sorry about that.

    http://travelphotography.tsrobinsonphotography.com/

  4. MichaelH
    Volunteer
    Posted 2 years ago #

    With the help of the Template Hierarchy article, determine what Template is displaying your posts (probably index.php), then look for and delete the code that display the tags. Typically a theme designer will use the Template Tag, the_tags(), to display tags. If you were using the WordPress Default theme, in wp-content/themes/default/index.php you would delete this code:

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

Topic Closed

This topic has been closed to new replies.

About this Topic