Reset WP Query after sidebar post display to fix blog content appearing below interio...
authorLaury GvR <laury@gaslightmedia.com>
Thu, 20 Dec 2018 23:09:40 +0000 (18:09 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 20 Dec 2018 23:09:40 +0000 (18:09 -0500)
sidebar.php

index af325c8..9ee2b8a 100644 (file)
@@ -44,6 +44,7 @@
             <p><?php __('No News'); ?></p>
 
         <?php endif; ?>
+        <?php wp_reset_query(); ?>
     </div>
     <br>