WP Manifestindependent plugin directory
manifest / developer / posts-by-slug

Posts by Slug

A WordPress plugin that retrieves post data by slug.

by Renee Stanforth · github.com/reneecampanilla/posts-by-slug · website

1stars
1forks

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/reneecampanilla/posts-by-slug/archive/refs/heads/master.zip

Readme

posts-by-slug

A WordPress plugin that retrieves post data by slug.

Endpoint

<url>/wp-json/wp/v1/posts/slug-name

Note that we used v1 because this is a custom rest API from the plugin.

Read the full README on GitHub →