This commit is contained in:
AlxMedia 2021-10-01 12:57:17 +02:00
parent d2091a3c1b
commit e8489e6993
4 changed files with 8 additions and 1 deletions

View file

@ -6,9 +6,11 @@
<?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/pagination'); ?>

View file

@ -77,6 +77,9 @@ Content images
== Changelog ==
= 1.0.5 - 2021-10-01 =
* Added missing container to archives and search
= 1.0.4 - 2021-10-01 =
* Fixed grid spacing for mobile resolutions

View file

@ -6,9 +6,11 @@
<?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/pagination'); ?>

View file

@ -1,7 +1,7 @@
/*
Theme Name: Bigvisual
Theme URI: http://alx.media/themes/bigvisual/
Version: 1.0.4
Version: 1.0.5
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 5.8