'post', 'child_of' => 0, 'parent' => '', 'orderby' => 'name', 'order' => 'ASC', 'hide_empty' => 1, 'hierarchical' => 1, 'exclude' => '', 'include' => '', 'number' => '', 'taxonomy' => 'category', 'pad_counts' => false ); $categories= get_categories($args); $cat_count=0; if($categories){ foreach($categories as $category){ $first_cat_name = $category->name; $cat_count++; if($cat_count > 0) break; } query_posts( array ( 'category_name' => $first_cat_name, 'posts_per_page' => -1 ) ); } ?>

0))):?>
    '
  • '.__('Pages:','appointment'),'after' => '
  • '); wp_link_pages($args); ?>
'.__('Tags:','appointment').'','');?>