Order in get_posts($args) not working
-
$args = array('category' => 6, 'orderby' => 'custom'); $myposts = get_posts($args);The above won’t order posts by custom order
The topic ‘Order in get_posts($args) not working’ is closed to new replies.
$args = array('category' => 6, 'orderby' => 'custom');
$myposts = get_posts($args);
The above won’t order posts by custom order
The topic ‘Order in get_posts($args) not working’ is closed to new replies.