projects
/
WP-Themes
/
visitbenzie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa81f71
)
Adding members only template
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 2 Mar 2018 00:51:34 +0000
(19:51 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 2 Mar 2018 00:51:34 +0000
(19:51 -0500)
members-only-template.php
[new file with mode: 0644]
patch
|
blob
diff --git a/members-only-template.php
b/members-only-template.php
new file mode 100644
(file)
index 0000000..
8c7c933
--- /dev/null
+++ b/
members-only-template.php
@@ -0,0
+1,6
@@
+<?php
+/*
+Template Name: GLM Members Only Template
+*/
+get_template_part('index');
+?>
\ No newline at end of file