MendyL
|
י״ח בניסן ה׳תשפ״ב
תגיות: 120 שנה, הרב שלמה בוטבול, כינוס ילדים, קרית גת
שגיאה במסד הנתונים של וורדפרס: [Disk full (/tmp/#sql-temptable-32e01-29d3c1-29a2a3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SELECT wp_posts.* , count(distinct tt.term_taxonomy_id) as termcount FROM wp_posts INNER JOIN wp_term_relationships tr ON (wp_posts.ID = tr.object_id) INNER JOIN wp_term_taxonomy tt ON (tr.term_taxonomy_id = tt.term_taxonomy_id) INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) WHERE ( ( post_type = 'post' AND ( post_status = 'publish' ) ) ) AND wp_posts.ID NOT IN (783334) AND wp_posts.post_date > '2024-01-31 23:59:59' AND wp_posts.post_date <= '2025-01-31 23:59:59' AND ( tt.term_id IN (852, 1391, 3737, 3808, 6433) ) AND (
wp_postmeta.meta_key = '_thumbnail_id'
) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC