WordPress database 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 'ORDER BY post_id DESC LIMIT 1' at line 6] SELECT post_id, topic_id, forum_id, post_status, post_index, DATE_SUB(post_date, INTERVAL 2 HOUR) as post_date, UNIX_TIMESTAMP(post_date) as udate, guest_name, wp_sfposts.user_id, user_login, wp_sfmembers.display_name
FROM wp_sfposts
LEFT JOIN wp_users ON wp_sfposts.user_id = wp_users.ID
LEFT JOIN wp_sfmembers ON wp_sfposts.user_id = wp_sfmembers.user_id
WHERE topic_id =
ORDER BY post_id DESC LIMIT 1