User does not have access.

Post "Demo post 2" is protected by CRM - required tag 'Allowed_Access_Demo2'. User does not have the required tag applied.

The Whole Page Template Markup:

Protected access to the Post Template Markup. Tag: 'Allowed_Access_Demo2' .

<!-- If post Loop Exists-->
<If loop exists type=post name="{Get route part=2}">

  <!-- Start Loop-->
  <Loop>

    <!-- Is User has access - render post-->
    <If user_field=wp_fusion_access>
      <!--
      ...
      Post content renders here
      ...
      -->

    <!-- User does not have access-->
    <Else />
      <h1  style="color:red">User does not have access. </h1>
      <p >Post <strong> "<Field title />"</strong> is protected by CRM - required tag 'Allowed_Access_Demo2'. User does not have the required tag applied. </p>
    </If>
  </Loop>
</If>

<!-- Post Loop doesn't exist-->
<Else />
  <Load file="/not-found.html" />
</If>

Available tags for 'ExamplePagesUser' User:

WP Fusion tag ID: Can_See_Excerpt
WP Fusion tag ID: Cannot_See_Title
WP Fusion tag ID: Can_See_Author
WP Fusion tag ID: Cannot_See_Slug
WP Fusion tag ID: Membership Premium
WP Fusion tag ID: Display-slug Optionally