Creating a custom wp-cli command
Introduction Last week, we learned how to use wp-cli to run commands for your WordPress install without using the GUI, and how to script commands to create batch operations. This…
HALLOWEEN SALE: Get Up to 75% Off On UNLIMITED DOWNLOAD Plans!
ACTIVATE DISCOUNT!Introduction Last week, we learned how to use wp-cli to run commands for your WordPress install without using the GUI, and how to script commands to create batch operations. This…
When using functions with WordPress, you'll sometimes need to get the URL of the page you're currently on. Whether it is for a custom PHP code, snippet, or script, knowing…
Although you might know how to use git to manage revisions of your code, you might still be wondering: why would you want to do anything from the command line,…
Did you ever want to create custom post types for WordPress but never knew how? Well, you're not alone. Creating custom post types was a challenging task that only skilled…
This tutorial will teach you how to deploy your WordPress site on Digital Ocean (DO), one of the major cloud providers available in 2021. We will create a Digital Ocean…
A title tag is one of the most important aspects of SEO for any page on your WordPress website. By default, the title tag is generated automatically by WordPress to…
Introduction Using git to track changes in your WordPress website and deploy it is a great idea and easily done. With git, you will be able to keep a record…
Every fresh installation of the default WordPress theme comes with the 'proudly powered by WordPress' text. Many users prefer you delete this paragraph or use their text instead. This article…
This tutorial will walk you through installing a fresh copy of WordPress on an Amazon Web Services (AWS) EC2 (Elastic Cloud Compute) server. You can use this to create a…
The WooCommerce button color is inheriting the CSS of the currently active theme on your website. Changing the WordPress theme will change the color, but there are better solutions to…