[pmwiki-users] Pagelist again

Eemeli Aro eemeli at gmail.com
Thu Sep 24 02:54:47 CDT 2009


2009/9/24 DaveG <pmwiki at solidgone.com>:
> pmwiki at 911networks.com wrote:
>> This time I'm trying to make a pagelist sorted as most recent first,
>> but does NOT contain specific wording in name:
>>
>> I want all the pages without "-Draft".

> It looks like you're mixing regex with pagelists. Untested, but wouldn't
> it be:
> (:pagelist fmt=#news order=-ctime name=-Draft count=15 :)

Almost. Should be this:

(:pagelist fmt=#news order=-ctime name=-*-Draft count=15:)

or, as Hans suggested,

(:pagelist fmt=#news list=normal order=-ctime count=15:)

eemeli



More information about the pmwiki-users mailing list