Finally, a Free Theme for WordPress That Doesn’t Suck!

Finally, a Free Theme for WordPress That Doesn’t Suck!

We’ve all been there. Scrolling through an endless sea of free WordPress themes and hoping for that one particular thumbnail to appear so we can build our website. But, unfortunately, the deeper you search, the deeper you find yourself in the repository. It can be...
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...
Change Shop Title For WooCommerce

Change Shop Title For WooCommerce

This article will show you how to quickly change the “Shop” page title of your WooCommerce store via the WordPress dashboard and with a custom code snippet. Changing the Shop Page Title For WooCommerce To change the shop page title for WooCommerce works...
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...
Redirect User’s On WordPress Logout

Redirect User’s On WordPress Logout

In this short guide, we will cover how to redirect user’s to a specific page when logging out of their WordPress account. This will require a little bit of copy, pasting and possibly editing the line of code for wp_redirect to the specified URL you would like...