Skip to content

Instantly share code, notes, and snippets.

@alcovegan
Forked from geoffyuen/wp-rest-api-slug
Created September 28, 2017 05:25
Show Gist options
  • Select an option

  • Save alcovegan/ca8e6c230d1ecb9c629e5b90765dfaf3 to your computer and use it in GitHub Desktop.

Select an option

Save alcovegan/ca8e6c230d1ecb9c629e5b90765dfaf3 to your computer and use it in GitHub Desktop.
Get Page using slug from WP Rest API
http://localhost/wp-json/pages?filter[name]=the-page-slug
// or this seems to work too:
http://localhost/wp-json/pages/the-page-slug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment