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...
WP Zapier And Paid Memberships Pro

WP Zapier And Paid Memberships Pro

We work closely with the team at Paid Memberships Pro. This guide will use a custom function to support for membership level change while using WP Zapier. This will allow you to receive data from Zapier with the key pmpro_level and accepts the membership level...
How To Change The Default From Email For WordPress

How To Change The Default From Email For WordPress

In this article you will learn how to change the default from email address for WordPress. One of the main reasons to change the default email address that WordPress uses to send out emails is for reliability and integrity. Method 1: WP Change Default From Email...
WordPress Actions Vs Filters

WordPress Actions Vs Filters

You’ve most likely seen code within WordPress that uses add_action or add_filter. In this article we take a look under the hood of WordPress and take a dive into actions vs filters. This is a key component that you need to understand, to improve your skills as a...
Add Excerpt To WordPress Pages

Add Excerpt To WordPress Pages

In this short example you will learn how to add a custom excerpt to WordPress pages. If you can copy and paste text and know how to work your website’s file manager or FTP, you will be able to implement this code into your WordPress website. How To Add Custom...