I have built a custom post type within which I would like to include images. So far, I have been loading my images into the content of my custom post by linking a URL using the built in media upload on the WordPress dashboard. When I call the\_content() in my single-custom.php file all of the content – images and text are output onto the page.
I am hoping to be able to call images and text separately in my text editor for easier editing. Is there a way to separate the content so that I can still utilize the built in media uploader on the WordPress dashboard and be able to place the text and the image elements of the content into different <div> in my text editor?
[ad_2]