projects
/
WP-Themes
/
DiscoverKZOO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a38830e
)
Update landing pages for the member searching
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 4 Mar 2016 15:11:46 +0000
(10:11 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 4 Mar 2016 15:11:46 +0000
(10:11 -0500)
When searching hide the main page content
landing-page.php
patch
|
blob
|
history
diff --git
a/landing-page.php
b/landing-page.php
index
ee0fbb8
..
60e6ce9
100644
(file)
--- a/
landing-page.php
+++ b/
landing-page.php
@@
-11,11
+11,13
@@
Template Name: Landing Page
<div id="content-wrapper">
<div class="row">
<div id="main-content" class="small-12 columns text-center">
+ <?php if ( !isset( $_REQUEST['glm_action'] ) ) : ?>
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>
<?php endwhile; else:?>
<p><?php _e('Sorry, no results found.');?></p>
<?php endif;?>
+ <?php endif;?>
</div>
</div>
<div class="row">