mirror of
https://ghproxy.net/https://github.com/AlxMedia/bigvisual.git
synced 2025-08-26 15:54:34 +08:00
1.0.1
This commit is contained in:
parent
81eed28cda
commit
797e90a735
10 changed files with 373 additions and 128 deletions
|
@ -8,11 +8,15 @@
|
|||
|
||||
<?php get_template_part('inc/front-widgets-top'); ?>
|
||||
|
||||
<?php get_template_part('inc/featured'); ?>
|
||||
|
||||
<?php if ( have_posts() ) : ?>
|
||||
|
||||
<div class="article-grid">
|
||||
<?php while ( have_posts() ): the_post(); ?>
|
||||
<?php get_template_part('content'); ?>
|
||||
<?php endwhile; ?>
|
||||
</div>
|
||||
|
||||
<?php get_template_part('inc/front-widgets-bottom'); ?>
|
||||
<?php get_template_part('inc/pagination'); ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue