Move featured posts to bottom

This commit is contained in:
AlxMedia 2022-09-10 14:56:51 +02:00
parent 3695294b28
commit d2210daebb

View file

@ -17,9 +17,11 @@
<?php endwhile; ?>
<?php get_template_part('inc/front-widgets-bottom'); ?>
<?php if ( get_theme_mod( 'featured-position', 'below' ) == 'below' ) { get_template_part('inc/featured'); } ?>
<?php get_template_part('inc/pagination'); ?>
<?php if ( get_theme_mod( 'featured-position', 'below' ) == 'below' ) { get_template_part('inc/featured'); } ?>
<?php endif; ?>
</div><!--/.content-->