select wp_posts.ID, wp_posts.post_title, wp_post2cat.category_id from wp_posts, wp_post2cat where wp_posts.post_date like '%2008-07-23%' and wp_posts.ID = wp_post2cat.post_id and wp_posts.post_category = '1' and wp_posts.post_status ='publish' and wp_post2cat.category_id > 1 order by wp_posts.post_date desc