[pmwiki-users] Category.Category page shows more than expected

Patrick R. Michaud pmichaud at pobox.com
Thu Feb 2 10:58:21 CST 2006


On Thu, Feb 02, 2006 at 04:34:53PM +0100, pcoud at free.fr wrote:
> Hello everyone,
> 
> I'm wondering why my Category.Category page shows the following:
> ...
> The beginning is as expected (the description "Root of the categories" and then
> the only category I created (MyCategory), but why do Main/Start,
> PmWiki/Categories and PmWiki/ChangeLog follow? These pages are not even
> Category pages...
> 
> The code of my Category.GroupFooter is just:
> (:pagelist '!{$Name}' list=normal:)

For Category.Category, the pagelist command above becomes

    (:pagelist '!Category' list=normal:)

which says to display any page containing the string "!Category" in
it, which would include things such as headings.

To get a list of pages in the category, use

    (:pagelist link={$FullName} list=normal:)

Pm




More information about the pmwiki-users mailing list