????
| Current Path : /home2/morganrand/public_html/sub/wp-content/themes/writee/ |
| Current File : /home2/morganrand/public_html/sub/wp-content/themes/writee/sidebar.php |
<?php
/*****************************************/
## common sidebar page
/*****************************************/
if ( ! is_active_sidebar( 'primary-sidebar' ) ) {
return;
}
dynamic_sidebar('primary-sidebar');
?>