Jump to content

Recommended Posts

Posted

Hi!

I want to sort pages by the number of comments that where made to a page.

$mypages= $pages->find("template=mytemplate, sort=mycomments, limit=10");

What is the best way?

Posted

That's easy! Thanks a lot!

$mypages= $pages->find("template=mytemplate, sort=mycomments.count, limit=10");

 

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...