ZenphotoCMS Forum
How can i change the order of comments (newest first) - 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: How can i change the order of comments (newest first) (/thread-4426.html)



How can i change the order of comments (newest first) - psygarden - 2009-01-09

Has anyone done this before? I'd like the most recent comment to appear at the top of the page, reversing their order.

kind regards,
Rik




How can i change the order of comments (newest first) - psygarden - 2009-01-09

Some digging in the core files allowed me to find the function in the file zp-core/template-functions.php

here i edited the line:
function next_comment($desc=false)

and changed the code to true.




How can i change the order of comments (newest first) - acrylian - 2009-01-10

It is not recommended to hack core files. The option should be set on your theme files, that is why it is there.