mirror of
https://gh.wpcy.net/https://github.com/presscustomizr/hueman.git
synced 2026-04-24 21:51:15 +08:00
added : 6 content templates improved : post messaging for the social links customization added : icon size option for the social links
11 lines
No EOL
248 B
PHP
11 lines
No EOL
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' );
|
|
}
|
|
?>
|