tranh-pho-co-ha-noi-1
Warning: Trying to access array offset on value of type bool in /home/tranhsondaudephanoi.com/public_html/wp-content/themes/cmskk/single.php on line 64
Warning: Attempt to read property "term_id" on null in /home/tranhsondaudephanoi.com/public_html/wp-content/themes/cmskk/single.php on line 64
Lỗi cơ sở dữ liệu WordPress: [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 ')
ORDER by
p1.post_date DESC
LIMIT
...' at line 17]
(
SELECT
p1.post_title,
p1.post_date,
p1.ID,
p1.post_content,
p1.post_name
FROM
wp_posts p1
LEFT JOIN wp_term_relationships ON (p1.ID = wp_term_relationships.object_id)
LEFT JOIN wp_term_taxonomy ON (wp_term_relationships.term_taxonomy_id = wp_term_taxonomy.term_taxonomy_id)
WHERE
p1.post_date <= '2022-11-28 14:34:02' AND
p1.post_type = 'post' AND
p1.post_status = 'publish'
AND wp_term_taxonomy.taxonomy = 'category'
AND wp_term_taxonomy.term_id IN()
ORDER by
p1.post_date DESC
LIMIT
2
)
UNION
(
SELECT
p2.post_title,
p2.post_date,
p2.ID,
p2.post_content,
p2.post_name
FROM
wp_posts p2
LEFT JOIN wp_term_relationships ON (p2.ID = wp_term_relationships.object_id)
LEFT JOIN wp_term_taxonomy ON (wp_term_relationships.term_taxonomy_id = wp_term_taxonomy.term_taxonomy_id)
WHERE
p2.post_date > '2022-11-28 14:34:02' AND
p2.post_type = 'post' AND
p2.post_status = 'publish'
AND wp_term_taxonomy.taxonomy = 'category'
AND wp_term_taxonomy.term_id IN()
ORDER by
p2.post_date ASC
LIMIT
2
)
ORDER by post_date ASC