Roy,
Never mind, I backed up the entire website and got adventurous. Problem solved. Thanks for your time.
Randi
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' );
?>