by Steven Lienhard | Jan 9, 2023 | plugins, project, tips
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...
by Steven Lienhard | Dec 6, 2020 | code, development, rating
Ratings(1) 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...
by Steven Lienhard | Nov 20, 2020 | development, email
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...