Quote:
Originally Posted by Jdoughs
The tags, categories, and searches (I believe) all are pulled from this archive.php, it decides if its a category, tag or archive page then displays accordingly, so this is where you edit how they perform
If you get them added and working but you cannot get the excerpts to show, look for a peice of code looking like this <?php the_content() ?> OR <?php the_post() ?> (cant remember) and change it to <?php the_excerpt() ?> ** if they dont show only exerpts from their, make sure you have exerpts added on the post itself (you may have no text added in the exerpt, so it pulls them all.
If your havin a hard time following what im tryin to say, hit me up at 464 / 281 / 250
|
Update on this for those who are interested.
Wordpress looks for the tag-slug.php, then tag.php, then archive.php, then index.php for the template it uses for tags.
If you're not using <!--more--> or whatever in your posts...there's a plugin
http://guff.szub.net/2005/02/26/the_excerpt-reloaded/
The excerpt reloaded....that you can use to set excerpt parameters for posts however you want.
I'd still like more feedback on the SEO benefits of not letting your category and tag pages be indexed....if there is any benefit.