Category: Tips for Developers
-
Can Your Site Benefit from a WordPress Reverse Proxy?
While explaining how it works is a little more difficult, the essence of what a WordPress Reverse Proxy does is simple. It allows your WordPress site to be viewed through another domain, so that your visitors have no idea they’re on a different site or system. For example, let’s say you have a WordPress blog…
-
How to Find the Post ID in WordPress
Introduction to WordPress IDs When I first started using WordPress several years ago, I remember a plugin asking me for a post ID. I thought I was picking up WordPress quite quickly, but this one had me stumped. I could see the name of my post, I could find the URL – but I had…
-
The Complete Guide to Creating Custom Shortcodes in WordPress
In this post, we’ll take you step-by-step through the process of creating and using your own custom shortcodes. We’ll go over what shortcodes are, walk you through the entire process of creating a new shortcode, and show you how to modify and control the shortcode attributes and functions. Please note that this is a more…
-
What is WP-CLI? And Why You Probably Want It.
A lot of developers seem to enjoy grunt work – the thrill of fixing problems, building things, and losing yourself in lines of code. But there’s only so much time in the day. And you probably have better things to be doing than repetitive tasks that end up taking longer than they should. When you…
-
What is WordPress Multisite Mode?
Let me guess. You’re cruising around the internet looking for a place to host your multisite setup on WordPress, or maybe you’re just thinking of going down the multisite path but haven’t even gotten started yet. Have no fear, Pagely is here. Introduction to WordPress Multisite For those of you who haven’t gotten started yet,…
-
IPv4 vs IPv6
IPV4 vs IPV6 Understanding IP Addresses: The Basics This post is part of a series designed to help developers who are just starting out understand some basics and how they relate to WordPress. This tenth post in the series is about the IP address system, and in particular IPv4 and IPv6 and why knowing about…
-
SSH Basics
Introduction to SSH for Beginners This post is part of a series designed to help developers who are just starting out understand some basics and how they relate to WordPress. This fourth post is about SSH which we offer on our VPS and Enterprise plans. The previous post on FTP vs SFTP touched on SSH…
-
FTP vs SFTP
This post is part of a new series designed to help developers who are just starting out understand some basics and how they relate to WordPress. This post is about FTP including its cousin the secure version (SFTP), and will attempt to explain the difference between the two and why they matter if you’re developing…
-
Git Basics
This post is part of a series designed to help developers who are just starting out understand some basics and how they relate to WordPress. This post iin the series is about Git, which, unlike previous posts, doesn’t stand for anything and is neither an acronym, initialism, nor abbreviation. We’ll walk you through the basics…
-
HTTP vs HTTPS
This post is part of a series designed to help developers who are just starting out understand some basics and how they relate to WordPress. This post is about HTTP (including its cousin, the secure version) and will attempt to explain the difference between the two and why they matter if you’re developing a WordPress…