Support

Account

Home Forums General Issues ACF posts orderby not working correct Reply To: ACF posts orderby not working correct

  • I also tried with:

     $posts = get_posts(array(
            'posts_per_page' => -1,
             'post_type' => 'contest',
             'meta_key' => 'contest_endtime',
             'orderby' =>'meta_value',	          
              'order' => 'ASC'
       ));