if (is_tax()) {
global $wp_query;
$term = $wp_query->get_queried_object();
$title = $term->name;
}
echo "
" . $title . "
";
$posts = query_posts($query_string .
'&orderby=title&order=asc&posts_per_page=-1');
$oldies = array();
$newies = array();
$currents = array();
?>
Current Edition