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...
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 To Put WordPress Under Maintenance Mode

How To Put WordPress Under Maintenance Mode

Sometimes when you need to run scheduled updates to your WordPress site, it’s a good idea to put it under maintenance. This stops visitors from having a bad experience while you are running the updates/changes to your site. This is great if the updates will take...
Programmatically Create A WordPress Post Or Page With PHP

Programmatically Create A WordPress Post Or Page With PHP

Creating a WordPress page using PHP can be a powerful code recipe to have. In this guide we will share code on just how to do that. This guide will require you to know a bit of PHP to get it working as intended and will cover the basics so that you may implement this...