query post by author gender
If I get it right you are storing this data in user meta. WP_Query would have no remote idea how to retrieve that, since it’s only aware of post meta. The two are completely separate and there is no native way to involve one in queries for another. Likely you will have to do this … Read more