I want to allow contributors to upload images while creating posts. But the catch is, I am building the post display pages out of my own custom PHP.
Every article written will follow the same template:
ImageOfArticle
UserAvitar
Name
Content
Footer
Is there a way to allow them to upload an image in the default post editor, and to be able to access that somewhere with PHP, and display that in the 'ImageOfArticle'?