There are many WordPress sites that have end users who have no need to see the WordPress admin toolbar. You know, that black bar that shows up at the top of the site when you’re logged in. It is extremely useful for admin users to be able to quickly jump between front end pages and […]
WordPress Plugin Development
Intro to WordPress Plugin Development
This tutorial series is a look into the best practices for developing WordPress plugins. Who is this for? This tutorial is perfect for anyone who: Has dabbled in PHP coding. Perhaps you have added a few snippets of code to your child theme’s functions.php file. Has written a custom plugin, but want some guidance to […]
Troubleshoot Conditions in WordPress Plugin Functions
When I’m working on a plugin I often times will need to troubleshoot a function that isn’t working as expected. A lot of times I’ll have a series of conditions in the function to check for various things, such as a current_user_can() type of check. Often times the function will fail to execute as expected […]
Subscriber Discount Plugins Updated
I have two free plugins on the WordPress plugin repository, which let you automatically create discounts for subscribers to your mailing list. Subscriber Discounts for Easy Digital Downloads, and Subscriber Discounts for WooCommerce. I know, I’m really creative with the names 🙂 Out of the box, these plugins let you create unique discount codes for […]
Introducing WP1099: An easy 1099 reporting solution for vendors
I’ve spent the last several months working on a new service called WP1099. WP1099 is a service that automates filing 1099-MISC forms for site owners who are running affiliate programs or have an online marketplace. The idea behind WP1099 About a week or so before Pressnomics this year, I was looking at payouts for affiliates […]