Support

Account

Home Forums General Issues Pagination when posts ordered by custom field Reply To: Pagination when posts ordered by custom field

  • I see 2 things in your code

    The first doesn’t effect the pagination but may be effecting the order 'order' => 'DSC', should be 'order' => 'DESC',

    The other is this line pagination($additional_loop->max_num_pages); What is $additional_loop? shouldn’t that be pagination($the_query->max_num_pages);