ZenphotoCMS Forum
Show post of a category - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Show post of a category (/thread-7653.html)



Show post of a category - smiguel - 2010-09-22

Hi again,

I can show post by category?

For example, in a column display only the category "General" and, in the same page, at the sidebar show the category "Special"...

Thanks!!!




Show post of a category - acrylian - 2010-09-22

You can use the getNewsArticles() function to get articles by category directly. You will need to write your own loop. Look at the object model framework.

Or use the printLatestNews() function.




Show post of a category - smiguel - 2010-09-23

I do not know it! You can get a sample code? thanks!




Show post of a category - acrylian - 2010-09-23

http://www.zenphoto.org/documentation/plugins/zenpage/_zp-extensions---zenpage---zenpage-functions.php.html#functiongetNewsArticles

http://www.zenphoto.org/2010/02/zenphotos-object-model-framework/

http://www.zenphoto.org/documentation/plugins/zenpage/_zp-extensions---zenpage---zenpage-template-functions.php.html#functionprintLatestNews

You really need to learn a few things yourself, sorry.




Show post of a category - smiguel - 2010-09-23

Also, thank you very much!