PITS /
00655: exclude more than one group from pagelist
Summary: exclude more than one group from pagelist
Created: 2006-01-30 04:21
Status: Closed
Category: Feature
Assigned:
Priority: 3
Version: latest
OS:
Description:
It is possible to exclude ONE group in the pagelist command. I would like to exclude several groups. I suggest something like pagelist group=-(xxx yyy zzz)
It is possible from pmwiki 2.1.beta21 onwards using this syntax:
(:pagelist group=-xxx,-yyy,-zzz :)
Thanks a lot! I couldn't figure it out. I extended the cookbook with this information.