Revisr is a WordPress plugin that provides you with version control features within WordPress. In this article, we cover the basics of how to use Revisr.
Tag: ChrisB
In this article, Firdaus Zahari covers the basic anatomy of the WP_Error class, how it works and how to integrate the WP_Error class within our application.
In this article, Narayan Prusty demonstrates and shows you how you can easily build your own social sharing plugin for WordPress from scratch.
In this article we show you how to work with the WooCommerce cart. We'll use several examples working with the cart, using WooCommerce actions and filters.
In this article we discuss the WordPress Dashboard Widgets API. This API lets themes and plugins add, remove or re-position WordPress dashboard widgets.
In this article we show you how to add new custom meta boxes - as well as save, validate and retrieve custom meta data on the front end of WordPress.
In this article, we give you a brief overview of WooCommerce actions and filters, demonstrating what you can with even just a little bit of custom code.
In this tutorial, I will show you how to create post series plugin. You can also integrate the same code into a theme and provide it as theme functionality.
In this tutorial we'll cover OAuth, how Twitter uses it for authorizing HTTP requests to its API, and build a PHP class powered by the WordPress HTTP API.
This tutorial walks you through the steps for creating an awesome WordPress.org page for your plugin, essential to help users discover your work.
We show you how to use Gravity Forms with the PayPal Payments Standard Add-On to create custom forms to handle payments on your WordPress website.
This article covers how to create WordPress posts from CSV data by taking data from CSV files and turning it into WordPress posts for a custom post type.
In this tutorial we show you what theme customization is from a user's perspective. We also walk you through using the WordPress Theme Customization API.
This article explores the basics of the WordPress template hierarchy, which determines the order your template files are loaded within your WordPress theme.
In this article, we will take a look at the wp-config.php file in order to know what it is, what it contains, and what we can (and must not!) do with it.
If you want to provide maximum compatibility with other plugins and themes available, asset handling in WordPress is definitely a skill you should master.
In this tutorial we create a WordPress plugin that can disable our website for users of AdBlock or display alternative ads on our website to AdBlock users.
In this article we take a look at the power of WordPress page builders and their usage, covering 3 of the most popular page builder options available today.
In this article, we cover some of the best WordPress plugins for writers. Everything from editing and proofing through to revision control and statistics.
In this article, we show you how to create your own custom shortcodes for WordPress to allow users to add dynamic and complex functionality to their website.
In this article we walk you through the fundamentals of XML-RPC for WordPress, including the basics of XML-RPC and how WordPress exposes this protocol.
In this article we show you how to allow your customers to easily redeem a product they have already paid for via a WooCommerce redeem products page.
The Genesis framework is one of the most popular WordPress theme frameworks available. In this article we look at some of the reasons why it's so popular.
While it's impossible to explain every WordPress issue within this article, this guide should help you navigate a few of the most common mistakes.
In this article we show you how to use the new No CAPTCHA reCAPTCHA, integrating it with the WordPress login, registration and comment forms.
Apache Solr is an Open Source, enterprise search server. In this article we walk you through integrating Solr and WordPress for high performance search.
In this tutorial we show you how to let users easily add user generated content in WordPress. We'll cover the built-in features as well as a popular plugin.
This article will outline what you need to know about WordPress Administration Filters, including what's available via the posts administration screen.
oEmbed is one of the handy WordPress features that makes life easier. In this article we cover what oEmbed is, and how oEmbed and WordPress work together.
In this article, we introduce disposable email addresses (DEAs) and create a plugin using the HTTP API that prevents users from using them on your own site.