WP twentytwelve theme width sidebar footer again. Part 1: FOOTER.PHP


/ Published in: PHP
Save to your folder(s)

How to put sidebars footer on twenty twelve theme again. Part 1:
Insert the call in the footer.php


Copy this code and paste it in your HTML
  1. <footer id="colophon" role="contentinfo">
  2.  
  3. <?php
  4. /* A sidebar in the footer? Yep. You can can customize
  5. * your footer with three columns of widgets.
  6. */
  7. if ( ! is_404() )
  8. get_sidebar( 'footer' );
  9. ?>
  10.  
  11.  
  12. <div class="site-info">

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.