ned@curlytopdesign.com
Member
Posted 1 year ago #
Hi:
My post images are not appearing when you click on a Tag or Category or Archive link, just a text link appears. I have tried every method of inserting the image into the Post, to no avail -- any suggestions?
FYI, I have also installed the jquery for native galleries plugin as recommended, which works well.
many themes are using the_excerpt() (which removes all formatting and images) in the archives, to just show a short form of the post;
try and replace it with the_content()
in
archive.php
category.php (if exists)
tag.php (if exists)
http://codex.wordpress.org/Function_Reference/the_excerpt
http://codex.wordpress.org/Template_Tags/the_content
ned@curlytopdesign.com
Member
Posted 1 year ago #
Resolved -- needed to click "Featured Image" when inserting the Post image.