خطای پایگاهدادهٔ وردپرس : [Server shutdown in progress]SELECT wp_posts.*
FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
WHERE 1=1 AND (
( wp_postmeta.meta_key = '_entry_type' AND wp_postmeta.meta_value = 'component' )
) AND wp_posts.post_type = 'jet-engine' AND ((wp_posts.post_status = 'publish' OR wp_posts.post_status = 'draft' OR wp_posts.post_status = 'pending'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC