Beispiel #1
0
language_attributes();
?>
>
<head>
<?php 
wp_head();
?>
</head>
<body <?php 
body_class('bg-cover');
?>
>
	<div id="main" class="layout-<?php 
$mclass = $king->cfg['layout'];
if (!empty($post->post_name)) {
    if ($post->post_type == 'page') {
        $mclass .= ' page-' . $post->post_name;
    }
}
echo esc_attr($mclass);
echo ' ' . esc_attr($king->main_class);
?>
 site_wrapper">
	<?php 
/**
 * Load header path, change header via theme panel, files location themes/linstar/templates/header/
 */
king::path('header');
?>
	
Beispiel #2
0
<?php

/**
 * 	(c) king-theme.com
 */
king::path('footer');
/*
	. change footer via theme-panel
	. location in themes/aaika/templates/footer/__file__	
*/
?>
	</div><!-- #main -->
	<?php 
wp_footer();
?>
</body>
</html>