11 lines
248 B
PHP
11 lines
248 B
PHP
<?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' );
|
|
}
|
|
?>
|