
echo '
';
$category_description = category_description();
if ( ! empty( $category_description ) )
echo '
' . $category_description . '
';
/* Run the loop to output the page.
* If you want to overload this in a child theme then include a file
* called loop-page.php and that will be used instead.
*/
get_template_part( 'loop', 'category' );
?>