>
', '' ); ?>

Authors

    false, ) ); ?>

Pages

    '', 'title_li' => '', ) ); ?>

Posts

    ".$cat->cat_name.""; echo "
      "; query_posts('posts_per_page=-1&cat='.$cat->cat_ID); while(have_posts()) { the_post(); $category = get_the_category(); // Only display a post link once, even if it's in multiple categories if ($category[0]->cat_ID == $cat->cat_ID) { echo '
    • '.get_the_title().'
    • '; } } echo "
    "; echo ""; } ?>