tavaresv
Member
Posted 5 months ago #
Is there any way that when I select any of my categories to view that I can see more then 3 lines of text and also any pictures/images associated with them?
I faithfully put all my posts into categories in order to use them as future "fast find" systems when looking for older posts and a search is not getting me what I need.
Thanks!
Here's the blog: http://www.antzinpantz.com/kns
If you have a category.php file in your theme, edit it and replace all references to the_excerpt() with the_content(). If you don't have a category.php file, then you can create one using a copy of index.php and then carry out the replacement exercise, if necessary.
tavaresv
Member
Posted 5 months ago #
ESMI: you are brilliant! Thanks!
tavaresv
Member
Posted 5 months ago #
Forgot to say for those who may not have a category.php file nor find it in the index.php file: mine was in the archive.php file.