Posted inAll / Php How to create constant for wordpress themes folder by SuryaApril 18, 2011December 4, 20230 Open wp-config.php in root folder, try to add the below constant to this file. <?php define('THEME_PATH', ABSPATH."/wp-content/themes"); Surya More by Surya