Forums

How can i add internal page that only users with link can see (4 posts)

  1. TAFT
    Member
    Posted 1 year ago #

    Hi,

    I want to create few pages that will be visible only for users with the link. I don't want the name of the page to appear in the upper pages toolbar...

    Is it possible?

    Thanks

  2. thisisedie
    Member
    Posted 1 year ago #

    Yes, it's possible. Just replace the current code with this:

    <?php wp_list_pages('exclude=17,38' ); ?>

    The "17" and "38" being the ID's of the pages you want to exclude. You can exclude as many as you want, just separate the ID's with a comma.

  3. Michael
    Member
    Posted 1 year ago #

    You can also make the page private by checking the private box under "visibility" on the Add New Page screen.

  4. TAFT
    Member
    Posted 1 year ago #

    Thanks!!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.