Woocod Load More Post Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
How to use?
It have it’s own shotcode. You can use the shortcode in any page, content, post, whereever you want.
For page, post, custom post type:
[wlmp_loadmore_nav taxonomy=”category”]
- Loads category list . use taxonomy = “taxonomy used in post type” by default it’s “category”
[wlmp_loadmore_template post_type=”piper”]
- Loads template container and ajax scripts
[wlmp_loadmore_button]
- show load more button is post page is more that one.
And for PHP template :
<?php echo do_shortcode(‘[wlmp_loadmore_nav taxonomy=”category”]’); ?>
<?php echo do_shortcode(‘[wlmp_loadmore_template post_type=”piper”]’); ?>
<?php echo do_shortcode(‘[wlmp_loadmore_button]’); ?>
Load more will show when you post is more than 10.
Screenshots
No screenshots provided