=== Feed2Post === Contributors: rasmusbe Tags: cronjob, rss, feed, feeds, post, import Requires at least: 2.8 Tested up to: 3.0.1 Stable tag: 1.2 Imports posts from RSS-feed as regular posts. Runs once every hour using WordPress internal cronjob and feed functions. == Description == Feed2Post imports posts from RSS-feed as regular posts. It uses Wordpress internal functions for cronjobs and feed fetching. It is scheduled to run once every hour. == Installation == 1. Upload the folder `feed2post` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Configure and add feeds under Tools. == Change log == = 1.2 = * Changed: Imports up to 20 feed items at once from each feed. * Fixed: Hopefully I've got rid of the duplicate post-bug once for all. = 1.1 = * New: Option to add content before and after the post with information from the feed. * Changed: The post-time is now set correctly according to the feed item. * Fixed: Activation-function gave errors if WP_DEBUG was enabled. = 1.0.1 = * Plugin now translatable, please translate and send the translations to me * New Swedish translation = 1.0 = * First release == Upgrade Notice == = 1.2 = Hopefully got rid of the duplicate post-bug. Because of the change there is a risk that there will be duplicated posts when upgrading. Just delete the dupe if thats happens. = 1.1 = Added option to add content before and after the post. Posttime is correct and upgrade-bug is fixed. = 1.0.1 = Plugin is now translatable, new swedish translation. = 1.0 = First release, welcome!