this is the code for the sidebar however the categories do not show up in nav bar either ??
<div id=”eastsidebar” class=”sidebar”>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘east_sidebar’) ) : ?>
<!– categories –>
<div class=”widget widget_categories”>
<h3>Categories</h3>
<?php wp_list_cats(‘sort_column=name&optioncount=0&depth=1’); ?>