How can I hard code my sidebar?
You can… 1. Enter your sidebar.php file and remove everything.. (better to just remove the code that calls the widigtized sidebar see examples) example 1 (it might look like this): <?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘pages’) ) : else : ?><?php endif; ?> example 2 (it might also look like this): <?php wp_nav_menu( array( ‘theme_location’ … Read more