When someone clicks a category in my blog, a list of posts appears. However there are no images from the posts displayed.
How can I enable these photos being displayed?
Thanks so much,
Marc
cntowerlights.com
When someone clicks a category in my blog, a list of posts appears. However there are no images from the posts displayed.
How can I enable these photos being displayed?
Thanks so much,
Marc
cntowerlights.com
It's controlled by your choice of themes. Some do, some don't.
Sounds like your theme is using the_excerpt for listing categories instead of the_content.
You could swap those (probably in archive.php).
Or, you could grab the_excerpt_reloaded plugin. It will let you include images in excerpts (among other things).
[edit: ccoupe types way faster than I do]
Thanks for the speedy replies guys :)
Sounds like if I swap the_excerpt with the_content, entire posts will be listed on the category page. I like how only excerpts appear right now, so I'll give that suggested plugin a try.
This topic has been closed to new replies.