Skip to content

Instantly share code, notes, and snippets.

Created September 24, 2014 16:14
Show Gist options
  • Save anonymous/c82a027c9728f3fc08b1 to your computer and use it in GitHub Desktop.
Save anonymous/c82a027c9728f3fc08b1 to your computer and use it in GitHub Desktop.
<!--footer-->
<div id="footer-container">
<!--footer container--><div class="row">
<div class="twelve columns" id="footer-widget">
<?php
get_sidebar( 'footer' );
?>
</div><!--footer widget end-->
</div><!-- footer container-->
</div>
<div id="footer-info">
<!--footer container--><div class="row">
<div class="twelve columns">
<div id="copyright"><?php _e( 'Copyright', 'discover' ); ?> </a></div>
<div class="scroll-top"><a href="#scroll-top" title="<?php esc_attr_e( 'scroll to top', 'discover' ); ?>"><?php _e( '&uarr;', 'discover' ); ?> <?php echo date( 'Y' ); ?> <?php echo esc_html(of_get_option('footer_cr')); ?> | <?php _e( 'Powered by', 'discover' ); ?> <a href="http://www.wordpress.org"><?php _e( 'WordPress', 'discover' ); ?></a> | <?php _e( 'discover theme by', 'discover' ); ?> <a href="http://www.mtbloc.com"><?php _e( 'antthemes', 'discover' ); ?> </a>
</div>
</div>
</div>
</div><!--footer info end-->
<?php wp_footer(); ?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment