You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Excerpts instead of full text in category pages – how?

UserPost

5:16 am
April 29, 2009


mprey

New Member

posts 1

1

Hi,

I want to change the template so that the main page displays the full text of any recent posts, but when users click on category links, they are only shown excerpts of the posts. What do I need to change?

Thanks!

8:23 am
May 7, 2009


midtnlady

Member

posts 3

2

I would like to know this as well. My categories page is getting completely out of hand, lol.

Any ideas?

Thanks!

10:08 am
May 7, 2009


Ryan

Admin

posts 1523

3

Go into the archive.php file and change the <?php the_content() ?> to <?php the_excerpt() ?>

10:16 am
May 7, 2009


midtnlady

Member

posts 3

4

Awesome Ryan! Thanks!