WordPress-Datenbank-Fehler: [Unknown column 'wp_posts.post_title' in 'where clause']
SELECT DISTINCT ID FROM wp_posts p
LEFT JOIN ( SELECT object_id FROM wp_term_relationships WHERE ( wp_posts.post_title NOT LIKE '%casino%' AND wp_posts.post_title NOT LIKE '%betting%' ) AND term_taxonomy_id IN ( 13 ) ) AS exclude_join ON exclude_join.object_id = p.ID INNER JOIN ( SELECT object_id FROM wp_term_relationships INNER JOIN wp_term_taxonomy using( term_taxonomy_id ) WHERE ( wp_posts.post_title NOT LIKE '%casino%' AND wp_posts.post_title NOT LIKE '%betting%' ) AND term_id IN ( 30 ) ) AS include_join ON include_join.object_id = p.ID
WHERE ( wp_posts.post_title NOT LIKE '%casino%' AND wp_posts.post_title NOT LIKE '%betting%' ) AND 1=1
AND p.post_status = 'publish'
AND p.post_type = 'product'
AND exclude_join.object_id IS NULL AND p.ID NOT IN ( 0,3936 )
LIMIT 23