ericandrewlewis / WP_Query_Multisite

If you're using this reconsider your site architecture or use ElasticSearch
121 stars 51 forks source link

meta_query not working #28

Open maartenhetworks opened 6 years ago

maartenhetworks commented 6 years ago

I add the meta_query argument to the WP_Query_Multisite class but it's doesn't work

I'm adding a ket from ASF (https://www.advancedcustomfields.com)

jasmines commented 4 years ago

Same issue here.

sphykik commented 3 years ago

Meta queries with ACF fields does not work reliably. I spent some time modifying the posts_clauses filter to include the meta_query but kept running into issues.

Eventually I settled on this: https://github.com/devaloka/network-wp-query. ACF meta queries work.