Sign up for our newsletters
==0
Classics
SELECT movie.`post_id` FROM `wp_movies_data` as movie ,`wp_posts` as posts WHERE movie.post_id=posts.ID AND movie.`status` LIKE '%Classics%' AND posts.post_status='publish' ORDER BY movie.release_date DESC LIMIT 0,32