You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Query Loop block variation that provides controls to build more complicated queries.
11
+
Transform your Query Loop blocks into powerful, flexible content engines! 🚀
12
12
13
13
== Description ==
14
-
This plugin introduces a Query Loop block variation that will empower users to be able to do much more complicated queries with the Query Loop block, such number of posts to display and post meta
15
14
16
-
=== Support/Issues ===
17
-
Please use the either the [support](https://wordpress.org/support/plugin/advanced-query-loop/) forum or the [official repository](https://github.com/ryanwelcher/advanced-query-loop) for any questions or to log issues.
15
+
**Supercharge your queries without any code**
18
16
19
-
=== Available Controls ===
17
+
Tired of the limitations of standard Query Loop blocks? Advanced Query Loop gives you the superpowers you need to create sophisticated, dynamic content queries that go far beyond the basics. Whether you're building a portfolio, news site, or complex content hub, this plugin puts you in complete control of your content display.
20
18
21
-
==== Taxonomy queries ====
19
+
**What makes Advanced Query Loop special?**
22
20
23
-
Built complicated taxonomy queries!
21
+
* **No coding required** - Everything works through an intuitive visual interface
22
+
* **Powerful query building** - Create complex queries that would normally require custom code
23
+
* **Flexible and extensible** - Built with developers in mind, but accessible to everyone
24
+
* **Performance optimized** - Smart caching and efficient queries keep your site fast
24
25
25
-
==== Multiple post types ====
26
+
=== Support & Community ===
26
27
27
-
Select additional post types for your query!
28
+
Need help? We've got you covered!
28
29
29
-
==== Include Posts ====
30
+
* **WordPress.org Support Forum**: [Get help here](https://wordpress.org/support/plugin/advanced-query-loop/)
Choose the posts you want to display manually or only the children of the current content.
33
+
=== Powerful Features at Your Fingertips ===
32
34
33
-
==== Exclude current post ====
35
+
==== 🏷️ Advanced Taxonomy Queries ====
34
36
35
-
Remove the current post from the query.
37
+
Build sophisticated taxonomy queries that let you filter content by multiple categories, tags, or custom taxonomies. Create complex relationships between different taxonomy terms to display exactly the content you want.
36
38
37
-
==== Exclude posts by category ====
39
+
==== 📝 Multiple Post Types ====
38
40
39
-
Choose to exclude posts from a list of categories.
41
+
Don't limit yourself to just posts! Query across multiple post types simultaneously. Perfect for portfolios, news sites, or any site that needs to display different types of content together.
40
42
41
-
==== Post Meta Query ====
43
+
==== 🎯 Smart Post Inclusion ====
42
44
43
-
Generate complicated post meta queries using an interface that allows you to create a query based on `meta_key`, `meta_value` and the `compare` options. Combine multiple queries and determine if they combine results (OR) or narrow them down (AND).
45
+
Take full control over which posts appear in your query:
46
+
* **Manual selection**: Choose specific posts by title or ID
47
+
* **Child items only**: Show only child posts of the current content
Query items before/after the current or selected or choose to show the post from the last 1, 3, 6 and 12 months.
52
+
Keep your queries clean and relevant:
53
+
* **Exclude current post**: Automatically hide the post being viewed
54
+
* **Category filtering**: Exclude posts from specific categories
55
+
* **Smart defaults**: Built-in logic to avoid duplicate content
48
56
49
-
==== Post Order controls ====
57
+
==== 🔍 Advanced Post Meta Queries ====
50
58
51
-
Sort in ascending or descending order by:
59
+
Create powerful meta queries without touching code:
60
+
* **Multiple conditions**: Combine different meta fields and values
61
+
* **Flexible comparisons**: Use equals, not equals, greater than, less than, and more
62
+
* **Logical operators**: Combine queries with AND/OR logic
63
+
* **ACF integration**: Works seamlessly with Advanced Custom Fields
52
64
53
-
- Author
54
-
- Date
55
-
- Last Modified Date
56
-
- Title
57
-
- Meta Value
58
-
- Meta Value Num
59
-
- Random
60
-
- Menu Order (props to @jvanja)
61
-
- Name (props @philbee)
62
-
- Post ID (props to @markhowellsmead)
65
+
==== 📅 Dynamic Date Queries ====
63
66
64
-
**Please note that this is a slight duplication of the existing sorting controls. They both work interchangeably but it just looks a bit odd in the UI**
67
+
Time-based content has never been easier:
68
+
* **Relative dates**: Show content from last 1, 3, 6, or 12 months
69
+
* **Before/after current**: Display content relative to the current date
70
+
* **Custom date ranges**: Set specific start and end dates
71
+
* **Multiple date conditions**: Combine different date rules
65
72
66
-
==== Disable Pagination ====
73
+
==== 📊 Flexible Sorting Options ====
67
74
68
-
Improve the performance of the query by disabling pagination.
75
+
Sort your content exactly how you want:
76
+
* **Author**: Sort by post author
77
+
* **Date**: Sort by publication date
78
+
* **Last Modified**: Sort by last update
79
+
* **Title**: Alphabetical sorting
80
+
* **Meta Values**: Sort by custom field values
81
+
* **Random**: Shuffle your content
82
+
* **Menu Order**: Use custom ordering
83
+
* **Name**: Sort by post slug
84
+
* **Post ID**: Sort by post ID
85
+
* **Comment Count**: Sort by engagement
86
+
87
+
==== ⚡ Performance Optimization ====
88
+
89
+
* **Smart pagination**: Automatically disable pagination when not needed
90
+
* **Efficient queries**: Optimized database queries for better performance
91
+
* **Caching friendly**: Works seamlessly with popular caching plugins
92
+
93
+
=== Customization & Extensibility ===
94
+
95
+
==== Filter Available Controls ====
96
+
97
+
Don't need all the features? No problem! You can easily hide specific controls using the `aql_allowed_controls` filter:
0 commit comments