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 (8)
) AND (
( wp_postmeta.meta_key = 'editors_choice' AND wp_postmeta.meta_value LIKE '{546df9288ab73eb95490aa5a2f931f951f100e006d155c11da05976326d3a47b}yes{546df9288ab73eb95490aa5a2f931f951f100e006d155c11da05976326d3a47b}' )
) AND wp_posts.post_type = 'post' AND ((wp_posts.post_status = 'publish')) AND wp_posts.ID NOT IN ( SELECT ID FROM wp_posts WHERE post_type IN ('post','page','attachment','job_listing','podcasts','industry-news','product','business-directory','testimonial') AND ID IN ( SELECT post_id FROM wp_postmeta pm WHERE pm.meta_key = 'groups-read' AND pm.meta_value NOT IN (0) AND pm.meta_value IN ( SELECT group_id FROM wp_groups_group ) AND post_id NOT IN ( SELECT post_id FROM wp_postmeta pm WHERE pm.meta_key = 'groups-read' AND pm.meta_value IN (0) ) ) ) AND wp_posts.ID IN ( SELECT ID FROM wp_posts WHERE ID NOT IN ( SELECT post_id FROM wp_postmeta WHERE wp_postmeta.meta_key = 'groups-groups_read_post' ) UNION ALL SELECT post_id AS ID FROM wp_postmeta WHERE wp_postmeta.meta_key = 'groups-groups_read_post' AND wp_postmeta.meta_value IN ('') )
GROUP BY wp_posts.ID
ORDER BY wp_posts.menu_order, wp_posts.post_date DESC
LIMIT 190, 10
February 6, 2020
Sports Illustrated ranked the best-conditioned male and female athletes in the world, consulting trainers, exercise physiologists and performance experts with experience across the college, pro and Olympic levels of sports to evaluate athletes on the following criteria: performances over the last 12 months; demands and risks of their respective sports; durability; training regimens...
January 8, 2020
From swimming the Channel four times to outrunning every man, The Guardian reports on the women at the top of their game.
Page 20 of 20« First«...10...1617181920