Return to Snippet

Revision: 11754
at February 18, 2009 22:36 by selfmadepsyche


Updated Code
<?php
if ( function_exists(’register_sidebar’) )
register_sidebar();
?>



<?php if ( !function_exists(’dynamic_sidebar’)
|| !dynamic_sidebar() ) : ?>

Revision: 11753
at February 17, 2009 11:00 by selfmadepsyche


Initial Code
coming soon.

Initial URL
http://www.garryconn.com/how-to-wigetize-a-wordpress-theme.php

Initial Description
Edit functions.php and sidebar.php

Initial Title
How to Wigetize a Wordpress Theme

Initial Tags
wordpress

Initial Language
PHP