Forums

Removing Tags above my post (4 posts)

  1. tsrobinson
    Member
    Posted 1 month 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
    Member
    Posted 1 month ago #

    A link to your site might help...

  3. tsrobinson
    Member
    Posted 1 month ago #

    oh man, busted, sorry about that.

    http://travelphotography.tsrobinsonphotography.com/

  4. MichaelH
    moderator
    Posted 1 month 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 />'); ?>

Reply

You must log in to post.

About this Topic