• sorry for such a basic question but oddly can’t find the answer with google search.
    How I get to the function.php file from the wordpress dashboard?

    Annoying thing is that I did it before and can’t find now where it is ?!?

    I am also looking for how to find the styles.css from the dashboard.

    Thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can find it under Appearance->editor, by default it loads active theme’s style.css file. On Right hand side you have the list of theme’s files listed, and you could find function.php file there labeled as ‘Themes Functions’

    [ Signature moderated ]

    Thread Starter drew345

    (@drew345)

    Thank you. Much appreciated.

    Hey! sorry to comment but I’m having the same issue only under “appearance” on my dashboard I have “themes, customize, widgets, menus, header, background” but no “editor.” Any idea on how to access my functions.php?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    It is a REALLY BAD IDEA to edit PHP files from appearance->editor. One little typo and you’ll bring down your site.

    1. Use FTP or your host’s control panel to download the file.
    2. copy functions.php to functions.save
    3. edit functions.php with your favorite text or programming editor.
    4. upload your changed file back to the site via ftp or the host’s control panel.
    5. If you break the site, upload the saved copy to replace the file you messed up.

    @ams: Please create your own threads for support questions rather than reactivating a 5 month old one.

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