Thank you esmi, I’ve gone over the Moving WordPress page and I am still having the same problems, my new website is looking for the themes in the old directory. I’m so confused and frustrated.
this is the end of my wp-config.php.
*/
/** Absolute path to
the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’,
dirname(__FILE__) . ‘/’);
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);
define(
‘WP_HOME’,’https://www.clintsmoneybox.com’);
define(
‘WP_SITEURL’,’https://www.clintsmoneybox.com’);
/** set location of content dir */
define(‘WP_CONTENT_DIR’, $_SERVER[‘DOCUMENT_ROOT’] . ‘clintsmoneybox/wp-content’);
define(‘WP_CONTENT_URL’, ‘https://www.clintsmoneybox.com/wp-content’);