Plugin Contributor
ModDish
(@moddish)
you would need to add pagination to the plugin itself. would take a few hours to add but is pretty straight forward.
Hello,
I am using Grid Products Plugin. I want to add breadcrumb to the products when i am trying with breadcrumb plugins its not showing the catogory link.How can i solve it.
Can you please Help Me
Thanks
This is a great suggest! I would love to see a pagination to this plugin.
I also looked at the code:
<—CODE—>
$grid_products = new WP_Query(array(
‘order’ => ‘ASC’,
‘orderby’ => ‘menu_order ID’,
‘grid_product_category’ => $cat,
‘post_type’ => ‘grid_products’,
‘post_status’ => null,
‘nopaging’ => 1,
‘posts_per_page’ => -10) );
<—CODE—>
If we change (‘nopaging’ => 1,) 1 to 0 this will display 10 products but you don’t see the next or the pagination.
Appreciate if you could point us where to add the code.
This would save a huge time
Great plugin bytheway…
Cheers
Shiran