> For the complete documentation index, see [llms.txt](https://wplake.gitbook.io/advanced-views/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wplake.gitbook.io/advanced-views/query-content.md).

# Query Content

- [Basic Filters](https://wplake.gitbook.io/advanced-views/query-content/basic-filters.md): Basic filters include Post type, Post status, Maximum number, Sort by, and Sort order filters. You can sort by built-in post fields like Title, Author, or Date, as well as by Meta fields or randomly.
- [Meta Filters (Pro)](https://wplake.gitbook.io/advanced-views/query-content/meta-filters-pro.md): Meta filters allow you to filter by field, and create complex queries with multiple fields.
- [Current Post](https://wplake.gitbook.io/advanced-views/query-content/meta-filters-pro/current-post.md): Use a Meta Filter to compare current post ID.
- [Comparison](https://wplake.gitbook.io/advanced-views/query-content/meta-filters-pro/comparison.md)
- [Dynamic Injection](https://wplake.gitbook.io/advanced-views/query-content/meta-filters-pro/dynamic-injection.md)
- [Taxonomy Filters](https://wplake.gitbook.io/advanced-views/query-content/taxonomy-filters.md): Categories, tags, products categories and formats are some of the more commonly known taxonomies. Use this feature to show a set of posts for a specific taxonomy.
- [Pagination (Pro)](https://wplake.gitbook.io/advanced-views/query-content/pagination-pro.md): The Pagination feature allows you to limit the number of posts shown and gives the user an option to load more posts. Good for page speed, great for user experience.
- [PHP Controller](https://wplake.gitbook.io/advanced-views/query-content/php-controller.md)
