Use get_posts and order by carbon fields
-
Hey guys!
Is there a way to order the posts, which I get with the _get_posts()_ function, depending on a carbon field?
`
$args = array( ‘posts_per_page’ => 5, ‘offset’=> 0, ‘category’ => $settings->tax_post_category, ‘orderby’ => ‘crb_ws-id’, ‘order’ => ‘DESC’ ); ?>
$myposts = get_posts( $args );`
Thank you in advance for your help!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Use get_posts and order by carbon fields’ is closed to new replies.