joelp86
Member
Posted 10 months ago #
Hi guys, hoping to get a little help and possibly learn something here.
I am working on this small website/blog and I was having a problem with the blog images. Every time i insert a picture into a post the image doesn't show up on the "excerpt" or whatever you call it. Here is two images to help understand.
This is how is showing up now.
http://i74.photobucket.com/albums/i260/krazthug/before.png
This is how I would like the posts to show up.
http://i74.photobucket.com/albums/i260/krazthug/after.png
Any help or suggestions would be greatly appreciated. Maybe I am missing something.
Every time i insert a picture into a post the image doesn't show up on the "excerpt"
If your theme's template file is using the_except(), this is the expected behaviour as this function removes all formatting & images to create an automatic post teaser. You can either edit the relevant template files and replace the_excerpt() with the_content() and then use the <!--more--> to define where your post teaser stops.
Or you can add some nicely formatted content & images to the optional Excerpt field on each Post.
joelp86
Member
Posted 10 months ago #
Wow your awesome. So simple.. Thanks a bunch!
Still learning little by little :-)
If you're up for a little light reading, have a look at customising the read more. It might help to clarify things for you.
joelp86
Member
Posted 10 months ago #
perfect, thank you. Great info