kaniosrn-j
11/7/2017 - 1:19 PM

Password Protection Page


  <?php if ( ! post_password_required( $post ) ) : ?>
      <?php include Wrapper\template_path(); ?>
  <?php else : ?>    
 
 
   <div class="password-protection-form">
     <?php echo get_the_password_form();?>          
   </div>    
          
  <?php endif; ?>