ZenphotoCMS Forum
Zenpage - News listings - Show all... - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html)
+--- Thread: Zenpage - News listings - Show all... (/thread-6191.html)



Zenpage - News listings - Show all... - n20capri - 26-11-2009

I'd like to display all the articles in my news section on my sidebar - currently my sidebar just shows 1 link to "All Articles".

I'd like to show all of them - as links to each actual article. Like how the stock "pages" sidebar area is setup as a list...I've searched and all the help documentation links posted go "pages not found"

Thanks,
Mike




Zenpage - News listings - Show all... - BertSimons - 26-11-2009

I have put a list of the 10 latest articles (without page-navigation) on my index.php, instead of 10 you can put a higher number in the second last line.. could work in the sidebar too

`




Zenpage - News listings - Show all... - acrylian - 26-11-2009

@n20capri: It is not really hard to find the documentation on our site's user guide, is it???

For the latest x articles there is also printLatestNews(). If you really want to get all articles you have to use getNewsArticles() and do a custom loop.

Please see the documentation for detailed info.




Zenpage - News listings - Show all... - n20capri - 26-11-2009

Much appreciated Bert thanks!