I'm Building a Basic CMS for a customer.
For the news stories, I want them to be able to insert a header, upload an image and type some body content.
The story/post needs to be displayed on the home page with the thumbnail and a shorter version of the body content.
When the user clicks through, they get the full description and a full size image.
The part of this I need help with is as follows.
I need an image uploader to be added to the 'add new post section'
I then need to display a thumbnail of that image on the preview of the post and a large version of that image when you click for more detail.
I hope that all makes sense.
Any help would really be appreciated.
Thanks
Ali