From d0807701c71451f118a39abb6cdd413f604b35b2 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 15 May 2019 16:44:01 -0400 Subject: [PATCH] Search result list uses list view, not grid. Remove test string --- functions.php | 2 +- sections/footer.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 0e1e47d..6aa2d54 100644 --- a/functions.php +++ b/functions.php @@ -484,7 +484,7 @@ function display_memberfindme_directory() { $_REQUEST['textSearch'] = $_REQUEST['s']; $_REQUEST['action'] = 'list'; $_REQUEST['event_name'] = $_REQUEST['s']; - echo do_shortcode('[glm-members-list view="grid" text-search="'.stripslashes($_REQUEST['s']).'"]'); + echo do_shortcode('[glm-members-list view="list" text-search="'.stripslashes($_REQUEST['s']).'"]'); if( isset($_REQUEST['event_name']) && !empty($_REQUEST['event_name'])){ echo do_shortcode('[glm-members-event-list limit="10"]'); echo 'View All Events'; diff --git a/sections/footer.php b/sections/footer.php index 7960c9a..5165e40 100644 --- a/sections/footer.php +++ b/sections/footer.php @@ -143,7 +143,6 @@ $cities = $decode_array['cities'];
-
-- 2.17.1