Example #1
0
if (function_exists('kt_get_favicon')) {
    kt_get_favicon();
}
?>
	<link rel="profile" href="http://gmpg.org/xfn/11" />
	<link rel="pingback" href="<?php 
bloginfo('pingback_url');
?>
" />
	<!--[if lt IE 9]>
	<script src="<?php 
echo esc_url(get_template_directory_uri());
?>
/js/html5.js"></script>
	<![endif]-->
	<?php 
wp_head();
?>
</head>

<body <?php 
body_class();
?>
>
<div class="site">
    <div class="site-content">
        <?php 
kt_get_header();
?>
        <div class="content container">
Example #2
0
echo KT_THEME_JS;
?>
respond.min.js"></script>
    <![endif]-->

	<?php 
wp_head();
?>
</head>
<body <?php 
body_class();
?>
>
    <?php 
do_action('kt_body_top');
$position = kt_get_header();
$header_layout = kt_get_header_layout();
?>
    <?php 
get_template_part('templates/sidearea');
?>
    <div id="page_outter">
        <div id="page">
            <div id="wrapper-content" class="content-header-<?php 
echo esc_attr($header_layout);
?>
">
                <?php 
do_action('kt_before_header');
if ($position == 'below') {
    do_action('kt_slideshows_position');