SELECT *, `blog_title` AS `title` FROM `blog` WHERE `status` = '1' ORDER BY `id` DESC LIMIT 24
Loading...