outlandish/routemaster

A routing plugin for WordPress

Installs: 4 189

Dependents: 0

Suggesters: 0

Security: 0

Stars: 13

Watchers: 11

Forks: 0

Open Issues: 0

Type:wordpress-muplugin

v2.4.4 2023-04-27 12:19 UTC

README

Replaces the built-in WordPress routing logic with one defined by URL patterns.

Installation

  • Install and activate plugin
  • Create Router subclass that implements abstract routes function
  • add the following to your theme:
$router = MyRouter::getInstance();
$router->setup();

Use with OOWP

To successfully extend OowpRouter and gain router awareness of post objects, you should also install OOWP. This is optional if you avoid the Outlandish\Wordpress\Routemaster\Oowp namespace.

To install it:

composer require outlandish/oowp

Wordpress.org

Unfortunately for new projects Wordpress are not accepting libraries as plugins which they host. The GitHub Actions support for this is now deleted since we tried and failed to have the project added there.

See this PR if you'd like to refer back to the GitHub Actions setup for Wordpress.org publishing, for another plugin which meets the current guidelines.