1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '85%' order by n.news_date_published DESC limit 7' at line 1
in:
[select distinct n.article_id, nt.news_article_name, n.news_image, nt.news_image_text, nt.news_article_text, n.news_date_published from news_articles n left join news_articles_text nt on n.article_id = nt.article_id where n.news_status = '1' and nt.language_id = '1' and nt.news_article_name like '%Jordan Evolution '85%' order by n.news_date_published DESC limit 7]