![]() |
|
Different number of posts on news and newscategory pages - 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: Different number of posts on news and newscategory pages (/thread-10189.html) |
Different number of posts on news and newscategory pages - jackdaw - 2012-07-12 Under the zenpage options I can set one number for the complete news pages and for the seperate newscategory pages. How can I set a different number for each? I'd like:
Different number of posts on news and newscategory pages - acrylian - 2012-07-12 You will have to modify the theme to do so using http://www.zenphoto.org/documentation/functions/_functions-basic.php.html#functionsetOption Different number of posts on news and newscategory pages - jackdaw - 2012-07-13 Ok, thanks. Is it sufficient to add the setOption in the header of the appropriate page? Different number of posts on news and newscategory pages - acrylian - 2012-07-13 It is actually only important that you do it before the loop that should use it but the `` is a good place (we use this on the user guide/extension to display those alphabetically). |