labels->name; ?>: $tax_name ); $terms = get_terms($tax_name, $args); $count = count($terms); $i=0; if ($count > 0) { $cape_list = '

'; foreach ($terms as $term) { $i++; $term_list .= '' . $term->name . ''; if ($count != $i) $term_list .= ' · '; else $term_list .= '

'; } echo $term_list; }; ?>

$post_type, "$tax" => $tax_term->slug, 'post_status' => 'publish', 'posts_per_page' => -1, 'caller_get_posts'=> 1 ); $my_query = null; $my_query = new WP_Query($args); if( $my_query->have_posts() ) : ?>

name; ?>

Back to top ↑