=== Post Grid with Ajax Filter === Contributors: mdshuvo, addonmaster, mdashikul Tags: infinite scroll, post grid, grid, post type grid, pagination, ajax pagination, grid display, filter, filtering, grid, layout, post, post filter, post layout, taxonomy, taxonomy filter,ajax grid, displaypost gridpost, type grid, wp post frid, ajax post filter, filter post ajax, ajaxify, mixitup, isotop, category filter, filter without reload, ajax filter, ajax plugin Tested up to: 6.0.2 Stable tag: 3.2.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Post Grid with Ajax Filter plugin is a simple 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. == Description == Post Grid with Ajax Filter plugin is a simple 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](http://plugins.addonmaster.com/post-grid-with-ajax-filter/) ###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](https://developer.wordpress.org/reference/classes/wp_query/#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"]
== Installation == 1. Upload "ajax-filter-posts.zip\" to the "/wp-content/plugins/" directory. 2. Activate the plugin through the "Plugins" menu in WordPress. == Frequently Asked Questions == = 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 == Screenshots == 1. Frontend Preview 2. Filter Preview 3. Pagination Preview == Changelog == = 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.