ZenphotoCMS Forum
News as front page. - 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: News as front page. (/thread-7852.html)



News as front page. - GrahameNZ - 2010-11-14

Hi folks, thanks for this neat gallery / blog software, really nice.
In the defult zenpage theme there is the ability to make the News page the front page.
Can you tell me the bit of code I need to put into other themes to make them behave the same way.
To start off I'm going to css mod zpFocus (yes I understand you don't support 3rd party themes etc )
and then work on my own "masterpiece"
I'm just trying to find out how to make mysite/news.php load for visitors rather than mysite/index.php.
Many Thanks.
Grahame.




News as front page. - acrylian - 2010-11-14

Look at the Zenpage theme's gallery.php (this is actually the index page since index.php in this theme is a wrapper page for the homepage feature). It's actually just using the next_news() loop on the index.php page as well. Also an option for "news-on-index" must be set so the pagination for news starts on the news.php with page 2 (since index.php is page 1).




News as front page. - GrahameNZ - 2010-11-14

Thanks for the answer acrylian,appreciated.