Good evening, I wish to make the parent page “Nos collaborateurs” inaccessible is just a page where there is a sub menu “Nos influenceurs” and “Nos artistes”. The page remains accessible, I would like to block it please.
cordially
don’t create a page for this purpose, just create a voice in the menu called custom link and as a link you can type #
then you add the two sub pages under the main voice.
Good evening, very well thank you but we can still click on ‘Nos collaborateurs’ that I put in custom link we fall on the section home page, but there is not a way to completely block this page please ?
Thank you for your answer yes I did like that it worked emrci I was just asking if it was possible to close the page we can not click on because sic ‘is aps possible is already good like that thank you.
you don’t need to create a page, if you need only the main menu item you can delete the page and that’s it. Anyway, there is no function in the theme that make a page unaccessible, you will need a plugin for that. But I repeat, it’s not the way you do a menu/submenu system.
Hi,
Thank you @marco3253 good points.
Just for the sake of “can it be done”
you could use this css to hide any page or post, just change the page ID to the one you want to hide:
#top.page-id-626 {
display: none !important;
}
Here is a plugin that adds a function: Unlist Posts & Pages
Best regards,
Mike