mirror of
https://ghproxy.net/https://github.com/AlxMedia/agnar.git
synced 2025-08-27 01:25:45 +08:00
2.3.2 - change theme from premium to free
This commit is contained in:
parent
0f999cec12
commit
e3e1709a14
14 changed files with 261 additions and 1081 deletions
|
@ -9,11 +9,11 @@
|
|||
<?php if ( have_posts() ) : ?>
|
||||
|
||||
<?php if ( get_theme_mod('blog-layout','blog-grid') == 'blog-grid' ) : ?>
|
||||
<ul class="flex-contain group">
|
||||
<ul class="grid-contain">
|
||||
<?php while ( have_posts() ): the_post(); ?>
|
||||
<?php get_template_part('content'); ?>
|
||||
<?php endwhile; ?>
|
||||
</ul><!--/.flex-contain-->
|
||||
</ul><!--/.grid-contain-->
|
||||
<?php elseif ( get_theme_mod('blog-layout','blog-grid') == 'blog-list' ) : ?>
|
||||
<ul class="flex-list group">
|
||||
<?php while ( have_posts() ): the_post(); ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue