couldn't retrieve referrers
mysql error : 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 'NUMBER_OF_NEWS_ITEMS' at line 8
query :
SELECT ID,
post_title,
CONCAT(LEFT(post_content,50), ' [...]') AS first50,
post_excerpt
FROM wp_posts
WHERE post_status = 'publish'
ORDER BY post_date DESC
LIMIT NUMBER_OF_NEWS_ITEMS