' . single_cat_title( '', false ) . '' ); ?>

Sub Categories List'; echo ''; } //tweak the query to show only posts direct in the current category// global $wp_query; $args = array_merge( $wp_query->query_vars, array( 'category__in' => array(get_query_var('cat')) ) ); query_posts( $args ); //end of adaptation// ?> ' . $category_description . '