ACC SHELL
<footer class="clearfix">
<!-- FOOTER MENU -->
<div class="footer-box">
<div class="footer-box__title"><h6>Navigace</h6></div>
<div class="footer-box__content">
<?php wp_nav_menu( array( 'theme_location' => 'footer-menu','container_class' => 'header-nav' ) ); ?>
<?php wp_reset_query(); ?>
</div>
</div>
<!-- LINKS -->
<div class="footer-box">
<div class="footer-box__title"><h6>Zajímavé odkazy</h6></div>
<div class="footer-box__content">
<?php query_posts('category_name=zajimave-odkazy'); ?>
<?php while (have_posts()) : the_post(); $fimg = get_post_meta($post->ID, "thumb", TRUE); ?>
<?php the_content(); ?>
<?php endwhile; ?>
<?php wp_reset_query(); ?>
</div>
</div>
<!-- REFERENCES -->
<div class="footer-box">
<div class="footer-box__title"><h6>Reference</h6></div>
<div class="footer-box__content">
<?php query_posts('category_name=paticka-reference'); ?>
<?php while (have_posts()) : the_post(); $fimg = get_post_meta($post->ID, "thumb", TRUE); ?>
<?php the_content(); ?>
<?php endwhile; ?>
<?php wp_reset_query(); ?>
</div>
</div>
<!-- CONTACTS -->
<div class="footer-box">
<div class="footer-box__title"><h6>Rychlý kontakt</h6></div>
<div class="footer-box__content">
<?php query_posts('category_name=rychly-kontakt'); ?>
<?php while (have_posts()) : the_post(); $fimg = get_post_meta($post->ID, "thumb", TRUE); ?>
<?php the_content(); ?>
<?php endwhile; ?>
<?php wp_reset_query(); ?>
</div>
</div>
<p class="copyright">© Copyright 2015 | <a href="http://www.dovastex.cz/">www.dovastex.cz</a></p>
</footer>
</div><!-- end wrapper -->
<!-- OTHER SCRIPTS -->
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&ver=3.9.2"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/dovastex.js"></script>
<script type="text/javascript" src="http://localhost:35729/livereload.js"></script>
<?php wp_footer(); ?>
</body>
</html>
ACC SHELL 2018