Hi, I am creating Photo uploading website. I am using wordpress for creating it. In this website anyone can upload images but the admin needs to approve to get it display. For this i am using User Submitted Posts Plugin If i try to upload an image using this plugin, "title, User name, Tags, Images" everything is getting uploaded and displayed in the post but the images are not displaing in the post. Please Find attachment too. Can any one help me to do this
You need to call the function post_attachments(); inside the post loop of your theme files(home.php,index.php,single.php, archive.php etc) . I have added the post_attachments() function just below the_content( '' ) function call and it worked fine. I hope this helps.
Hi, Ecreation, i succesffuly installed the plugin. Only have the problem is, user submitted url (Author URL) not showing. How to display that ? i added <?php post_attachments(); ?> for image dispaly. Can you please post the tag for showing user submitted url (Author URL)