mirror of
https://ghproxy.net/https://github.com/AlxMedia/bigvisual.git
synced 2025-08-26 06:24:24 +08:00
1.0.5
This commit is contained in:
parent
d2091a3c1b
commit
e8489e6993
4 changed files with 8 additions and 1 deletions
|
@ -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'); ?>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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'); ?>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue