expromo
Member
Posted 3 years ago #
Hello everyone!
I'm looking for help with displaying the content but preserving images.
I have a posts that look like this:
IMAGE CONTENT
I need to create a big page with previews of the content from many different categories and I need an image and about 10 words.
I have tried many different plugins and the_content_rss but they all STRIP THE IMAGES!
I would really apprecieate help with this.
The "More tag" would do the trick if you were okay with this layout:
POST TITLE
IMAGE
A BIT OF TEXT
- READ MORE -
THE REST OF THE TEXT
But if you want it to look like this:
IMAGE
POST TITLE
A BIT OF TEXT
You need to customize your theme, because you can't move anything above the post title from the post's content. However, you can add custom fields to your post with the URL of the image that you want above the headline, and then call that URL in your theme.
Check out this post I made on another thread to learn more about how this works.