I would like the default order for All Album view to be set to "Popular".
Is there a way to do this?
Many Thanks.
Is there a way to do this?
Many Thanks.
$sorting = $this->input->get('sort', 'created');
$sorting = $this->input->get('sort', 'popular');
jasni jasman wrote:
As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.