How to add custom fields to PMPro PDF Invoices

How to add custom fields to PMPro PDF Invoices

In this guide you will learn how to create and add custom fields to Paid Memberships Pro PDF Invoices. This can be anything from a value from a database table, post meta to user meta. What Is A Custom Variable A custom variable is similar to a WordPress shortcode,...
Display username in your WordPress Menu

Display username in your WordPress Menu

In this guide, we will cover how to display a user’s name in a WordPress menu. This will require a bit of knowledge with working with code snippets and general shortcodes in WordPress. This solution will create a custom shortcode or variable, {{username}} to be...
How to Add a WooCommerce Announcement Bar

How to Add a WooCommerce Announcement Bar

Adding an announcement bar to your WooCommerce store is great for telling your visitors important things about your store. Such as an ongoing sale, limited stock or delivery estimates during peak buying periods. In this guide we will show you how to setup an...
How Automating  WordPress Saves Time & Money

How Automating WordPress Saves Time & Money

The year of the 4th industrial revolution is here, brick and mortar establishments are crumbling and online industries are revolutionizing the industry. What does this mean for you? How can you stay ahead of the curve in today’s high-paced online industry? The answer...
The Best Zapier Alternatives – What You Should Know

The Best Zapier Alternatives – What You Should Know

Today’s market is all about choice, and the plugin / SaaS sector is no different. We’ve compiled a list of top alternatives to Zapier to give you the best choices for your website automation. As a side benefit, all of these alternatives work with WP Zapier...
Create a WooCommerce Product Programmatically

Create a WooCommerce Product Programmatically

This guide will show you how to create a WooCommerce product programmatically. This is intended for developers or people comfortable to work with code. WooCommerce uses a Custom Post Type to create and store products, we’ll create a simple product via PHP and...