I've got a blog that has very short posts, and I'd like to use snazzy archives but show the entire post rather than excerpt. Anyone know how to do this?
You would change the plugin code so that it does not use the excerpt. Look for a line with a call to GetExcerpt and simply remove the call so that only post content stays.
Vladimir’s WordPress Forum
Except to full text, possible?
12:49
2 March, 2009
Peter
I've got a blog that has very short posts, and I'd like to use snazzy archives but show the entire post rather than excerpt. Anyone know how to do this?
Thanks
16:39
16 March, 2009
Vladimir
posts 707
You would change the plugin code so that it does not use the excerpt. Look for a line with a call to GetExcerpt and simply remove the call so that only post content stays.