Database Error; SQL: SELECT
DISTINCT
`t`.*
FROM `wp_posts` AS `t`
WHERE ( ( `publication_genre`.`slug` = "Strip" ) 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, 1; Response: Unknown column 'publication_genre.slug' in 'where clause'