If you have a WordPress site with content published, you can programmatically access your posts using the built-in REST API. This is super useful if you want to build a “Recent Blog Posts” widget, for example. WordPress makes this easy with their REST API. All it takes is some basic JavaScript skills and some patience. […]