Post Filtering UI with Vue and WordPress
One of the most powerful features of Vue is the ability to load and work with data asynchronously. When you combine this with the WordPress REST API you’re left with a world of possibilities. In this course we’ll walk through the process of creating a post filtering interface. Specifically we’ll learn:
- How to setup a custom shortcode
- Dynamically pull in all recent posts with Vue
- Create the ability to filter all posts by category
- Create the Load More functionality