mirror of
https://gh.wpcy.net/https://github.com/presscustomizr/hueman.git
synced 2026-04-26 07:00:53 +08:00
added : 6 content templates improved : post messaging for the social links customization added : icon size option for the social links
10 lines
No EOL
272 B
PHP
10 lines
No EOL
272 B
PHP
<?php if ( ! hu_is_home_empty() ) : ?>
|
|
|
|
<?php if ( hu_is_checked('featured-posts-enabled') ) { get_template_part('parts/featured'); } ?>
|
|
<?php
|
|
if ( have_posts() ) {
|
|
hu_get_template_part( 'parts/post-list-articles' );
|
|
}
|
|
?>
|
|
|
|
<?php endif; ?>
|