HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
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>