Error en la base de datos de WordPress: [Unknown column 'posts.ID' in 'IN/ALL/ANY']SELECT SQL_CALC_FOUND_ROWS akhf_posts.ID
FROM akhf_posts
WHERE 1=1 AND (
akhf_posts.ID NOT IN (
SELECT object_id
FROM akhf_term_relationships
WHERE term_taxonomy_id IN (10)
)
) AND ((akhf_posts.post_type = 'product' AND (akhf_posts.post_status = 'publish'))) AND posts.ID IN (
SELECT tr.object_id
FROM akhf_term_relationships AS tr
WHERE tr.term_taxonomy_id IN (22,43,20)
)
GROUP BY akhf_posts.ID
ORDER BY akhf_posts.menu_order ASC, akhf_posts.post_title ASC
LIMIT 0, 12
Error en la base de datos de WordPress: [Unknown column 'posts.ID' in 'IN/ALL/ANY']SELECT akhf_posts.*
FROM akhf_posts
WHERE 1=1 AND ((akhf_posts.post_type = 'elementor_font' AND (akhf_posts.post_status = 'publish'))) AND posts.ID IN (
SELECT tr.object_id
FROM akhf_term_relationships AS tr
WHERE tr.term_taxonomy_id IN (22,43,20)
)
ORDER BY akhf_posts.post_date DESC
Error en la base de datos de WordPress: [Unknown column 'posts.ID' in 'IN/ALL/ANY']SELECT SQL_CALC_FOUND_ROWS akhf_posts.ID
FROM akhf_posts INNER JOIN akhf_postmeta ON ( akhf_posts.ID = akhf_postmeta.post_id ) INNER JOIN akhf_postmeta AS mt1 ON ( akhf_posts.ID = mt1.post_id )
WHERE 1=1 AND (
akhf_postmeta.meta_key = '_elementor_template_type'
AND
(
( mt1.meta_key = '_elementor_template_type' AND mt1.meta_value = 'popup' )
)
) AND akhf_posts.post_type = 'elementor_library' AND ((akhf_posts.post_status <> 'trash' AND akhf_posts.post_status <> 'auto-draft')) AND posts.ID IN (
SELECT tr.object_id
FROM akhf_term_relationships AS tr
WHERE tr.term_taxonomy_id IN (22,43,20)
)
GROUP BY akhf_posts.ID
ORDER BY akhf_posts.post_date DESC
LIMIT 0, 1