Articles
Tips for Choosing the Right WordPress Plugin for a Project
As a web developer, you know that WordPress plugins can be a powerful tool for adding functionality and customizability to a website. But with thousands of plugins available in the WordPress plugin repository, it can be overwhelming to decide which one is the best fit...
Grate Post – a simple rating system for posts
Grate Post is a simple rating system for posts, pages or custom post types. Code is available at https://github.com/lienhard/grate-post If the user is logged in, it'll track using their user ID. If not logged in, it'll track using the php function uniqueid() saved...
Sending email using Sendgrid Dynamic Templates
I had been using sendgrid to send emails for quite some time. I noticed sendgrid now had a new API, version 3, and it uses dynamic templates. I decided to use the newer dynamic templates, but struggled somewhat getting the API to work. I created a PHP wrapper...