PHPPluginsWordPress Extending WP_Query with Custom Queries and Tables Igor Benic on February 12, 2019 Retrieveing data using get_posts or WP_Query can be challenging when we need to include custom tables in the query. In this tutorial, we will learn how to include our custom tables to create custom queries. Read More