-
A simple guide to adding a WP REST API controller
•
Continue Reading: A simple guide to adding a WP REST API controllerThe WP REST API is still a hot item in WordPress core. And this tutorial will show you how easy it is to make your own REST API endpoint for your plugin and custom data.
-
Displaying threaded comments with VueJS
•
Continue Reading: Displaying threaded comments with VueJSDisplaying comments in a threaded manner is challenging with the WP REST API. But here’s a simple way to do it with VueJS.
-
Loading more posts with a button click and WP REST API
•
Continue Reading: Loading more posts with a button click and WP REST APIOne of the features I had an issue finding a tutorial over was loading more posts via a button click. So here’s a brief tutorial on how to do just that.
-
Displaying threaded comments with WordPress REST API
•
Continue Reading: Displaying threaded comments with WordPress REST APIAs I’ve worked with the WP REST API, I’ve seen a lot of really good tutorials over the basics, but not a lot that deal with slightly more complicated topics that are easily implemented in the typical WordPress template. This tutorial over threaded comments in the WP REST API hopefully starts to fill that void.
-
Trying to wrap my head around WP REST API and JavaScript
•
Continue Reading: Trying to wrap my head around WP REST API and JavaScriptI set out this week to learn more about the WP REST API and JavaScript. What I learned is that I still have a ton to learn in those departments.