Example #1
0
wp_head();
?>
	<link rel="stylesheet" type="text/css" href="http://substanceabuserehabs.com/wp-content/themes/Total/custom.css">
	<!-- Pinterest -->
	<meta name="p:domain_verify" content="7dc715d9faeae1fadbb59fada6ab3d7f"/>
</head>

<!-- Begin Body -->
<body <?php 
body_class();
?>
>

	<div id="wrap" class="clr">
	
		<?php 
// Display header if enabled
// See functions/header-display.php
if (wpex_display_header() == true) {
    ?>
			<?php 
    // Get header style
    // See functions/header-display.php
    $wpex_header_style = wpex_get_header_style();
    get_template_part('headers/header', $wpex_header_style);
    ?>
		<?php 
}
?>

	<div id="main" class="site-main clr">
Example #2
0
 * See all header parts at partials/header/
 *
 * @package		Total
 * @subpackage	Partials/Header
 * @author		Alexander Clarke
 * @copyright	Copyright (c) 2014, Symple Workz LLC
 * @link		http://www.wpexplorer.com
 * @since		Total 1.6.0
 * @version		1.0.0
 */
// Exit if accessed directly
if (!defined('ABSPATH')) {
    exit;
}
// Return if header is disabled
if (!wpex_display_header()) {
    return;
}
?>

<?php 
//wpex_hook_header_before();
?>

	<header id="site-header" class="<?php 
wpex_header_classes();
?>
" role="banner">
		<?php 
wpex_hook_header_top();
?>