
Advanced Query Loop
Hospedagem WordPress com plugin Advanced Query Loop
Onde posso hospedar o plugin Advanced Query Loop?
Este plugin pode ser hospedado em qualquer hospedagem que tenha WordPress configurado. Recomendamos fortemente optar por uma empresa de hospedagem confiável, com servidores otimizados para WordPress, como o serviço de hospedagem da MCO2.
Hospedando o plugin Advanced Query Loop em uma empresa de hospedagem confiável
A MCO2, além de configurar e instalar o WordPress na versão mais atualizada para seus clientes, disponibiliza o WP SafePress, um mecanismo exclusivo que assegura e melhora seu site simultaneamente.
Por que a Hospedagem WordPress funciona melhor na MCO2?
A Hospedagem WordPress funciona melhor pois a MCO2 possui servidores otimizados para WordPress. A instalação de WordPress é diferente de uma instalação trivial, pois habilita imediatamente recursos como otimização de imagens e fotos, proteção da página de login, bloqueio de atividades maliciosas diretamente no firewall, cache avançado e HTTPS ativado por padrão. São recursos que potencializam seu WordPress para a máxima segurança e o máximo desempenho.
Supercharge your queries without any code
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.
What makes Advanced Query Loop special?
- No coding required – Everything works through an intuitive visual interface
- Powerful query building – Create complex queries that would normally require custom code
- Flexible and extensible – Built with developers in mind, but accessible to everyone
- Performance optimized – Smart caching and efficient queries keep your site fast
Support & Community
Need help? We’ve got you covered!
- WordPress.org Support Forum: Get help here
- GitHub Repository: Report issues & contribute
Powerful Features at Your Fingertips
🏷️ Advanced Taxonomy Queries
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.
📝 Multiple Post Types
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.
🎯 Smart Post Inclusion
Take full control over which posts appear in your query:
* Manual selection: Choose specific posts by title or ID
* Child items only: Show only child posts of the current content
* Dynamic filtering: Combine multiple inclusion rules
🚫 Intelligent Post Exclusion
Keep your queries clean and relevant:
* Exclude current post: Automatically hide the post being viewed
* Category filtering: Exclude posts from specific categories
* Smart defaults: Built-in logic to avoid duplicate content
🔍 Advanced Post Meta Queries
Create powerful meta queries without touching code:
* Multiple conditions: Combine different meta fields and values
* Flexible comparisons: Use equals, not equals, greater than, less than, and more
* Logical operators: Combine queries with AND/OR logic
* ACF integration: Works seamlessly with Advanced Custom Fields
📅 Dynamic Date Queries
Time-based content has never been easier:
* Relative dates: Show content from last 1, 3, 6, or 12 months
* Before/after current: Display content relative to the current date
* Custom date ranges: Set specific start and end dates
* Multiple date conditions: Combine different date rules
📊 Flexible Sorting Options
Sort your content exactly how you want:
* Author: Sort by post author
* Date: Sort by publication date
* Last Modified: Sort by last update
* Title: Alphabetical sorting
* Meta Values: Sort by custom field values
* Random: Shuffle your content
* Menu Order: Use custom ordering
* Name: Sort by post slug
* Post ID: Sort by post ID
* Comment Count: Sort by engagement
⚡ Performance Optimization
- Smart pagination: Automatically disable pagination when not needed
- Efficient queries: Optimized database queries for better performance
- Caching friendly: Works seamlessly with popular caching plugins
Customization & Extensibility
Filter Available Controls
Don’t need all the features? No problem! You can easily hide specific controls using the aql_allowed_controls
filter:
add_filter(
'aql_allowed_controls',
function( $controls ) {
// Remove specific controls you don't need
$to_exclude = array( 'additional_post_types', 'taxonomy_query_builder' );
return array_filter( $controls, function( $control ) use ( $to_exclude ) {
return ! in_array( $control, $to_exclude, true );
} );
}
);
Available Control Identifiers
'additional_post_types'
– Multiple post type selection'taxonomy_query_builder'
– Advanced taxonomy queries'post_meta_query'
– Meta field queries'post_order'
– Sorting options'exclude_current_post'
– Current post exclusion'include_posts'
– Manual post inclusion'child_items_only'
– Child post filtering'date_query_dynamic_range'
– Date range queries'date_query_relationship'
– Date query logic'pagination'
– Pagination controls
Developer-Friendly
Advanced Query Loop is built with developers in mind:
* Extensible architecture: Add your own custom controls
* Well-documented hooks: Easy integration with your themes and plugins
* Clean code: Follows WordPress coding standards
* Comprehensive testing: Thoroughly tested for reliability
Getting Started
- Install and activate the plugin
- Add a Query Loop block to your page or post
- Look for the “Advanced Query Loop” variation in the block inserter
- Configure your query using the intuitive controls
- Preview and publish your dynamic content!
Perfect For
- Portfolio websites – Showcase work with sophisticated filtering
- News and magazine sites – Display content by category, date, and more
- E-commerce sites – Filter products by custom fields and taxonomies
- Educational platforms – Organize content by course, level, or topic
- Real estate sites – Filter properties by location, price, and features
- Any site needing advanced content queries – The possibilities are endless!
Capturas de tela

Select how many posts you want to display and the number to start at.

Create complicated queries for post types with registered post meta.x

Query posts before a date, after a date or between two dates.