• Resolved ricescoops

    (@ricescoops)


    I am editing private pages for each user.
    but I cannot modify header setting for the pages.
    I have nav menu on top and it requires bg image. any possible way to do this?

Viewing 1 replies (of 1 total)
  • Hello @ricescoops

    Here is 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.

    Making the long story short, you simply need to duplicate your theme’s page.php and name it single-private-page.php

    I hope this makes quite a lot of sense.

    Please let me know if not, so that I can clarify.

    With best of regards,
    Gabriel

Viewing 1 replies (of 1 total)
  • The topic ‘how to set header on private pages’ is closed to new replies.