ID); if( $tags ){ foreach( $tags as $tag ) { $posttags[] = $tag->term_id; }; } endwhile; $slug = get_category($cat_id)->slug; $posttags = array_unique( $posttags ); foreach( $posttags as $tag ) { $tag = get_tag($tag); $the_tags[] = '' . $tag->name . ''; } sort($the_tags); //sort optional if( $the_tags ) { echo ''; } endif; wp_reset_query(); endif; ?>