From 312c0c00bef1ddf4f27af01d2ccbb2dc96627861 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 3 May 2017 16:54:31 -0400 Subject: [PATCH] adding hidden field to the header and interior page search forms adding hidden search field to the search forms for events so that the search is routed to the agenda view template of the events list page --- parts/search-form.php | 1 + sections/front-page.php | 1 + sections/header.php | 1 + 3 files changed, 3 insertions(+) diff --git a/parts/search-form.php b/parts/search-form.php index d4f4f35..4c36b92 100644 --- a/parts/search-form.php +++ b/parts/search-form.php @@ -5,5 +5,6 @@ + \ No newline at end of file diff --git a/sections/front-page.php b/sections/front-page.php index 22e74ff..fe94462 100644 --- a/sections/front-page.php +++ b/sections/front-page.php @@ -7,6 +7,7 @@ + diff --git a/sections/header.php b/sections/header.php index ffb532e..5618e9e 100644 --- a/sections/header.php +++ b/sections/header.php @@ -17,6 +17,7 @@ + -- 2.17.1