ZenphotoCMS Forum
Zenpage - news.php bug fix? - 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.php bug fix? (/thread-2542.html)



Zenpage - news.php bug fix? - albeezie - 10-10-2008

Hey acrylian, I just noticed that your zenpage-default news.php code may have a bug in which the latest article posted would not display the next article link. Let me know if I'm wrong.

// single news article
if(is_NewsArticle()) {
?>

should be changed to:

// single news article
if(is_NewsArticle()) {
?>




Zenpage - news.php bug fix? - acrylian - 11-10-2008

Thanks! I already noticed that, fix will be in the svn today.