Advertisement
Gaskabur

Get POSTS de un CPT

Sep 16th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. $args = array(
  2.   'numberposts' => 10,
  3.   'post_type'   => 'book'
  4. );
  5.  
  6. $latest_books = get_posts( $args );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement