Blog Archive
Recently I needed to update a big batch of posts’ post meta. I’m talking thousands of updates. Anything over about 20 updates involving the database and I immediately reach for WP-CLI. Update Posts in Bulk I built a plugin that pulls in results from a remote API. The API returns a set of 100 results per […]
Writing well is the bedrock of work communications. People write to each other all the time at work. They communicate with text in different modes but the main objective is consistent no matter what; convey your idea that will persist with a common language. I’ll provide you some tips so you can write better at […]
I almost forgot about this little one-page application that I made in college. It’s called the Sass Color Calculator. It’s an application that helps a developer find the sass function between two colors. This little guy is not only useful to me, but it has greater meaning to me than just a simple application. It was part […]
Objective Post comment on a WordPress installation from an external application and via the WP REST API. Problem To create, POST, to WordPress there must be some type of authenticated user. Most of the time the user posting is the user who is logged in. WordPress allows unauthenticated users to submit comments, but in most […]