Page 1 of 1

[SOLVED] how to display content lists

Posted: Thu Jan 07, 2010 9:45 am
by voxberry
Hello .

How can I display a list of all content articles in a category or subcategory ?

Re: how to display content lists

Posted: Thu Jan 07, 2010 10:02 am
by RonnyK
If you mean news, you could use {news category=""} if you mean pages, you could use {site_mapper}

Ronny

Re: how to display content lists

Posted: Thu Jan 07, 2010 10:05 am
by voxberry
i mean pages, not news .

and with site mapper, how can I specify a subcategory to display the content pages only from that subcategory ?

Re: how to display content lists

Posted: Thu Jan 07, 2010 10:07 am
by RonnyK
check the help from site_mapper under Extensions -> Tags -> Site_mapper (help on the right side). That will tell the parameter you could use for the start_element.

Ronny

Re: how to display content lists

Posted: Thu Jan 07, 2010 10:13 am
by voxberry
{site_mapper start_page="phpcoding"}

yup, this works ... it was a little wird because the help is on the menu manager, not on the site_mapper help page ..

thanks .