Title: Missing theme editor and plugin editor
Last modified: August 20, 2016

---

# Missing theme editor and plugin editor

 *  [paynehd](https://wordpress.org/support/users/paynehd/)
 * (@paynehd)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/missing-theme-editor-and-plugin-editor/)
 * Hi,
 * I have no idea why both theme editors are not available.
 * According to the codex, WordPress contains two built-in editors that allows you
   to edit Theme files directly from within your browser. They are called the Theme
   Editor and Plugin Editor.
 * On a fresh install of 3.5 and update 3.5.1, neither editors show up.
 * What am I missing here?
 * Thanks in advance,

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

 *  [Ryan Yu](https://wordpress.org/support/users/geeksfolder/)
 * (@geeksfolder)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/missing-theme-editor-and-plugin-editor/#post-3418776)
 * Hi paynehd,
 * Are you on a multisite network? If so, you need to check on the Network dashboard.
 * If not, maybe one of your plugins may cause this. So check your plugins by deactivating
   each plugin to see if it helps.
 * Let me know how it went.
 *  Thread Starter [paynehd](https://wordpress.org/support/users/paynehd/)
 * (@paynehd)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/missing-theme-editor-and-plugin-editor/#post-3418806)
 * Hi Ryan,
 * I’m not on multi site…
 * Install is on my local windows box and the other on a hosted Linux site. Both
   installs are fresh…wp 3.5 with default plugins…only plugins are aksimet and hello
   dolly…and are not active…
 * thanks
 *  [Ryan Yu](https://wordpress.org/support/users/geeksfolder/)
 * (@geeksfolder)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/missing-theme-editor-and-plugin-editor/#post-3418830)
 * Hi paynehd,
 * Have you ever installed a security plugin like “BulletProof Security”?
    If so,
   that might be causing the issue. Check out the .htaccess file and remove the 
   security related lines if you have removed the plugin.
 *  Thread Starter [paynehd](https://wordpress.org/support/users/paynehd/)
 * (@paynehd)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/missing-theme-editor-and-plugin-editor/#post-3418833)
 * Never have installed BulletProof…and no other..
 * I just createe a brand new site within the last 5 minutes…on my hosting account
   and same issues…upgraded to 3.5.1…hosted on Fedora/apache/mysql/php etc..
 * Switched theme from twenty12 to twenty11..didn’t matter.
 * The htaccess file:
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule
   ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /index.php [L] </IfModule> # END WordPress
 *  [Ryan Yu](https://wordpress.org/support/users/geeksfolder/)
 * (@geeksfolder)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/missing-theme-editor-and-plugin-editor/#post-3418854)
 * Hi paynehd,
 * That’s odd. If it’s a fresh install, I guess it would be more about the server
   side issue.
    Have you checked the file permission? Check out the file permissions
   part here: [http://codex.wordpress.org/Editing_Files](http://codex.wordpress.org/Editing_Files)
 *  Thread Starter [paynehd](https://wordpress.org/support/users/paynehd/)
 * (@paynehd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/missing-theme-editor-and-plugin-editor/#post-3418936)
 * On the host server (linux) with the fresh install, I changed file perm 777 for
   theme dir and all sub-dirs and it did not help.
 * Then, I changed all files to 666 per the codex link, and the Appearance menu 
   still does not have the editor button.
 * On my local machine (windows xp) I’m logged in as admin with a fresh install 
   and have the same issues.
 * I’m going to look around the core and see if I can find where the editor button
   is enabled/displayed etc…perhaps that may shed some light….
 * thanks
 *  [Ryan Yu](https://wordpress.org/support/users/geeksfolder/)
 * (@geeksfolder)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/missing-theme-editor-and-plugin-editor/#post-3419003)
 * Hi paynehd,
 * I think it is something related to the permissions (maybe at the server side?)
   as some of my clients’ sites also don’t have the editors, but they are all because
   of the security plugins.
 * If you are having the same issue on your hosting server, you may want to ask 
   your hosting company. They might be helpful.
 *  Thread Starter [paynehd](https://wordpress.org/support/users/paynehd/)
 * (@paynehd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/missing-theme-editor-and-plugin-editor/#post-3419122)
 * Ryan et al,
 * I just figured it out…In my over zealous attempt to secure my site, I added the
   following “define” in my wp-config.php file…which removes the “editor” item from
   Appearance menu.
 * /** Hardening WordPress **/
    define(‘DISALLOW_FILE_EDIT’, true);
 * thanks for your help
 *  [Ryan Yu](https://wordpress.org/support/users/geeksfolder/)
 * (@geeksfolder)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/missing-theme-editor-and-plugin-editor/#post-3419123)
 * Good to hear the issue is resolved! And that’s another good point to learn 🙂
 *  [wick3dsono](https://wordpress.org/support/users/wick3dsono/)
 * (@wick3dsono)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/missing-theme-editor-and-plugin-editor/#post-3419134)
 * i have a same issue, [link](http://wordpress.org/support/topic/missing-menu-1?replies=1)
 * but after i open the wp-config, I didn’t find the statement,
 * /** Hardening WordPress **/
    define(‘DISALLOW_FILE_EDIT’, true);
 * any other suggestion?? thanks
 *  [wick3dsono](https://wordpress.org/support/users/wick3dsono/)
 * (@wick3dsono)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/missing-theme-editor-and-plugin-editor/#post-3419135)
 * I’m multisited, network dashboard solved all. Thanks!

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

The topic ‘Missing theme editor and plugin editor’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 11 replies
 * 3 participants
 * Last reply from: [wick3dsono](https://wordpress.org/support/users/wick3dsono/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/missing-theme-editor-and-plugin-editor/#post-3419135)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
