The sensitivity and efficacy of an organization is an expression of the people involved. The Open Sky Leadership team is committed to excellence and innovation.
Last SQL-Query:
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
WHERE 1=1 AND (
wp_term_relationships.term_taxonomy_id IN (10)
) AND (
( wp_postmeta.meta_key = 'is_active' AND wp_postmeta.meta_value = '1' )
) AND ((wp_posts.post_type = 'team' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) AND wp_posts.ID NOT IN ( 7428, 7511, 8588, 815 )
GROUP BY wp_posts.ID
ORDER BY FIELD(wp_posts.ID, 274,275,484,8251,273,8691,9495,8681,8502,7132,6943,6632,6183,4189,3628,2469,1222,760,514,512,499), wp_posts.post_date DESC
LIMIT 0, 50