Custom Post Type admin screen in Network Admin

It was resolved. This question was specific to some particular project and it’s requirements. And, it was fulfilled at that time with a multisite function for WordPress. What I did: The task was done using a sub-class of WP_Query named WP_Query_Multisite. This class provides us arguments to use for which site to grab the info … Read more

Move two independent sites to network

It’s a good idea to search WP DEV before you post a new question: https://wordpress.stackexchange.com/search?q=migrate+multisite And Google is a good try, too: http://www.google.com/search?&q=move+single+site+to+multisite+wordpress The WordPress Codex is a good place to start: http://codex.wordpress.org/Migrating_Multiple_Blogs_into_WordPress_3.0_Multisite Since Version 3.0, WordPress includes new multisite features, meaning that it can run many blogs, even with their own separate domains, on … Read more