WordPress-Datenbank-Fehler: [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 'DESC' at line 5]SELECT YEAR(post_date)
FROM wp_posts
WHERE post_status IN ('publish')
AND post_type = 'news'
GROUP BY YEAR(post_date) DESC