',strtolower(str_replace(' ','-',single_cat_title( '', false )))); echo("\n"); printf( __( 'Category Archives: %s', TTW_TRANS ), '' . single_cat_title( '', false ) . '' ); $category_description = category_description(); if ( ! empty( $category_description ) ) echo '
' . $category_description . '
'; /* Run the loop for the category page to output the posts. * If you want to overload this in a child theme then include a file * called loop-category.php and that will be used instead. */ get_template_part( 'loop', 'category' ); ?>