Sidebar not working
-
Hi,
My sidebar for the theme New Balance of Blue is not showing at all. Php is below. Any ideas what needs to be there so it works?
</div>
<div class=”widget”>
- “><?php the_title(); ?>
<?php $postslist = get_posts(‘numberposts=10’);
foreach ($postslist as $post) :
setup_postdata($post);
?><?php endforeach; ?>
</div>
<?php if ( !function_exists(‘dynamic_sidebar’)
|| !dynamic_sidebar(1) ) : ?><?php endif; ?>
</div><!–/sidebar–>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Sidebar not working’ is closed to new replies.