• Resolved RoberthStones

    (@roberthstones)


    Is there a way to add categories or tags to private pages?

    I need to set different Elementor templates for each user page by type. The only option shown is the Author, but changing the Author from a Private Page breaks the automatic redirection from the login. Is there a way to re-establish that redirection after changing the Author? or is there another way to categorize those Private Pages so I can assign an Elementor Template?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support alexandrubodea

    (@alexandrubodea)

    Hey @roberthstones,

    Please allow me to give a description on how the Client Portal private page template works:

    If your theme has a single-private-page.php file in the theme’s root folder, then that one is used.

    If there is no such file in your theme’s root folder, then single.php is used.

    That is your post template, and you probably don’t want that.

    So the way out of this is to create a single-private-page.php file that has the exact same content as the page.php file. That’s your page template.

    To make the long story short, you simply need to duplicate your theme’s page.php and name it single-private-page.php and do the changes there.

    Also, I want to add that the only way to add categories or tags is by custom code.

Viewing 1 replies (of 1 total)

The topic ‘Categorize Private Pages’ is closed to new replies.