FOOTER
<?php /** * Theme Footer Section for our theme. * * Displays all of the footer section and starting from <footer> tag. * * @package ThemeGrill * @subpackage eStore * @since eStore 0.1 */ ?> <footer id="colophon"> <?php get_sidebar( 'footer' ); ?> <div id="bottom-footer" class="clearfix"> <div class="tg-container"> <div class="copy-right"> <?php printf( esc_html__( 'Copyright © %1$s %2$s. All rights reserved.', 'estore' ), date( 'Y' ), '<a href="' . esc_url( home_url( '/' ) ) . '" title="' . esc_attr( get_bloginfo( 'name', 'display' ) ) . '" ><span>' . get_bloginfo( 'name', 'display' ) . '</span></a>' ); ?> <?php printf( esc_html__( 'Theme: %1$s by %2$s.', 'estore' ), '...