How to order processwire posts?

Asked

Viewed 26 times

1

1 answer

2


I solved the problem using the following code:

$posts = $pages->find('template=blog-post, start='.$start .', limit=' . $limit . ',sort=-created');

Browser other questions tagged

You are not signed in. Login or sign up in order to post.