XAMPP is a popular, free, open-source web server you can install on your computer and use to power local WordPress installations. This makes XAMPP a great option for developers who want to develop sites and test plugins and themes locally before pushing those changes to a live website. Using a local development environment is a...
Meta boxes are a useful feature in WordPress that allow you to add completely custom data to a post or page in WordPress. Say, for example, you’re creating a website for a client that needs to display nutritional information alongside products in a store (as we’ll be exploring in this post). You can add any...
Imagine your WordPress website is a race car and you’re its driver. You’re out there to win the race on a track called the internet. To be the grand prix champion, not only does your car have to be well-tuned (optimized) for speed, you also need to factor in many things. Track builds, weather conditions,...
When you activate Multisite on your WordPress installation, there are many things you need to consider, such as whether you’ll let your users create their own sites, what themes and plugins you’ll make available on the network, and your registration settings. But the one decision that’s challenging to reverse is whether to use subdomains or...
Providing PDF downloads of your WordPress posts can be an effective way for readers to engage with longer content and cut down on TL;DR (Too Long; Didn’t Read) click-aways. In this article, we’ll cover the following: Why Offer A PDF Version Of Your Content? Using Plugins To Convert WordPress Posts Into PDF Files Manual PDF...
Cron Jobs allow you to run scripts and automate repetitive tasks that can take up considerable time if done manually. In this post, we show you how to set up a cron job in cPanel and how to configure a real cron for WordPress. This tutorial covers the following: What is a Cron Job? Parts...
Have you ever tried to change the standard order of posts on your site’s blog page? By default, posts are ordered based on the date that each post is published, and there’s no built-in way to change the order in which posts appear. If you do want to change the post order, you have three...