Mar 17, 2020
In this article you will learn how to correctly add custom CSS to your WordPress dashboard. This is great if you want to create a white-label solution in some cases. Adding CSS to the WordPress area will require some code to achieve. Adding CSS code to the WordPress...
Mar 12, 2020
In this article, we will show you the steps to take to start a podcast using your existing WordPress site using Seriously Simple Podcasting and will be aimed at beginners and will cover the basics of setting up a podcast with WordPress. You may download Seriously...
Mar 10, 2020
Improvements to the download shortcode table. Thanks @mircobabiniEnhancement to show the order name as the download link. Thanks @mircobabiniFixed issue where recurring invoice emails weren’t attaching PDF.Generates a PDF whenever an order is...
Jan 13, 2020
In this guide you will learn how to implement cart recovery for WooCommerce and increase your revenue. What is Abandoned Cart Recovery How often do you visit an online store, add items to your cart but don’t checkout? I’ve done this a few times for many...
Dec 16, 2019
In this guide we will show you how to send a custom WordPress email to a newly registered user. This will use WP Zapier as an example, but these principles may apply to any WordPress hook. WordPress is really awesome, in that there’s almost a function for...
Nov 14, 2019
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...
Nov 8, 2019
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...
Sep 23, 2019
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...
Jul 30, 2019
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...
Jul 22, 2019
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...