fixing a problem I caused with a miss spelling
authorIan Weller <ian@gaslightmedia.com>
Wed, 27 Jul 2016 14:01:03 +0000 (10:01 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 27 Jul 2016 14:01:03 +0000 (10:01 -0400)
root/index.php

index 2664f40..36a52be 100644 (file)
@@ -37,7 +37,7 @@
     <?php get_template_part('parts/single'); ?>
                 <!-- Blog Single Post partial -->
 <?php } elseif (is_search()) { ?>
-    <?php get_template_part('parts/search-results'); ?>
+    <?php get_template_part('parts/search-result'); ?>
                 <!-- Search Result Page partial -->
 <?php } else { ?>
                     <main class="page-inside">