Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Sorry, I don’t understand. The topic title is “config.php”, though WP does not have a file by that name. Otherwise, what editor are you referring to? What do you want to edit?

    Hi @bri5645,

    You’ll access the wp-config.php file via (s)FTP or through your host’s dashboard (like with cPanel).

    If you’re just trying to edit the theme’s files and not the wp-config.php file, you can go to Appearances > Theme Editor.

    Thanks,

    Elise

    Thread Starter bri5645

    (@bri5645)

    I would like to access the theme editor in appearence but it’s missing.
    Thanks.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Remove this line from your wp-config.php file:

    define( 'DISALLOW_FILE_EDIT', true );

    Note, though, that editing the theme is A Bad Idea as your edits will get wiped out when the theme is updated. As it’s a new theme, updates are likely. The solution is to use a child theme if you’re changing PHP, or use the Custom CSS feature of the customizer if you want to change CSS.

    Thread Starter bri5645

    (@bri5645)

    It’s working. Running some tests. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘config.php’ is closed to new replies.