WP Manifestindependent plugin directory
manifest / content / my-postloaders

My Postloaders

Loads posts via ajax

by Maarten Menten · github.com/mmaarten/my-postloaders · website

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://github.com/mmaarten/my-postloaders/archive/refs/heads/master.zip

Readme

My Postloaders

Loads posts via Ajax.

Requirements

Installation

  1. Download and extract zip into wp-content/plugins/ folder.
  2. Run composer install to install dependencies.
  3. Activate plugin via WordPress admin menu: Plugins.

Development

Run composer install to install dependencies.

Build commands

Run composer run make-pot to create translation file.

Read the full README on GitHub →