2.3.2 - change theme from premium to free

This commit is contained in:
AlxMedia 2022-08-25 18:14:55 +02:00
parent 0f999cec12
commit e3e1709a14
14 changed files with 261 additions and 1081 deletions

View file

@ -11,11 +11,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(); ?>