first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php if ((category_description() != '') && !is_paged()) : ?>
|
||||
<div class="notebox">
|
||||
<?php echo category_description(); ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php
|
||||
if ( have_posts() ) {
|
||||
hu_get_template_part( 'parts/post-list-articles' );
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user