Videos tagged with: custom-query
Custom Search
In this tutorial we are going to create custom search that searches our posts and post types using WordPress Custom Query.
Custom Filters
In this WordPress Custom Query tutorial we are going to make our first practical example, we are going to make dynamic filters and filter our posts by price, color and size.
tax_query
In this WordPress Custom Query tutorial we are going to be learning how to use tax_query to query your posts via either default or custom taxonomies.
meta_query
In this tutorial about WordPress Meta Query we are going to take it up a notch and learn about meta_query parameter of WP_Query object.
Taxonomy
In this WordPress Custom Query tutorials we are going to tackle displaying our posts by filtering them with tags and categories.
Comparing
In this WordPress Custom Query tutorial we are going to learn how to display data from our custom query that matches certain condition using meta_compare and meta_value properties.
Sorting
In this tutorial about WordPress Custom Query we are going to learn how to sort results that we get from our custom query.
Basics
In this WordPress Custom Query tutorial series we are going to take a look at WP_Query object in WordPress and how you can use it to create complicated WordPress sites.