Through the plugin settings page, you can set the image to publish and assign itself to one of your other existing custom post types and or post formats..
The imagined use case is to make managing number of photos through WordPress little more interesting and little more fun..
After uploading 10, 100, or 1000 pictures from event or vacation, you and other users can go through and spend the majority of your time adding content, tags, and titles to your photographs rather than going through monotonous process creating new posts over and over again..
If you'd like to change the default post status or post type, configure the plugin using Auto Image Posts menu under Settings in your admin page ..
If this is the case, images are assigned to posts in the background, but there is no interface to display or edit them..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Introduce new action, afip pre create post, to allow actions to occur before inserting new post for image..
Return false to skip creation of post for specific image..
Add filters to allow themes and plugins to change the post title, categories, and content before creation. 0.5.
option to assign the posts created through Automatic Featured Image Posts to any of your existing custom post types has been added..
Read more