Hi,
I am a newbie, I want to remove tags from above my post so they are only on the side bar, help?
Hi,
I am a newbie, I want to remove tags from above my post so they are only on the side bar, help?
A link to your site might help...
oh man, busted, sorry about that.
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 />'); ?>You must log in to post.