Description
Post Grid Ajax plugin is a simple, clean, and easy to use WordPress plugin that helps you filter your post by category terms with Ajax including Infinite scroll. Ajax post grid will help you Load posts with grid layout and you can also filter by post category.
Just use below shortcodes anywhere. Below you can see all available shortcodes.
See the Live demo
Features
- Shortcodes for showing anywhere
- Load More Button
- Infinite Scroll
- Animate on Post load
- Pre-Build Layout
- Grid Layout
- Ajax Post Grid
- Category Filter with ajax
- Controlling Options
- Post pagination
- Show/Hide Specific category terms
Shortcodes
- Default Shortcode
[am_post_grid]
- Control for Show or Hide the filter
Options: yes,no
Default: yes
[am_post_grid show_filter="no"]
- Control Number of Posts Per Page
Options: Integers, -1 for all posts
Default: WordPress Default
[am_post_grid posts_per_page="6"]
- Post pagination
Options: yes,no
Default: “yes”
[am_post_grid posts_per_page="6" paginate="yes"]
- Show/Hide “All” Button before filter
Options: yes,no
Default: “yes”
[am_post_grid btn_all="yes"]
- Show/Hide Specific Category Terms
Options: 1,2,3,4
Default: “”
[am_post_grid cat="100,101,103"]
or
[am_post_grid terms="100,101,103"]
- Hide/Show Empty Category Terms
Options: true, false
Default: “true”
[am_post_grid hide_empty="false"]
- Post Order
Options: ASC, DESC
Default: “DESC”
[am_post_grid order="DESC"]
- Post Orderby
Default: ‘menu_order date’, //Display posts sorted by ‘menu_order’ with a fallback to post ‘date’
[am_post_grid orderby="title"]
Here is the full documentation for post order/orderby: Order & Orderby Parameters
- Pagination Type: Load More button or Paginate Links
Options: “”,load_more
Default: “”
[am_post_grid pagination_type="load_more"]
- Infinite Scroll (Works only for pagination_type=”load_more” attributes )
Options: “”,true
Default: “”
[am_post_grid infinite_scroll="true"]
- Animation effect
Options: “”,true
Default: “”
[am_post_grid animation="true"]
Privacy Policy
Post Grid with Ajax Filter uses Appsero SDK to collect some telemetry data upon user’s confirmation. This helps us to troubleshoot problems faster & make product improvements.
Appsero SDK does not gather any data by default. The SDK only starts gathering basic telemetry data when a user allows it via the admin notice. We collect the data to ensure a great user experience for all our users.
Integrating Appsero SDK DOES NOT IMMEDIATELY start gathering data, without confirmation from users in any case.
Learn more about how Appsero collects and uses this data.
Installation
- Upload “ajax-filter-posts.zip\” to the “/wp-content/plugins/” directory.
- Activate the plugin through the “Plugins” menu in WordPress.
FAQ
-
How to use it?
-
use this shortcode: [am_post_grid]
-
Why the plugin is not working?
-
Please post details on support forum.
-
I need help with custom feature?
-
email me at addonmasterwp@gmail.com
Reviews
Contributors & Developers
“Post Grid Ajax” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Post Grid Ajax” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
3.3.0
- March 1, 2023
- WordPress 6.1.1 Compatible
3.2.1
- Sep 10, 2022
Added: Static Load on Page Load
3.1.5
- Sep 06, 2022
Fixed: Loading Issue on page load
Tested up to WordPress 6.0.2
3.0.4
- JUN 11, 2022
Fixed: Nonce fix
Tested up to WordPress 6.0
3.0.0
- Nov 21, 2021
Added: Load More Button [See latest Shortcodes]
Added: Infinite Scroll
Added: Animation Effect on post load
Added: Posts restrictions by Terms
Fixed: Code issues
2.2.1
- March 8, 2021
Added: Order Parameter
Added: Orderby Parameter
2.2.0
- Feb 23, 2021
WordPress 5.6.2 Compatible
Added: Show/Hide Specific category terms
Added: Hide/Show Empty Category Terms
2.1.0
- Feb 3, 2021
WordPress 5.6 Compatible
2.0.4
- March 19, 2020
Issue Fixed: Draft posts are displayed
2.0.2
- March 9, 2020
Ajax pagination
CSS Improvement
Ajax Improvement
Speed Improvement
2.0.0
- Jan 22, 2020
Multiple grid support
Ajax Improvement
Speed Improvement
Shortcode Extended :
posts_per_page – for controlling number of posts
btn_all – Show/Hide “All” Button on filter
show_filter – Show/Hide the filter
1.0.4
- Jan 21, 2020
Multiple grid support
Ajax Improvement
Speed Improvement
New Design Layout Added
1.0.4
- Initial release.