MENU

Posts List

Authors

    ) ); ?>

Pages

    • ‘title_li’ => ”,
 
    ) ); ?>

Posts

$cats = get_categories(‘exclude=’); foreach ($cats as $cat) { echo ‘

‘ . $cat->cat_name . ‘

‘; echo ‘
    • ‘;
 
    • query_posts(‘posts_per_page=-1&cat=’ . $cat->cat_ID);
 
    • while(have_posts()) {
 
    • the_post();
 
    • $category = get_the_category();
 
    • if ($category[0]->cat_ID == $cat->cat_ID) {
  ‘; } } echo ‘ ‘; }