Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $authors = $wpdb->get_results( "
- SELECT ID, post_title, post_status
- FROM $wpdb->posts
- WHERE 1=1
- AND post_type = 'authors'
- AND (post_status = 'publish' OR post_status = 'draft')
- ORDER BY post_date DESC
- " );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement