• Skip to main content
  • Skip to primary sidebar
  • Skip to footer

Notes to Self

  • Aviation Weather from NOAA Plugin
    • KZZV
    • Bad Shortcode
    • Simple Metar
  • Meetings
  • Meetings Map

Mark Chouinard / August 1, 2014

Batch Import using WP-CLI

Place multiple export files into a single directory, then run the following:

# Activate the wordpress importer
wp plugin activate wordpress-importer --url=http://localhost/example.com/

# Iterate over all of the import files in a given folder.
for f in myfolder/*.xml; do wp import $f --authors=skip --skip=attachment --url=localhost/example.com/; done

 

Filed Under: WordPress Tagged With: Command line, import, wp-cli

Primary Sidebar

Footer

Copyright © 2021 · machouinard · Log in