Hello,

Sign up to join our community!

Welcome Back,

Please sign in to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

You must login to ask a question.

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

BashCow Latest Questions

  • 35
  • 35
ttrantow

WordPress theme editor is missing

I’m trying to access the theme editor in WordPress, but I can’t find the option under Admin > Appearance > Editor. When I attempt to access it directly via the URL nameofsite(.)com/wp-admin/theme-editor.php, I receive the error message: “You do not have sufficient permissions to access this page.” I’m logged in as an administrator. Why is the editor option missing?

Related Questions

2 Answers

  1. It's likely due to iThemes Security and its settings. To resolve this, access your wp-config file and set DISALLOW_FILE_EDIT to false: define( 'DISALLOW_FILE_EDIT', false ); Alternatively, you can disable it from the WordPress dashboard by navigating to Dashboard -> Security -> WordPress Tweaks -> Configure Settings, then unchecking "Disable File Editor".

    It’s likely due to iThemes Security and its settings. To resolve this, access your wp-config file and set DISALLOW_FILE_EDIT to false:

    define( 'DISALLOW_FILE_EDIT', false );

    Alternatively, you can disable it from the WordPress dashboard by navigating to Dashboard -> Security -> WordPress Tweaks -> Configure Settings, then unchecking “Disable File Editor”.

    See less
Leave an answer

Leave an answer