Fix #643 - Fix PHP notice on search with no results
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
### HEAD
|
### HEAD
|
||||||
|
* Fix PHP notice on search with no results
|
||||||
* Update to jQuery 1.9.0
|
* Update to jQuery 1.9.0
|
||||||
|
|
||||||
### 6.2.0: January 13th, 2013
|
### 6.2.0: January 13th, 2013
|
||||||
|
|||||||
@@ -1,2 +1,4 @@
|
|||||||
<?php get_template_part('templates/page', 'header'); ?>
|
<?php get_template_part('templates/page', 'header'); ?>
|
||||||
<?php get_template_part('templates/content', get_post_format()); ?>
|
<?php if (have_posts()) : ?>
|
||||||
|
<?php get_template_part('templates/content', get_post_format()); ?>
|
||||||
|
<?php endif; ?>
|
||||||
Reference in New Issue
Block a user