Title: bleemster's Replies | WordPress.org

---

# bleemster

  [  ](https://wordpress.org/support/users/bleemster/)

 *   [Profile](https://wordpress.org/support/users/bleemster/)
 *   [Topics Started](https://wordpress.org/support/users/bleemster/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bleemster/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bleemster/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bleemster/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bleemster/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bleemster/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Custom Post Type not working with password protected posts](https://wordpress.org/support/topic/custom-post-type-not-working-with-password-protected-posts/)
 *  Thread Starter [bleemster](https://wordpress.org/support/users/bleemster/)
 * (@bleemster)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/custom-post-type-not-working-with-password-protected-posts/#post-13529555)
 * ohhh ok thank you Michael for trying mate.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Custom Post Type not working with password protected posts](https://wordpress.org/support/topic/custom-post-type-not-working-with-password-protected-posts/)
 *  Thread Starter [bleemster](https://wordpress.org/support/users/bleemster/)
 * (@bleemster)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/custom-post-type-not-working-with-password-protected-posts/#post-13528914)
 * the header-footer php is as follows
 *     ```
       <?php
   
       if ( ! defined( 'ABSPATH' ) ) {
       	exit; // Exit if accessed directly.
       }
   
       \Elementor\Plugin::$instance->frontend->add_body_class( 'elementor-template-full-width' );
   
       get_header();
       /**
        * Before Header-Footer page template content.
        *
        * Fires before the content of Elementor Header-Footer page template.
        *
        * @since 2.0.0
        */
       do_action( 'elementor/page_templates/header-footer/before_content' );
   
       \Elementor\Plugin::$instance->modules_manager->get_modules( 'page-templates' )->print_content();
   
       /**
        * After Header-Footer page template content.
        *
        * Fires after the content of Elementor Header-Footer page template.
        *
        * @since 2.0.0
        */
       do_action( 'elementor/page_templates/header-footer/after_content' );
   
       get_footer();
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Custom Post Type not working with password protected posts](https://wordpress.org/support/topic/custom-post-type-not-working-with-password-protected-posts/)
 *  Thread Starter [bleemster](https://wordpress.org/support/users/bleemster/)
 * (@bleemster)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/custom-post-type-not-working-with-password-protected-posts/#post-13528837)
 * i have installed that plugin.
 * Never having seen this plugin before could this be something of help?
    ————————————
 * > Template File
   >  wp-content/plugins/elementor/modules/page-templates/templates/
   > header-footer.php
   > Template Hierarchy
   >  single-empura_client-test-user.php single-empura_client.
   > php single.php singular.php index.php
 * template parts…
 * >  Template Parts
   >  template-parts/header/header-wrapper.php template-parts/header/
   > header-top.php template-parts/header/partials/element-newsletter.php template-
   > parts/header/partials/element-search.php template-parts/header/partials/element-
   > search-form.php Included 2 times template-parts/header/partials/element-social.
   > php template-parts/header/header-main.php template-parts/header/partials/element-
   > logo.php template-parts/header/partials/element-menu-icon.php template-parts/
   > header/header-bottom.php template-parts/header/partials/element-contact.php
   > template-parts/footer/footer.php template-parts/footer/footer-absolute.php 
   > assets/img/payment-icons/icon-visa.svg.php assets/img/payment-icons/icon-paypal.
   > svg.php assets/img/payment-icons/icon-stripe.svg.php assets/img/payment-icons/
   > icon-mastercard.svg.php assets/img/payment-icons/icon-cashondelivery.svg.php
   > template-parts/footer/back-to-top.php template-parts/overlays/overlay-menu.
   > php
 * The ’empura_client’ (slug created in CPT) page has the users listed via a loop.
   Once a user is clicked a password auth should be shown to view the test-user (
   or who ever i create) as the post is password protected.
    -  This reply was modified 5 years, 7 months ago by [bleemster](https://wordpress.org/support/users/bleemster/).
    -  This reply was modified 5 years, 7 months ago by [bleemster](https://wordpress.org/support/users/bleemster/).
    -  This reply was modified 5 years, 7 months ago by [bleemster](https://wordpress.org/support/users/bleemster/).

Viewing 3 replies - 1 through 3 (of 3 total)