Title: Convert FROM Multisite, Cannot edit Custom Post Types
Last modified: August 20, 2016

---

# Convert FROM Multisite, Cannot edit Custom Post Types

 *  [Travis Smith](https://wordpress.org/support/users/wpsmith/)
 * (@wpsmith)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/convert-from-multisite-cannot-edit-custom-post-types/)
 * Using WordPress 3.4.1, I recently converted from WordPress Multisite to a Normal
   WordPress (dumping the subsites in favor of the main site) install by removing
   the MultiSite code from wp-config.php or simply defining the constants as false.
 *     ```
       define('WP_ALLOW_MULTISITE', false);
       define( 'MULTISITE', false );
       ```
   
 * However, when I do this on the main site, the administrators cannot edit posts
   of custom post types. They can edit posts and pages, but they cannot edit their
   custom post types. They all take the standard, default capabilities (post), capability
   types, maps, etc.
 * Any help here would be fantastic!

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 11 months ago](https://wordpress.org/support/topic/convert-from-multisite-cannot-edit-custom-post-types/#post-2861461)
 * How did you add the CPTs to the site?
 * Is it in your theme or in a plugin or an mu-plugin…?
 *  Thread Starter [Travis Smith](https://wordpress.org/support/users/wpsmith/)
 * (@wpsmith)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/convert-from-multisite-cannot-edit-custom-post-types/#post-2861503)
 * Registered them in a core functionality plugin. Simple one file plugin.
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 11 months ago](https://wordpress.org/support/topic/convert-from-multisite-cannot-edit-custom-post-types/#post-2861521)
 * Can you share the code on Pastebin?
 * I ask because there are a lot of ways to do it with Multisite if you don’t want
   your CPTs to show on all sites, and sometimes you have to un do that to go back
   to Single Site.
 * My guess is that you still have some Multisite Specific code in there.
 * (Personally I have a site-cpt.php file, sitting in /mu-plugins for my single 
   sites)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Convert FROM Multisite, Cannot edit Custom Post Types’ is closed to new
replies.

## Tags

 * [multisite](https://wordpress.org/support/topic-tag/multisite/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 3 replies
 * 2 participants
 * Last reply from: [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/convert-from-multisite-cannot-edit-custom-post-types/#post-2861521)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
