• I’m unable to access the Theme Editor or Appearance Editor Screen that allows you to edit the source code for your theme within your web browser. What am I doing wrong? I just purchased premium thinking the “Customize” feature would allow me to access the theme code but it still didn’t give me access to the Theme Editor.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello Jordan,
    Just open your cpanel and search for wp-config.php file , open it and search for [define(‘DISALLOW_FILE_EDIT’, true);]

    Just set it like [define(‘DISALLOW_FILE_EDIT’, false);]

    It will work

    Cheers!

    Thread Starter jordanlagana

    (@jordanlagana)

    I’m using wp-admin’s omnisearch feature but nothing comes up for wp-config.php. It only searches through content on the site.

    you dont have to search in wp-admin.
    Do you have cpanel details , which hosting you are using ?

    If you have cpanel access , search wp-config.php there

    Thread Starter jordanlagana

    (@jordanlagana)

    I found the wp-config.php file but there wasn’t any HTML that said define(‘DISALLOW_FILE_EDIT’, true);

    Its not a html , you can just search for DISALLOW_FILE_EDIT and you will get it , after that you can make it “false”.

    if its not there you can just put define(‘DISALLOW_FILE_EDIT’, false);
    just below define(‘WP_DEBUG’, false);

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Theme: Sela] Unable to access "Appearance Editor Screen"’ is closed to new replies.