Hi,
We were wondering if there is a way to create a page with the wiki module but not list it in the all entries template ( without having to hard code the name of the article in the html file ) or even better have it only visible to a group of users? The purpose of this is to be able to review user content before approving it.
All I can think of right now is to somehow use a php function in the all entries wiki template that checks if the name of the page/article contains the work “preview” or something in its name and exclude it from listings.
Any help would be appreciated!