• I need add some some php codes in WordPress with Evolve Theme. But I only find a Custom CSS area. Where can I add function.php codes at Evolve? Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    You will need to create a child theme and add in your child theme’s functions.php
    https://codex.wordpress.org/Child_Themes

    Thank you

    Thread Starter Suproa

    (@suproa)

    Thanks! I read the whole thing, but the question is where I can access the file to create child theme from Evolve Theme access in WordPress?
    When I open Appearance to Evolve, I can not see any place I can do something except the Custom CSS (but it’s is only for CSS).
    Thanks!

    Hi,

    Please read on instructions on how to create a child theme.
    It’s in the article. https://codex.wordpress.org/Child_Themes

    You can access your server via FTP.

    Thank you

    Thread Starter Suproa

    (@suproa)

    Hi Denzel, All I need is to copy and paste some code at functions.php per instruction. In the instruction, it states: go to Appearance > Editor at the “Edit Themes” page….
    Where is the Editor page in your theme or any other alternative places? Thanks!

    Hi,

    The Appearance -> Editor is a WordPress feature, nothing to do with Theme. Theme does not have code to disable it.

    Check your wp-config.php file for any define that’s disabling editor.

    You can also check with your web hosting company to see if they had any code to disable it.

    You can also disable any security plugin to see if it fixes your issue.

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add php codes in WordPress with Evolve Theme’ is closed to new replies.