Sidebar code is incorrect?
-
Please help me I am new to this and well maybe someone see soemthing that I do not.
here is my sidebar code:
<?php
/**
* The Right Sidebar
*
* @package WordPress
* @subpackage Minimatica
* @since Minimatica 1.0
*/
?><div id=”sidebar” class=”widget-area” role=”complementary”>
<?php if( is_active_sidebar( 1 ) ) : ?>
<?php dynamic_sidebar( 1 ); ?>
<?php else : ?>
<?php the_widget( ‘WP_Widget_Search’ ); ?>
<?php the_widget( ‘Minimatica_Ephemera_Widget’, array( ‘title’ => ‘Asides’ ) ); ?>
<?php the_widget( ‘WP_Widget_Pages’ , array( ) ); ?>
<?php endif; ?>
</div><!– #sidebar –>What am i missing?? Thank you…
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Sidebar code is incorrect?’ is closed to new replies.