projects
/
WP-Themes
/
glmthemes
/
crawfordcounty-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e05a91
)
removing sidebar for the employment application page
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 8 Feb 2017 18:51:12 +0000
(13:51 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 8 Feb 2017 18:51:12 +0000
(13:51 -0500)
page.php
patch
|
blob
|
history
diff --git
a/page.php
b/page.php
index
250e6d8
..
13ef7c4
100644
(file)
--- a/
page.php
+++ b/
page.php
@@
-1,7
+1,9
@@
<?php get_header(); ?>
<main class="page-inside">
<div class="row">
- <?php get_sidebar(); ?>
+ <?php if( !is_page(889) ) { ?>
+ <?php get_sidebar(); ?>
+ <?php } ?>
<?php if( is_page(889) ) { ?>
<div class="small-12 medium-8 large-9 columns">
<?php } else { ?>