Can wp_query return posts meta in a single request?
By default, WP_Query returns the standard WP_Post objects for the posts being queried. I believe with some clever rewrite and use of the filters given in WP_Query you can add objects to the returned WP_Post objects array. Will this be performant? In my opinion, it will hurt performance more as you will need to join … Read more