avatar
2 minutes read

WordPress theme editor is missing

I'm attempting to get to the subject proofreader in WordPress.

The issue is that I can't track down the choice under Administrator Appearances - Proofreader and when I attempt to get to the page utilizing the connection http://www.nameofsite.com/wp-administrator/subject editor.php I get the mistake:

You don't have adequate consents to get to this page.

I'm signed in as a manager. For what reason mightn't I at any point track down the supervisor choice?

Solutions

It is probably because of iThemes Security and its settings. So yeah, just go to wp-config and change DISALLOW_FILE_EDIT to false.

define( 'DISALLOW_FILE_EDIT', false );

Or on the other hand switch it off here: Dashboard - > Security - > WordPress Changes - > Design Settings

Uncheck: Impair Record Supervisor

Comments