Hi,
When I make a post I just want the post content there not all the tags showing and the filed under what category it is. So how do I stop the tags and the 'filed under' category showing in a post?
cheers,
Leggy
Hi,
When I make a post I just want the post content there not all the tags showing and the filed under what category it is. So how do I stop the tags and the 'filed under' category showing in a post?
cheers,
Leggy
you have to edit the template files in your theme.
themes are under the WordPress install folder in /wp-content/themes/ - find the name of your theme.
Within that folder the file single.php is called when you are displaying only one post on a page. If you look in that file you will see the PHP code that makes the lines you want to remove appear. Hint: make a copy of the original file and save it on your computer, in case you make a mistake. Delete those lines from the file, or else comment them out.
You will need to make the same change to other files, such as index.php, and possibly category.php and archive.php
thanks
This topic has been closed to new replies.