projects
/
WP-Themes
/
wmta.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de932a8
)
Removed custom packaging/deals template partial on page.php
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 1 Feb 2018 18:03:52 +0000
(13:03 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 1 Feb 2018 18:03:52 +0000
(13:03 -0500)
page.php
patch
|
blob
|
history
diff --git
a/page.php
b/page.php
index
b1269fe
..
bf16e6b
100644
(file)
--- a/
page.php
+++ b/
page.php
@@
-55,10
+55,10
@@
get_header(); ?>
echo 'You must be a WMTA Member to view this page.';
}
- // Deals custom post type loop
- if (is_page(30)) {
-
get_template_part( 'template-parts/deals', 'loop' );
- }
+ // Deals custom post type loop
-- 2018/02/01: No longer used, GLMDB packaging instead
+
//
if (is_page(30)) {
+
//
get_template_part( 'template-parts/deals', 'loop' );
+
//
}
?>