SELECT `p`.`id`,`p`.`enabled`,`p`.`image`,`p`.`image_link`,`p`.`title`,`p`.`title_slug`,`p`.`description`,`p`.`content`,`p`.`date_created`,`p`.`time_created`,`p`.`category_main_news`,`p`.`category_tourism_travel`,`p`.`category_entertainment`,`p`.`category_health`,`p`.`category_technology`,`p`.`category_opinion`,`p`.`category_world_news`,`p`.`category_local`,`a`.`name` author FROM curacaochronicle_app_post p JOIN curacaochronicle_app_author a ON `a`.`id` = `p`.`author_id` WHERE `p`.`enabled` = 1 AND `p`.`id` IN(14867,14866,14865,14864,14863,14862,14861,14860,14859,14858,14857,14856,14855,14854,14853,14852,14851,14850,14849,14848,14847,14846,14845,14844,14843,14842,14841,14840,14839,14838) ORDER BY p.date_created DESC, p.time_created DESC LIMIT 16800,30