WP Manifestindependent plugin directory
manifest / content / wp-load-more

WP Load More GitLab

A wordpress load more plugin

by Kishor Khambu · gitlab.com/dulalsanjaya/wp-load-more

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://gitlab.com/dulalsanjaya/wp-load-more/-/archive/master/wp-load-more-master.zip

Readme

wp-load-more

A wordpress load more plugin

Instruction

  1. Download the wp-load-more plugin
  2. unzip it in wp-plugins directory
  3. activate the plugin from wordpress admin > plugins

How to use?

Shortcodes

[loadmore_nav taxonomy="category"]

  • Loads category list . use taxonomy = "taxonomy used in post type" by default it's "category"

[loadmore_template post_type="piper"]

  • Loads template container and ajax scripts

[loadmore_button]

  • show load more button is post page is more that one.

Read the full README on GitLab →