Website Building » Wix » How Do I Create a Hidden Page on Wix?

How Do I Create a Hidden Page on Wix?

Last updated on January 8, 2023 @ 4:02 pm

There are a few different ways that you can go about creating hidden pages on Wix. One way is to use the Wix Editor to create a page and then hide it from the navigation menu. To do this, simply select the page in the editor and click on the ‘Hide Page’ option in the ‘Page Settings’ menu.

Another way to create hidden pages is to create a page and then use the ‘Password Protection’ feature to protect it. To do this, go to the ‘Page Settings’ menu and select the ‘Password Protection’ option. Enter a password and then click on the ‘Save’ button.

GREAT NEWS:

Exciting update! We've collaborated with Wix to offer WBI users with a free plan for all website creation needs - Explore the details here.

Yet another way of creating hidden pages is by using the Wix Code Editor. With this method, you can create a page and then use code to hide it from the navigation menu. To do this, simply add the following code snippet to your page:

PRO TIP: If you are considering creating a hidden page on Wix, be aware that there are several potential risks and dangers associated with doing so. First and foremost, hidden pages are not indexed by search engines, which means that anyone who knows the URL of your hidden page can access it, regardless of whether or not they are supposed to be able to. Additionally, if you accidentally make your hidden page public, anyone will be able to find and view it. Finally, if you delete your hidden page, there is no way to retrieve it, so make sure you really want to delete it before you do.
<script type="text/javascript">
$w.onReady(function () {
$w('#page1').hide();
});
</script>

You can also use CSS to hide pages. To do this, add the following code snippet to your page:

<style>
#page1 {display:none;}<br />
</style>
Drew Clemente

Drew Clemente

Devops & Sysadmin engineer. I basically build infrastructure online.