Database Error; SQL: SELECT DISTINCT `t`.* FROM `kehmor_posts` AS `t` LEFT JOIN `kehmor_term_relationships` AS `rel_keyword` ON `rel_keyword`.`object_id` = `t`.`ID` LEFT JOIN `kehmor_term_taxonomy` AS `rel_tt_keyword` ON `rel_tt_keyword`.`taxonomy` = 'keyword' AND `rel_tt_keyword`.`term_taxonomy_id` = `rel_keyword`.`term_taxonomy_id` LEFT JOIN `kehmor_terms` AS `keyword` ON `keyword`.`term_id` = `rel_tt_keyword`.`term_id` WHERE ( ( `keyword`.`name` = ''הגדרה'' ) AND ( `t`.`post_type` = "article" ) AND ( `t`.`post_status` IN ( "publish" ) ) ) ORDER BY `t`.`post_date` DESC, `t`.`menu_order`, `t`.`post_title`, `t`.`post_date` LIMIT 0, 10; Response: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'הגדרה'' ) AND ( `t`.`post_type` = "article" ) AND ( `t`.`post_status` IN (' at line 17