Current Path : /var/test/www/html/37thanniversary/wp-content/themes/execoore/ |
Current File : /var/test/www/html/37thanniversary/wp-content/themes/execoore/single.php |
<?php // ============================================================================= // SINGLE.PHP // ----------------------------------------------------------------------------- // Template file for single blog posts. // ============================================================================= if (defined("HC_PLUGIN_PATH")) { include_once(HC_PLUGIN_PATH . "/global-content.php"); } get_header(); execoore_the_content(); get_footer(); ?>