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.
Tag: WordPress
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.
Younes Rafie continues his foray into OctoberCMS development by showing you how to build a widget plugin from scratch.
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.
Fortunately thanks to WordPress' extensibility, you can easily convert your WordPress website into a mobile app using an API provided by a standard plugin.
In this tutorial we explore QR codes, and show you how to create a plugin that adds a QR code to the end of every WordPress post representing the URL.
In this article we show you how to use the Shopify API with WordPress, by creating a custom page template to pull a feed of products from a Shopify store.
In this article we walk you through the basics needed to submit a plugin to the official WordPress.org Plugin Directory.
In this article we walk you through integrating a CAPTCHA with the WordPress comment system, using the WordPress HTTP API as you develop your own plugin.