Avoid duplicate showing of member search results
authorLaury GvR <laury@gaslightmedia.com>
Wed, 22 May 2019 20:18:04 +0000 (16:18 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 22 May 2019 20:18:04 +0000 (16:18 -0400)
sections/search.php

index a0b3f47..a63214f 100644 (file)
 
                         <?php display_memberfindme_directory() ?>
 
-                     <?php endif; ?>
+                    <?php else: ?> 
 
-                    <?php get_template_part( 'parts/content-none' ); ?>
+                        <?php get_template_part( 'parts/content-none' ); ?>
+                    
+                    <?php endif; ?>
 
                 </main><!-- #main -->
             </section><!-- #primary -->