From 79eca8f7e5dd4e9c5b9a734f10daffdb97d7d0e3 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 20 Jan 2017 15:28:10 -0500 Subject: [PATCH] testing login restriction on blog single page to secure the topics from being viewed by anyone --- sections/blog-single.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sections/blog-single.php b/sections/blog-single.php index beeb9cf..a5209d3 100644 --- a/sections/blog-single.php +++ b/sections/blog-single.php @@ -1,4 +1,10 @@ -
+ + + + +
Back to Forum @@ -30,4 +36,5 @@
-
\ No newline at end of file +
+ \ No newline at end of file -- 2.17.1