how can i let the image show? When i search or open archive
the posts wont show up thier first image that i added before the read more tag
how can i let the image show? When i search or open archive
the posts wont show up thier first image that i added before the read more tag
the archive template might be using 'the_excerpt()' instead of 'the_content()'
check if the content gets shortened at your 'more tag' or at any other position?
then edit the archive template (archive.php; it might point to loop.php depending on your theme) and look for either of 'excerpt' or 'content'
replace the one with the other if neccessary.
details depend on your theme.
link to your site?
This topic has been closed to new replies.