WP Ajax Grid Plugin
Load your WordPress posts dynamicaly in elegant grids.
“WP Ajax Grid” is a WordPress Plugin which allows you to create dynamic grids of wordpress posts loaded with AJAX technology using a simple shortcode controlled by several parameters.
Demo: http://demo.davoscript.com/wp-ajax-grid/
Need help to achive your set up or have questions? I’ll be happy to help!
Have a problem? Please, “ask before rate”
Features
- Select number of columns
- Grid automaticaly fits the space offered by the theme layout
- Automatic or fixed columns width
- Drag and Drop grid item layout
- Static or FX grid layouyt
- Select categories of posts and order parameters
- Custom shortcode default values
- Grid items separation and load effects
- Built-in styles
… and more!
Usage
You can easily create grids in your posts, pages and widgets using the shortcode:
[ajaxgrid]
You can also create grids direcly in any php file in your wordpress theme using a small piece of code:
<?php echo do_shortcode('[ajaxgrid]'); ?>
The shortcode parameters gives you full control of the grid’s style and behavior. Some of most important the parameters:
- gridstyle
- layout
- postfx
- cols
- autowidth
- orderby
- loadfx
… and more!
Demos
Check out the live demos and imagine all the grids you can create!
http://demo.davoscript.com/wp-ajax-grid/
http://demo.davoscript.com/wp-ajax-grid/fx-layout/
http://demo.davoscript.com/wp-ajax-grid/order-by-and-categories/
http://demo.davoscript.com/wp-ajax-grid/paddings/
http://demo.davoscript.com/wp-ajax-grid/parameters/