mirror of
https://ghproxy.net/https://github.com/AlxMedia/microtype.git
synced 2025-08-26 23:21:39 +08:00
Move featured posts to bottom
This commit is contained in:
parent
3695294b28
commit
d2210daebb
1 changed files with 3 additions and 1 deletions
|
@ -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-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue