Debugging In WordPress

Debugging In WordPress

In this guide you will learn to how to enable debugging in WordPress, to help find the root of the problem you are facing. Method 1: Debugging WordPress Using A Plugin We’ve found this useful plugin by Andy Fragen, that enables error logging when the plugin is...
Setting Up A WordPress Child Theme

Setting Up A WordPress Child Theme

What Is A Child Theme? As defined by WordPress codex, a child theme is s theme that “inherits the functionality and styling of another theme, called the parent theme.” A child theme allows you to make changes to your WordPress theme without breaking the parent...
Starting a WordPress Membership Site

Starting a WordPress Membership Site

Starting a WordPress membership site doesn’t have to be difficult. Thanks to WordPress and the hard work plugin developers have put into their products. In this guide you will learn how to setup a membership site using Paid Memberships Pro. If you are uncertain...
Caldera Forms Anti Spam Now Supports v3 reCAPTCHA

Caldera Forms Anti Spam Now Supports v3 reCAPTCHA

Drum roll please! Caldera Forms Anti Spam now supports v3 (and invisible) reCAPTCHA. Caldera Forms Anti Spam has grown nicely over the past couple of months reaching over 10,000+ active sites on WordPress.org! (Thank you to all our users that have supported us so far...
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...
Why You Should Attend A WordCamp

Why You Should Attend A WordCamp

WordCamps are non-profit WordPress focused conferences that usually happen over 2-3 days. It can include talks or workshops from setting up an online store to developing your own custom block using React. Here’s a few reasons why you should attend a WordCamp. 1....
Why You Should Start A Membership Site in 2019

Why You Should Start A Membership Site in 2019

If you’ve been contemplating to start a membership site for a while and need a few reasons to persuade your decision, then this post is for you. Recurring Revenue Recurring revenue is a huge factor for implementing a membership solution for your...
How To Get Your PayFast Merchant Information

How To Get Your PayFast Merchant Information

In this guide we will show you how to retrieve your PayFast merchant information that is needed to accept payments online. This article will assume you already have a registered merchant account with PayFast and your account has been verified and approved. Why Would I...
Hide The WordPress Dashboard From Users

Hide The WordPress Dashboard From Users

Hiding the WordPress dashboard area from users or non-admins is popular among WordPress site owners. Here’s a couple of reasons why you would want to hide the WordPress dashboard area from users: You want to improve the user experience for your customers.Have a...
How To Handle Refund Requests

How To Handle Refund Requests

Refunds happen to every business and no business likes to do refunds but it’s important that you do handle refund requests with high priority. Recently (around three to four weeks ago) I purchased products online from reputable online stores, however I never...