Loop Grid Extender for Elementor – ACF Repeater & Smart Filters
Loop Grid Extender for Elementor Pro helps you add powerful filter options to Elementor’s Loop Grid widget. By default, Loop Grid doesn’t let users filter posts or products easily, that’s where this addon comes in. Important This plugin does not currently support Elementor’s Widget Cache feature. Please disable it to ensure proper functionality. It is built specifically for people using Elementor Pro + ACF (Advanced Custom Fields), allowing to add dropdown filters, show how many posts or products are in each category, and even hide terms you don’t want to show. Think of it as a missing piece that gives Elementor Pro superpowers when working with repeater fields and dynamic layouts. View Demo KEY FEATURES ACF Repeater Field Support with Elementor Pro: Directly use ACF Pro’s Repeater fields inside Elementor Pro’s dynamic widgets through the Loop Grid widget. It means you can display complex, repeated content without writing any code. Dropdown Display for Filters: You can easily filter posts or products by categories, tags, or custom taxonomies using dropdown menus. Post/Product Count Display: Display the number of posts or products available next to each filter option, helping visitors quickly see how many items are in each category before they choose to filter. Exclude Specific Taxonomies or Terms: Exclude unwanted taxonomy terms like “Uncategorized” or any other custom terms from the filter list. Custom Post Type & ACF Taxonomy Support: The plugin fully supports custom post types and taxonomies created with ACF, ensuring that all your unique content types work with the filtering system. Multilingual + Multi-taxonomy (Pro): Build complex, language-aware filters across categories, tags, and custom taxonomies. Responsive, Optimized, Code-free: Lightweight scripts, clean markup, and mobile-first design ensure performance. USE CASES Building FAQ or testimonial sections with toggles and pop-ups using ACF repeater data. Creating WooCommerce product grids with filters for size, color, and brand. Crafting team member directories, event listings, or portfolio galleries with dynamic filter UI. Multilingual websites requiring term-specific filtering. From Frustration to Solution Elementor users have been requesting native support for ACF Repeater fields in Loop Grids, toggle/accordion widgets, and dynamic pop-ups for years. For example, issue #5979 on GitHub was opened 6+ years ago, stated: “I’m always frustrated when building a dynamic FAQ section using a custom post type with ACF fields and Dynamic Pop‑up. Elementor Pro doesn’t support a repeater functionality yet.” #5979 #23185 Despite some advances, Elementor still lacks an intuitive way to: Populate toggles, pop-ups, or loop templates with ACF repeater data, without custom PHP. Add flexible filter UI (dropdowns or checkboxes) with taxonomy and post-count controls. Our plugin directly addresses these gaps. Explore More Cool Addons For Elementor Cool FormKit For Elementor: Add advanced fields like conditional logic, range sliders, calculator fields, and country code selection to Elementor forms. Conditional Fields For Elementor Form: An essential addon for Elementor forms that allows you to add conditional logic to input fields, enabling fields to show/hide based user input. Country Code For Elementor Form Telephone Field: Enhances phone fields with a country code selection feature for accurate data input. Timeline Widget for Elementor: Use this plugin to showcase your history in a stylish vertical or horizontal timeline layout on Elementor pages. Events Widgets for Elementor: This plugin provides The Events Calendar widgets for Elementor, allowing you to easily display events in a grid, list, or carousel layout. Use of 3rd Party Services: This plugin connects to the Cool Plugins feedback server only for optional usage data sharing and voluntary feedback submission (for example, during plugin deactivation). Data is transmitted solely after explicit user consent. No hidden tracking is performed, and no frontend visitor or site user data is collected. For more details, please review our Data Usage Policy, TOS, and Privacy Policy.
Top keywords
- elementor20×3.18%
- fields11×1.75%
- acf9×1.43%
- custom8×1.27%
- filter8×1.27%
- pro8×1.27%
- data7×1.11%
- repeater7×1.11%
- dynamic6×0.95%
- elementor pro6×0.95%
- loop6×0.95%
- add5×0.79%
Random Post Plugin – Redirect URL to Post
Redirect your visitors to a random post your last (latest) post your first (oldest) post the previous or next post or a combination of conditions, for example a random post among your last 10 posts, or the latest post from at least 3 months ago, or the latest post of a specific author. Features | Examples | Documentation | Latest Development Blog Post A magic URL takes you to the right post This plugin provides a URL (link) that takes you directly to a post in single-post view. This post is determined by the query parameter ?redirect_to= and optional others. While the URL remains the same, its target changes depending on the available posts at the time when somebody enters it. That means you can use the same static URL in a menu, with a button or in a newsletter and the plugin finds out the correct target. Simply enter the URL of your WordPress site into your browser and add ?redirect_to=… to the end. Possible values for redirect_to are: last or latest – The URL will redirect to the last (latest) post. first or oldest – The URL will redirect to the first (oldest) post. random – The URL will redirect to a random post. prev or previous – The URL will redirect to the previous post (by date). next – The URL will redirect to the next post (by date). custom – The post will be determined according to the mandatory parameter orderby and the optional parameter order. You can also limit the scope of considered posts by additional filter parameters, such as &s=searchaword or &cat=2, or use an offset to go to the second latest or to the post before the previous. The parameter random combined with count and bias lets you pick the latest (or oldest) posts with a different probability than the rest. Caching The plugin offers caching of database results. Settings and Parameters There is no settings page in the backend. You configure the plugin entirely through the query parameters in the URL. Please find more information about parameters and troubleshooting on the plugin website. Examples for URLs Note: Replace “http://www.example.com/” with your own website location. Spaces are written as “%20”. http://www.example.com/?redirect_to=latest – redirects to the latest post http://www.example.com/?redirect_to=random&pk_campaign=random – redirects to a random post and tracks the visit http://www.example.com/?redirect_to=prev – redirects to the previous post http://www.example.com/?redirect_to=random&each_once=rewind – redirects to a random post, avoiding duplicates, and then starts over again http://www.example.com/?redirect_to=prev&offset=1 – redirects to the post before the previous post http://www.example.com/?redirect_to=random&count=10 – redirects to a random post among the 10 latest posts http://www.example.com/?redirect_to=random&count=10&bias=80 – redirects to a random post. The plugin picks one from the latest 10 with a probability of 80% and from the rest with a probability of 20% http://www.example.com/?redirect_to=random&count=10&offset=1 – redirects to a random post among the 10 posts that come after the latest http://www.example.com/?redirect_to=random&after=1%20month%20ago – redirects to a random post among the posts that are not older than 1 month http://www.example.com/?redirect_to=latest&exclude=4,7 – redirects to the latest post, excluding the posts with the IDs 4 and 7 http://www.example.com/?redirect_to=latest&offset=1 – redirects to the second latest post http://www.example.com/?redirect_to=custom&orderby=comment_count&order=DESC – redirects to the post with the most comments http://www.example.com/?redirect_to=latest&s=iaido&default_redirect_to=12&cache=200 – redirects to the latest post that contains the word ‘iaido’ or, if nothing can be found, to the page or post with the ID 12; use a cache with a 200 second lifetime Button The plugin also provides a shortcode [redirect_to_post_button] to create a simple button. Some parameters are available. A button that links to a random post is a great way to increase your visitors’ on-site engagement and therefore your SEO ranking! (video by WPBeginner) If you find this plugin useful, please give it a 5-star rating. Thank you!