Viewing 1 replies (of 1 total)
  • Plugin Author Thomas

    (@tlartaud)

    Hello,

    You can overwrite our templates to remove that whole content.

    See our documentation: The template system – WP Customer Area (wp-customerarea.com)

    You basically just need to create a file named?customer-private-pages-single-post-header.templateand place it in?wp-content/customer-area/templates?(note that I did not write wp-content/plugins/customer-area/templates), and then paste this content into it:

    <?php
    /** Template version: 4.0.1
     *
     * -= 4.0.1 =-
     * - Template removed
     */
    ?>

    You can do the same for private files by using this filename: customer-private-files-single-post-header.template.php

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Disable top view private pages’ is closed to new replies.