HERE IS THE CODE IN CASE THIS HELPS: adding a widget makes the lists below disappear. Is there any way to integrate these two?
<!– Start leftbar –>
<div class=”leftbar”>
<?php wp_list_pages(‘include=30,31,32&title_li’); ?>
<?php
wp_list_pages(‘include=9,10,21,22,24&title_li’); ?>
<?php endif; ?>
</div>
<!– End leftbar –>