devaloka / network-wp-query

:electric_plug: Network-wide WP Query for Multisite environment, which supports POSTS-PER-SITE query etc. [STAND-ALONE][Plugin]
GNU General Public License v2.0
16 stars 2 forks source link

evaluate new WP_Site_Query, WP_Network_Query #8

Open whizark opened 8 years ago

whizark commented 8 years ago
Mte90 commented 6 years ago

this library is updated with this new classes?

whizark commented 6 years ago

@Mte90 Some DB queries can be replaced/improved with WP_Site_Query, and WP_Network_Query is useful if we want network-specific query such network__in, network__not_in, but it is not implemented yet.

Mte90 commented 6 years ago

Ok because I want to replace the wp_query_multisite to something more modern and this project seems the best option.

whizark commented 6 years ago

That's the same motivation that I have created this plugin although I haven't used it for some time. Any PRs (or Issues if exists) are welcome :)