Database Error; SQL: SELECT
DISTINCT
`t`.*, `d`.*
FROM `wpopn_posts` AS `t`
LEFT JOIN `wpopn_pods_site_internet` AS `d` ON `d`.`id` = `t`.`ID`
WHERE ( ( t.ID= ) AND ( `t`.`post_type` = "site_internet" ) AND ( `t`.`post_status` IN ( "publish" ) ) )
ORDER BY `t`.`menu_order`, `t`.`post_title`, `t`.`post_date`; Response: 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 ') AND ( `t`.`post_type` = "site_internet" ) AND ( `t`.`post_status` IN ( "publis' at line 7