Title: Page not secruring
Last modified: September 27, 2017

---

# Page not secruring

 *  Resolved [lalitavalon](https://wordpress.org/support/users/lalitavalon/)
 * (@lalitavalon)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/page-not-secruring/)
 * Hello,
    I installed the plugin and secure the page with silver plan by checking
   the checkbox in the backend of the particular page. But When I visit this page
   it is not secured and visible to all.
 * please tell me why and what is the problem why it is public even I secure it.
   
   It is very urgent please help me.

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/page-not-secruring/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/page-not-secruring/page/2/?output_format=md)

 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/page-not-secruring/#post-9534412)
 * Hi, can you share the page that is suppose to be secured? Is this a page or a
   post?
 *  Thread Starter [lalitavalon](https://wordpress.org/support/users/lalitavalon/)
 * (@lalitavalon)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/page-not-secruring/#post-9534646)
 * [@mbrsolution](https://wordpress.org/support/users/mbrsolution/) Yes I can share
   it is a page post are going secured but page are public
    Please visit this page
   [http://dash4u.org/sample-page/](http://dash4u.org/sample-page/)
    -  This reply was modified 8 years, 7 months ago by [lalitavalon](https://wordpress.org/support/users/lalitavalon/).
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/page-not-secruring/#post-9534714)
 * Just for testing purposes can you create a new page and secure that page. Then
   share the URL here.
 * Thank you
 *  Thread Starter [lalitavalon](https://wordpress.org/support/users/lalitavalon/)
 * (@lalitavalon)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/page-not-secruring/#post-9534880)
 * [@mbrsolution](https://wordpress.org/support/users/mbrsolution/) [http://dash4u.org/testing/](http://dash4u.org/testing/)
 * This is the link I secure this page but not working
    -  This reply was modified 8 years, 7 months ago by [lalitavalon](https://wordpress.org/support/users/lalitavalon/).
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/page-not-secruring/#post-9537097)
 * Did you typed any content in the page? Because I only see the title and no content?
   The header and footer will not be protected by this plugin. Just thought of letting
   you know.
 * Regards
 *  Thread Starter [lalitavalon](https://wordpress.org/support/users/lalitavalon/)
 * (@lalitavalon)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/page-not-secruring/#post-9537582)
 * [@mbrsolution](https://wordpress.org/support/users/mbrsolution/) Yes I typed 
   the content in page text editor the text that i typed is **Testing Secure Page**
 * This text should not be visible if I am not login this should be secure but it
   is visible as u can see
    -  This reply was modified 8 years, 7 months ago by [lalitavalon](https://wordpress.org/support/users/lalitavalon/).
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/page-not-secruring/#post-9537914)
 * Hi, can you carry out the following [troubleshooting](https://simple-membership-plugin.com/forums/topic/test-for-plugin-and-theme-conflict-before-posting-an-issue-or-a-bug/)
   steps.
 * Thank you
 *  Thread Starter [lalitavalon](https://wordpress.org/support/users/lalitavalon/)
 * (@lalitavalon)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/page-not-secruring/#post-9538010)
 * I follow all the steps but it is not working if anything will conflict then it
   will not also work with post but it is working.
 * Issue is something different
    please help me in the same It is very urgent
 *  Thread Starter [lalitavalon](https://wordpress.org/support/users/lalitavalon/)
 * (@lalitavalon)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/page-not-secruring/#post-9538017)
 * For the page default template I make a custom template and call the content by
   the_content() function in my php file but i do not know why it is getting a sercuiy
   issue why the page not become secure
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/page-not-secruring/#post-9538072)
 * Okay try the following [documentation](https://simple-membership-plugin.com/simple-membership-addon-better-custom-post-type-protection/).
   If this does not work then you have to check your custom template code. This 
   plugin works with WordPress default themes structure like Twenty Sixteen or Seventeen.
 *  Thread Starter [lalitavalon](https://wordpress.org/support/users/lalitavalon/)
 * (@lalitavalon)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/page-not-secruring/#post-9538125)
 * But it is not a custom post type it is just a page.
    this is a code that i am
   using for page please suggest is there any error i think this is right code i
   always do this for other but page is not going secured
 * code:
 * <?php
    /** * The template for displaying all pages * * This is the template that
   displays all pages by default. * Please note that this is the WordPress construct
   of pages * and that other ‘pages’ on your WordPress site may use a * different
   template. * * [@link](https://wordpress.org/support/users/link/) [https://codex.wordpress.org/Template_Hierarchy](https://codex.wordpress.org/Template_Hierarchy)**
   [@package](https://wordpress.org/support/users/package/) WordPress * @subpackage
   Twenty_Seventeen * [@since](https://wordpress.org/support/users/since/) 1.0 *
   [@version](https://wordpress.org/support/users/version/) 1.0 */
 * get_header(); the_post(); ?>
    <style> .headerMain { border-bottom: 1px solid #
   eee; }.headerMain .picArea { position: relative; padding: 20px 0px; } .innerBanner
   img{ width:100%; } section.page_bread { background: #d36e2a; padding: 8px; color:#
   fff; font-size:18px; } .breadcrumbs span a { color: #fff; } h2.comingSoonText{
   text-align: center; padding: 100px; font-size: 50px; color: #d36e2a; }
 * </style>
    <section class=”innerBanner”> “> </section> <section class=”page_bread”
   > <div class=”container”> <div class=”breadcrumbs” typeof=”BreadcrumbList” vocab
   =”[https://schema.org/”&gt](https://schema.org/”&gt); <?php if(function_exists(‘
   bcn_display’)) { bcn_display(); }?> </div> </div> </section> <section class=”
   PageContent”> <div class=”container”> <h2 class=”comingSoonText”> <?php echo 
   get_the_content();?> </h2> </div> </section>
 * <?php get_footer();
 *  Thread Starter [lalitavalon](https://wordpress.org/support/users/lalitavalon/)
 * (@lalitavalon)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/page-not-secruring/#post-9538127)
 * But it is not a custom post type it is just a page.
    this is a code that i am
   using for page please suggest is there any error i think this is right code i
   always do this for other but page is not going secured
 * code:
 * <?php
    /** * The template for displaying all pages * * This is the template that
   displays all pages by default. * Please note that this is the WordPress construct
   of pages * and that other ‘pages’ on your WordPress site may use a * different
   template. * * [@link](https://wordpress.org/support/users/link/) [https://codex.wordpress.org/Template_Hierarchy](https://codex.wordpress.org/Template_Hierarchy)**
   [@package](https://wordpress.org/support/users/package/) WordPress * @subpackage
   Twenty_Seventeen * [@since](https://wordpress.org/support/users/since/) 1.0 *
   [@version](https://wordpress.org/support/users/version/) 1.0 */
 * get_header(); the_post(); ?>
    <style> .headerMain { border-bottom: 1px solid #
   eee; }.headerMain .picArea { position: relative; padding: 20px 0px; } .innerBanner
   img{ width:100%; } section.page_bread { background: #d36e2a; padding: 8px; color:#
   fff; font-size:18px; } .breadcrumbs span a { color: #fff; } h2.comingSoonText{
   text-align: center; padding: 100px; font-size: 50px; color: #d36e2a; }
 * </style>
    <section class=”innerBanner”> “> </section> <section class=”page_bread”
   > <div class=”container”> <div class=”breadcrumbs” typeof=”BreadcrumbList” vocab
   =”[https://schema.org/”&gt](https://schema.org/”&gt); <?php if(function_exists(‘
   bcn_display’)) { bcn_display(); }?> </div> </div> </section> <section class=”
   PageContent”> <div class=”container”> <h2 class=”comingSoonText”> <?php echo 
   get_the_content();?> </h2> </div> </section>
 * <?php get_footer();
 *  Thread Starter [lalitavalon](https://wordpress.org/support/users/lalitavalon/)
 * (@lalitavalon)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/page-not-secruring/#post-9538345)
 * Hi,
    I found the issue what was getting problem. Now page is going secure. But
   there is another concerned that i want. Suppose I am administrator and login 
   in dashboard and create a page and make it secure. When I visit this page it 
   become secure even i logged in the admin with adminstartor. Why the page is secured.
   I found something that the admin user details is not in wp membership data. So
   I think the page got secured. But I want the should not secured if i am a adminstrator.
   please help me how page become unseured if i am a adminstrator.
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/page-not-secruring/#post-9538400)
 * Hi, I am glad you found a solution to your problem. Would you be able to share
   your solution? This would help others with a similar problem to yours.
 * In regards to your other issue, please check the following [documentation](https://simple-membership-plugin.com/giving-wordpress-admin-user-access-protected-content/).
 * Let me know this helps you.
 * Thank you
 *  Thread Starter [lalitavalon](https://wordpress.org/support/users/lalitavalon/)
 * (@lalitavalon)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/page-not-secruring/#post-9538898)
 * yes sure why not.
    issue was that in my custom template I called the content 
   with code like <?php echo get_the_content(); ?> But code should be <?php the_content();?
   > that was the issue by this the page was not going secure. Thanks for the support
   as I talked about the new concerned and you told me solution I implement in my
   website and make membership level for admin but suppose I make a page secure 
   then I have to check the admin level to insecure it. Is there any solution by
   default all pages become insecure for admin without checking the checkbox

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/page-not-secruring/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/page-not-secruring/page/2/?output_format=md)

The topic ‘Page not secruring’ is closed to new replies.

 * ![](https://ps.w.org/simple-membership/assets/icon-128x128.png?rev=974529)
 * [Simple Membership](https://wordpress.org/plugins/simple-membership/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-membership/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-membership/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-membership/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-membership/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-membership/reviews/)

 * 20 replies
 * 3 participants
 * Last reply from: [wp.insider](https://wordpress.org/support/users/wpinsider-1/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/page-not-secruring/page/2/#post-9544160)
 * Status: resolved