Archive.php – show excerpts only?
-
Hi,
I tried modifying this php file according to I think what the codex instructs in order to get 120 word excerpts on archive pages (I use full posts on main page)
modified archive.php in my active 2 col semiologic theme
I changed this:
require_once(TEMPLATEPATH . ‘/header.php’);
the_posts();
require_once(TEMPLATEPATH . ‘/footer.php’);
—————-
to this:require_once(TEMPLATEPATH . ‘/header.php’);
the_excerpt();
require_once(TEMPLATEPATH . ‘/footer.php’);
Didn’t result in a visible change, have I made an error in accomplishing this?
Any help is appreciated, Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Archive.php – show excerpts only?’ is closed to new replies.