How to Remove the Header in WordPress (3 Methods)
If you ever wanted to remove your WordPress site's header but didn’t know how to, you came to the right place. In this article, I’ll show you how to easily…
If you ever wanted to remove your WordPress site's header but didn’t know how to, you came to the right place. In this article, I’ll show you how to easily…
Introduction The requirements page on the WordPress website, recommends using PHP 7. However, it states that PHP 5 can still be used to run WordPress. Currently, it reads: Note: If…
A transparent header will have a see-through background color, so you'll be able to see the section behind it. You can easily create your website header with the theme builder…
Introduction In this post, we will learn how to run WordPress locally on your Mac using MAMP. MAMP stands for Mac, Apache, MySQL, and PHP. It provides the full stack…
Broken links will hurt the user experience and damage your ranking in search engines. Finding and fixing broken links should be a top priority for every website and must be…
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. In this article, you'll learn how to get the URL of the…
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…