Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Dogface777

    (@dogface777)

    Roy,

    Never mind, I backed up the entire website and got adventurous. Problem solved. Thanks for your time.

    Randi

    Thread Starter Dogface777

    (@dogface777)

    Roy,

    I have tried adding that, but my lack of experience with Codex is a down fall for me. Would you please be so kind as to explain where it would go? Here is the code for my functions.php file.
    ==============================================

    <?php
    
    $evlthemename = "evolve"; 
    
    define( 'THEMENAME', $evlthemename );
    
    if ( get_stylesheet_directory() == get_template_directory() ) {
    
    	define('EVL_URL', get_template_directory() . '/library/functions/');
    
    	define('EVL_DIRECTORY', get_template_directory_uri() . '/library/functions/');
    
    } else {
    
    	define('EVL_URL', get_template_directory() . '/library/functions/');
    
    	define('EVL_DIRECTORY', get_template_directory_uri() . '/library/functions/');
    
    }
    
    get_template_part( 'library/functions/options-framework' );
    
    get_template_part( 'library/functions/basic-functions' );
    
    ?>
Viewing 2 replies - 1 through 2 (of 2 total)