mirror of
https://gh.wpcy.net/https://github.com/presscustomizr/hueman.git
synced 2026-04-24 21:51:15 +08:00
11 lines
No EOL
364 B
PHP
11 lines
No EOL
364 B
PHP
<?php if ( ! hu_is_home_empty() ) : ?>
|
|
<?php do_action( '__before_featured' ); ?>
|
|
<?php if ( hu_is_checked('featured-posts-enabled') ) { get_template_part('parts/featured'); } ?>
|
|
<?php do_action( '__after_featured' ); ?>
|
|
<?php
|
|
if ( have_posts() ) {
|
|
hu_get_template_part( 'parts/post-list-articles' );
|
|
}
|
|
?>
|
|
|
|
<?php endif; ?>
|