WP Plugin: Posts from Images
While working on my WPWT project, I started a little side project. I needed some way to put all images in the media library in seperate posts. Now, there may be plugins already to do this, but I needed the process to also set the image as featured image. So I decided to make my first actual plugin.
It works by getting all attachments with get_posts, and looping through them one-by-one, checking if they’re images, creating a post and then attaching the image to the post. Simple as that.
If you’d like to try out my very first plugin, I’ll be adding it shortly to the WordPress Plugins Database the plugin has been approved and can be viewed here: http://wordpress.org/extend/plugins/posts-from-images/. Please bear with me as I try to grasp the whole SVN thing.
Davey.

Pingback: Wordpress Plugins » WP Plugin: Posts from Images » davey ijzermans