Return to Snippet

Revision: 63858
at June 13, 2013 10:44 by almendro


Initial Code
<footer id="colophon" role="contentinfo">
	
			<?php
				/* A sidebar in the footer? Yep. You can can customize
				 * your footer with three columns of widgets.
				 */
				if ( ! is_404() )
					get_sidebar( 'footer' );
			?>
			
			
		<div class="site-info">

Initial URL


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

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

Initial Tags
wordpress

Initial Language
PHP