Some way to Flush or Overwrite all Imported Content in a Site for a Fresh Import – How?
- Is there an easy quick way to do this? To delete all Pages, Posts, Comments and stuff that got imported?
- Or some way to force a FLUSH of the information when I import a new .XML?
- I’ve imported a bunch of wrong content into several sites
- I would like to give them a FRESH start, preferably without having to Re-Create Fresh Sites on Multisite WP 3.5.1 Network
- Make it go back to the state when a Fresh New Site was created
With relation to other links I’ve read:
- Import and replace existing page/post content
- Can I overwrite existing posts with Import tool?
- How do I re-import overwriting all posts/comments?
- WordPress Import Function
- Import and replace existing page/post content
- Is there a way to trigger an automatic import of a WP backup on creation of a new WP multisite site?
I haven’t gotten a conclusive answer here. Not even when I put together all the LEARNING from the links I’ve read (posted).
Is there a way to combine all the above knowledge to create solution steps for this?
Shouldn’t there be a Plugin, Script or some Tool in the WordPress Admin/ Developer’s Tool chest to do this sometime when needed?
Is there something like this out there?
This may be what you’re looking for http://wordpress.org/extend/plugins/suicide/.
As a super admin you can select which sites you would like to remove the content from within your multisite setup.
Run A Query to Delete All posts before Import
Because menus and pages are custom post types, this will update all posts, pages, and menus to be replaced by your import file.
(uncomment lines after the
--end config
, by deleting the leading--
In order to run the query. But be careful, it is destructive. See the query below on how test your query to see what will be deleted, before you run it.)Be safe: view posts before deleting