Woocod load more post

0

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=”categ

Version
Last updated
Active installations
WordPress Version
Tested up to
pa_tag
Rating
Total ratings
This plugin is outdated and might not be supported anymore.

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.