Correct Installation and Setup
-
Hi,
I set everything up, but it doesn’t work. I fear I improperly added the code to functions.php. Here is my code below, which matches my ID:
// Option Tree
if ( function_exists( ‘ot_get_option’ ) ) {
$theme_color = ot_get_option( ‘theme_color’ );
}I added this to the bottom of my Divi Theme’s function.php file. Once I get the plugin working, I’ll create a child theme so the function remains.
Is this the proper code and location?
Thanks in advance for your help!
Kristy
The topic ‘Correct Installation and Setup’ is closed to new replies.