=== Simple Content Upload By CSV === Contributors: Md Meraj Ahmed Tags: Upload your content data either it is custom post type, post or page. create csv with title and description and upload it. Requires at least: 3.0 Tested up to: 3.8.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Stable tag: trunk Upload your content data either it is custom post type, post or page. == Description == Upload your content data either it is custom post type, post or page. create csv with title and description and upload it. Simple admin interface to select for which content type you want to upload data. Just create A Csv file with title and content and upload it for selected content type == Installation == 1. Download uploadcontentbycsv.zip from here and unzip it. 1. Upload the `uploadcontentbycsv` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress NOTE: See "Other Notes" for Upgrade and Usage Instructions as well as other pertinent topics. == Screenshots == 1. Admin Section == Upgrade == 1. Deactivate the plugin through the 'Plugins' menu in WordPress 1. Delete the previous `uploadcontentbycsv` folder from the `/wp-content/plugins/` directory 1. Upload the new `uploadcontentbycsv` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress == Usage == 1. Visit Settings>Upload Content in the admin area of your blog. 1. Select your content type to which you want to upload data and click on save changes. 1. Enjoy. == Changelog == = 0.1: = * Initial Public Release