<?php get_template_part("parts/header-meta"); ?>
<?php $index_template = true;?>
<body>
- <div id='woobox-root'></div>
+ <!-- Qualaroo for discoverkalamazoo.com -->
+ <!-- Paste this code right after the <body> tag on every page of your site. -->
+ <script type="text/javascript">
+ var _kiq = _kiq || [];
+ (function(){
+ setTimeout(function(){
+ var d = document, f = d.getElementsByTagName('script')[0], s = d.createElement('script'); s.type = 'text/javascript';
+ s.async = true; s.src = 'https://cl.qualaroo.com/ki.js/54001/gPp.js'; f.parentNode.insertBefore(s, f);
+ }, 1);
+ })();
+ </script>
+ <div id='woobox-root'></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
<div class="off-canvas-wrap" data-offcanvas>
<div class="inner-wrap">
<div id="page-wrapper">
- <?php
- include "sections/header.php";
+ <?php
+ include "sections/header.php";
include "sections/top-bar.php";
- include "sections/off-canvas.php";
+ include "sections/off-canvas.php";
include "parts/slideshow.php";
- if (is_front_page()) {
- include "sections/front-page.php";
- }
- if (is_home()) {
+ if (is_front_page()) {
+ include "sections/front-page.php";
+ }
+ if (is_home()) {
include "sections/blog-home.php";
- }
- if (is_archive()) {
+ }
+ if (is_archive()) {
include "sections/blog-archive.php";
- }
+ }
if (is_single()) {
include "sections/blog-single.php";
}
- if (is_search()) {
+ if (is_search()) {
include "sections/search.php";
}
- if (is_page() && !is_front_page()) {
- include "sections/interior-page.php";
+ if (is_page() && !is_front_page()) {
+ include "sections/interior-page.php";
}
echo '<div id="footer-page-anchor">';
- include "sections/footer.php";
- include "sections/copyright.php";
- echo '</div>';
+ include "sections/footer.php";
+ include "sections/copyright.php";
+ echo '</div>';
?>
</div><!--/#page-wrapper-->
<a class="exit-off-canvas"></a>
<div class='scroll icon'><i class="fa fa-4x fa-angle-up"></i></div>
</div>
</body>
-</html>
\ No newline at end of file
+</html>