Most of the themes including Free and Premium now already come with Post Excerpts display on Category/Archives Page. It’s good to show Post Excerpts on Category Page if its not already set.
There’s nothing much you have to do except replacing a line of code from archives.php of your theme file.I’ll not beat about the bush or explain more about the codes in Archives.php here. Here’s a simple code to get things done.
Let’s do this
- Open Archives.php and find this line of code in it.
<?php the_content(__(‘Continue Reading…’));?>
- This calls the content of the post and adds “Continue Reading…” at the end. Now for showing excerpts. You can replace this whole line with
<?php the_excerpt() ?>




Any improvements in your pagerank in the latest update?i got 3 from 0
saad´s last blog ..How to Download YouTube Videos with Chrome Extensions
[Reply]
Enk. Reply:
December 31st, 2009 at 12:33 pm
Wow great. WPPanda is still PR2, guess not updated PR yet. Plus I don’t expect any improvement too.. haven’t blogged much eh!
[Reply]