I am going to add a simple blog to my new site, now I am going to integrate CKEditor to make it easier for users to enter in their post.
But I am like most blogs going to have a page of recent posts, that will display an excerpt of the post and you can click on whichever you want. However if a post has an image within the first 250 chars of the entry then I can see it is going to break the summary.
So my question is whether I can strip out the image from the excerpt to prevent this? Images will either be links externally or stored on the site rather than in the database as I expect it's best keeping images out of there for performance.
Once they click on the post they want the single page will put all the images in, but I am just struggling (probably because I am thinking rather than doing) to figure how I would do that.