Adding a sidebar
Description
This code will allow you to create sidebar files and have them appear anywhere on a php file
This code will allow you to create sidebar files and have them appear anywhere on a php file
PHP Source Code
The first time showing the side bar use:
<?php get_sidebar('pricerow'); ?>
If wanting to duplicate the sidebar multiple times in the same page use below:
<?php include( TEMPLATEPATH . '/sidebar-pricerow.php'); ?>