hello,
when I click on a tag it returns a whole list of complete posts and I would something lighter, like a list of links to the post, or maybe just the first few lines of the post.
do you know if it's possible ?
thanks
hello,
when I click on a tag it returns a whole list of complete posts and I would something lighter, like a list of links to the post, or maybe just the first few lines of the post.
do you know if it's possible ?
thanks
Your theme is either using a tag.php file, or, if that doesn't exist, it's using the template.php file to display the tag results. If you have tag.php in your theme, then edit it to call the_exerpt instead of the_content. If it doesn't have a tag.php file, then you can either create a custom template called tag.php or edit the archives.php file to call the_excerpt. Look here for more info:
thanks
You must log in to post.