select p.articles_image, pd.articles_name, pd.articles_description, p.articles_id from articles_description pd, articles p, articles_to_categories p2c where p.articles_status = '1' and p.articles_id = p2c.articles_id and pd.articles_id = p2c.articles_id and pd.language_id = '7' and p2c.categories_id = '5' order by p.articles_id desc, pd.articles_name, p.sort_order