Advertisement
Guest User

footer.php

a guest
Sep 29th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.99 KB | None | 0 0
  1. <div class="clear"></div><?php if ( is_active_sidebar( 'footer-widget-area-1' ) || is_active_sidebar( 'footer-widget-area-2' ) || is_active_sidebar( 'footer-widget-area-3' ) || is_active_sidebar( 'footer-widget-area-4' )) { ?>  <div id="footer">           <div id="footer-widget-1">          <?php if ( is_active_sidebar( 'footer-widget-area-1' ) ) :  dynamic_sidebar( 'footer-widget-area-1'); endif; ?>     </div>      <div id="footer-widget-2">          <?php if ( is_active_sidebar( 'footer-widget-area-2' ) ) :  dynamic_sidebar( 'footer-widget-area-2'); endif; ?>     </div>              <div id="footer-widget-3">          <?php if ( is_active_sidebar( 'footer-widget-area-3' ) ) :  dynamic_sidebar( 'footer-widget-area-3'); endif; ?>     </div>          <div id="footer-widget-4">                          <?php if ( is_active_sidebar( 'footer-widget-area-4' ) ) :  dynamic_sidebar( 'footer-widget-area-4'); endif; ?>     </div>      <div class="clear"></div>           </div> <!--end #footer-->       <?php } ?>          <div id="bottom">           <div class="left">      &copy; <?php echo date('Y'); ?> <a href="<?php bloginfo('url'); ?>" title="<?php bloginfo( 'description' ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>. <?php _e('All rights reserved','themejunkie'); ?>. <a href="<?php bloginfo('url'); ?>/wp-admin/"><?php _e('Site Admin', 'themejunkie'); ?></a> &middot; <span class="footer-rss"><a href="<?php bloginfo('rss2_url'); ?>"><?php _e('Entries RSS','themejunkie'); ?></a></span> &middot; <span class="footer-rss"><a href="<?php bloginfo('comments_rss2_url'); ?>"><?php _e('Comments RSS','themejunkie'); ?></a></span>   </div> <!--end .left-->     <div class="right"><?php _e('Powered by','themejunkie'); ?> <a href="http://wordpress.org"><?php _e('WordPress','themejunkie'); ?></a> &middot; <?php _e('Designed by','themejunkie'); ?> <a href="http://www.theme-junkie.com" title="Premium WordPress Themes"><?php _e('Theme Junkie','themejunkie'); ?></a>     </div> <!--end .right-->            <div class="clear"></div>        </div> <!--end #bottom--><?php wp_footer(); ?><div class="clear"></div></div> <!--end #wrapper--></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement