ajthemacboy

footer

Jan 30th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. <?php
  2. /**
  3. * The template for displaying the footer
  4. *
  5. */
  6.  
  7. ?>
  8. </div><!-- #main -->
  9. </div><!-- #page -->
  10.  
  11. <footer id="gk-footer" role="contentinfo">
  12. <?php if (is_active_sidebar('bottom')) : ?>
  13. <div id="gk-bottom" role="complementary">
  14. <div class="widget-area">
  15. <?php dynamic_sidebar('bottom'); ?>
  16. </div>
  17. </div>
  18. <?php endif; ?>
  19.  
  20. <div id="gk-social">
  21. <?php wp_nav_menu(array('theme_location' => 'footer', 'menu_class' => 'social-menu')); ?>
  22. </div>
  23.  
  24. <div id="gk-copyrights">
  25. <?php do_action('portfolio_credits'); ?>
  26.  
  27. <p class="copyright"><?php _e('Free WordPress Theme designed by ','portfolio'); ?> <a href="https://www.gavick.com/">GavickPro.com</a></p>
  28. <p class="poweredby"><?php _e('Proudly published with ','portfolio'); ?> <a href="http://wordpress.org/">WordPress</a></p>
  29. </div><!-- .site-info -->
  30. </footer><!-- end of #gk-footer -->
  31.  
  32. <?php wp_footer(); ?>
  33. </body>
  34. </html>
Add Comment
Please, Sign In to add comment