Tagged Questions
2
votes
1answer
167 views
WordPress (+WPMU) Import/Export ALL settings?
As we all know WordPress does not import Widgets when you import content with [Tools > Import] and I'm wondering what kind of script could do that? Database has more than just 1 single information ...
2
votes
2answers
96 views
Is it possible to import a wordpress backup from a single site in to a multi-site configuration?
I have a local development server with WordPress installed (my desktop Linux Mint 12 box). I'd like to use multi-site WordPress to manage my different client projects through one install, but I have a ...
4
votes
2answers
237 views
Blog Settings import/export in Wordpress Network environment
I can't use PHPMyAdmin to export/import my blogs from one server to an other because I'm using Wordpress Network.
Export/import works pretty well for Posts, custom posts types and their media, but ...
3
votes
2answers
263 views
I want to develop locally with Multisite, then migrate each site to separate remote WP installs
I use WordPress for the majority of my client work. I develop locally with MAMP and then move the sites to the remote server when its time to go live or show the client the progress. I just migrate ...
1
vote
2answers
471 views
Fixing media links after importing to multisite
When i imported all posts and media from a old site to new site which on wordpress multisite. The image links on posts are got broken because how media are stored on a multisite is quite different ...
0
votes
2answers
944 views
How to migrate Wordpress Blogs into Multisite without using the GUI-Import/Export Feature
I'd like to migrate some quite huge Wordpress-Blogs into one Multisite Installation.
The Export-Wizard and the Import Wizard are bound to PHP-Limits (Memory, Execution-Time) and so the Export and ...
0
votes
1answer
372 views
Two-way synchronizing of a post type among multisite blogs
Is it possible to two way sync a post type between multiple sites on a multisite install? For example if someone makes a change to an entry under post type "inventory" on Site A how can I make that ...