Skip to content
Snippets Groups Projects
category.php 81 B
Newer Older
ale's avatar
ale committed
<?php
get_header();

get_template_part( 'loop', 'category' );

get_footer();