File: /home/mmickelson/craftingtablecookbook.com/wp-content/themes/worldwide/footer.php
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package Worldwide
*/
?>
<div id="footer">
<div class="container">
<?php if ( ! dynamic_sidebar( 'footer-1' ) ) : ?>
<?php endif; // end footer widget area ?>
<?php if ( ! dynamic_sidebar( 'footer-2' ) ) : ?>
<?php endif; // end footer widget area ?>
<?php if ( ! dynamic_sidebar( 'footer-3' ) ) : ?>
<?php endif; // end footer widget area ?>
<div class="clear"></div>
</div><!--end .container-->
<div class="creditwrapper">
<div class="container">
<div class="footerleft">
<?php bloginfo('name'); ?>. <?php esc_html_e('All Rights Reserved', 'worldwide');?>
</div>
<div class="footerright">
<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'worldwide' ) ); ?>"><?php printf( __( 'Powered by %s', 'worldwide' ), 'WordPress' ); ?></a>
</div>
<div class="clear"></div>
</div>
</div><!--end .creditwrapper-->
</div><!--end .footer-wrapper-->
<?php wp_footer(); ?>
</body>
</html>