2016-10-27, 12:37:59
(2016-10-26, 04:55:31)Carlos Wrote:(2016-10-19, 19:12:37)shelest7 Wrote: Tell me pls, is it possible to set the display of the news in order not from the last to the first, and in reverse order?
This might work: edit news_manager/inc/site.php, findfunction nm_get_posts
and just before the lastreturn $posts;
line (near the end of the function), insert this:
Code:$posts = array_reverse($posts);
Thanks for the help, Carlos! )
You just made a mistake with the name of the file... It functions.php
However, I have no problem to understand... )