Does anyone else get a database error with this theme?
I get :
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 ” at line 1]
SELECT COUNT(DISTINCT ID) FROM
On the main page.. I’ve traced it to the functions.php file in the theme, in the hoofei_pagenavi and the hoofei_pagenavi_dropdown functions. Another error in themse functions is setting $max_page = 999999 — this will result in an inaccurate page navigation of 999999 pages. I’m working on correcting these functions now but if anyone has already done it please share…