Skip to content

Commit

Permalink
Merge pull request #72 from thenewinquiry/0.7.6
Browse files Browse the repository at this point in the history
0.7.6
  • Loading branch information
frnsys authored May 16, 2017
2 parents 41ddb9f + 5bd8c02 commit 78df12b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 2 additions & 4 deletions home.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@
<?php $post = get_posts( array( 'post_type' => 'magazines' ) )[0]; ?>
<?php get_template_part( 'template-parts/content', 'latest-issue' ); ?>

<?php else : ?>
<?php endif; ?>

<?php get_template_part( 'template-parts/content' ); ?>

<?php endif; ?>
<?php get_template_part( 'template-parts/content' ); ?>

<?php $count++; ?>

Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Custom theme for The New Inquiry, based on Gridbox theme.

== Changelog ==

== 0.7.6 May 16, 2017 ==
* Fixed home page post loop skipping fourth post

== 0.7.5 May 12, 2017 ==
* Updated styling for contributors and authors pages

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Description: Custom theme for The New Inquiry.
Author: Pea
Author URI: https://github.com/misfist
Template: gridbox
Version: 0.7.5
Version: 0.7.6
Text Domain: tni
*/

0 comments on commit 78df12b

Please sign in to comment.