=== Plugin Name === Contributors: Karthikeyan Donate link: http://www.karthikeyankarunanidhi.com/plugins.html Tags: auto,automatic,image,images,post,recipe,recipes,cook,cooking,chef,kitchen,photo,blog,photos Requires at least: 2.6.2 Tested on: 2.6.2, 2.7 Tested up to: 2.7 Stable tag: 2.0 Puts images in all your posts automatically. == Description == This plugin will automatically put images into each post. The images are automatically added to posts and not to pages. Good for sites that host recipes. All you have to do is upload the image into the '/wp-content/plugins/auto-post-images/images/' directory. Name them as 'Image\_POSTID[\_SUFFIX].jpg' where 'POSTID' is ID of post and if you have more than one image then you can add any prefix after the 'POSTID' separated by an underscore. Posts that do not have image will show a default image. Example Image Name: Image\_66.jpg, Image\_66\_a.jpeg, Image\_66\_two.gif, etc. Demo: [Dash of Salt & A Pinch of Love](http://sethulakshmi.karunanidhi.com/). Home Page: [Karthikeyan](http://www.karthikeyankarunanidhi.com). == Installation == 1. Download the plugin zip file. 1. Upload the plugin contents into your WordPress installation's plugin directory. 1. The plugin's .php files and readme.txt should be installed in the 'wp-content/plugins/auto-post-images/' directory. 1. From the Plugin Management page, activate the "Auto Post Images (API)" plugin. == Screenshots == 1. Image thumbnail automatically added to post 2. Settings Page 3. Full size image displayed when clicked on thumbnail == Frequently Asked Questions == = How do I not show the default image when there is no image for a post? = 1. Go to Dashboard 1. Click Settings 1. Click Auto Post Images (API) Settings 1. Select "No" and click "Update Settings" 1. No the default "Image Coming Soon" image is not displayed for posts that do not have images. 1. Posts that have images will continue displaying the images as usual = Where is the Plugin Admin Panel? Do you expect me to edit the code myself? = 1. Go to Dashboard 1. Go to Settings 1. Click Auto Post Images (API) Settings = What image types are supported? = Anything that a browser supports. = How do I change the image position and style = The CSS is in /auto-post-images/css/kkimageinpost.css = How do I change the width of the thumbnail = The width of the thumbnail image can be changed by changing the value of $iThumbnailWidth in the /auto-post-images-api/trunk/php/ThumbCreator.class.php file. I will soon add this to the Plugin Admin Panel.