Support

Account

Home Forums Backend Issues (wp-admin) Import Custom Posts via CSV Reply To: Import Custom Posts via CSV

  • Hey Hube,

    Working with the web is sometimes a serious uphill battle.

    These are the scripts I ended up getting made, and you don’t have to worry about time outs.

    Imports posts from root of WordPress install and automatically populates wp_posts and wp_postmeta. This script has a long way to go for categories, tags and mapping ids. Tested with 150,000 posts imported in 10 minutes.
    https://github.com/muzza78/Import-Wordpress-Posts-from-CSV-to-MySQL

    A few importers I used for different tasks.
    https://github.com/muzza78/ratings-importer-to-wp_postmeta

    Please use and fork at will. M