Below you will find pages that utilize the taxonomy term “CMS”
Posts
The WordPress Rabbit Hole
There is a particular kind of afternoon that WordPress users know well. It begins with a minor irritation — an option that does not behave, a setting that appears to have no effect, a folder structure that persists despite being told not to. It ends, some hours later, in the same place it started, except now there are seventeen browser tabs open and a vague sense that the problem was never really the problem.
Posts
Choosing a CMS Is an Editorial Decision
The decision most independent publishers treat as technical is actually editorial. Which content management system you write in shapes how you write, how frequently you publish, what kinds of content feel natural versus effortful, and how much cognitive overhead gets consumed by the platform before any writing happens. Getting this decision wrong is not catastrophic — migration is possible, if annoying — but getting it right from the start eliminates a category of friction that compounds over time.
Posts
The Case for Owning Your Blog in 2026
Most writers who start blogs on hosted platforms eventually encounter the same problem. The platform changes its algorithm, adjusts its monetization terms, deprecates a feature they depended on, or simply makes decisions that prioritize its own interests over theirs. This is not a failure of any particular platform. It is the structural logic of platforms whose revenue does not depend on the writers they host. When your blog lives on someone else’s infrastructure, the decisions that affect it most are made by people whose incentives are not aligned with yours.
Posts
Drupal vs WordPress for Large Publishing Operations
Both Drupal and WordPress power large publishing operations. The New York Post, The Economist, and Condé Nast have used WordPress at enterprise scale. The Economist, Reuters, and major government and academic publishers have built on Drupal. Saying one is categorically superior gets the question wrong — they represent different engineering philosophies that create different strengths and different friction points.
For a publishing organization evaluating both seriously, the decision turns on a handful of specific characteristics.
Posts
Getting Started with Drupal for Publishing Organizations
Drupal occupies a specific and durable niche in the publishing world. It is not the easiest CMS to get started with, and it is not trying to be. What it offers is a structured, extensible content management framework that scales to genuinely complex editorial operations — the kind where content types, taxonomies, workflows, and access control matter as much as the editing interface.
Major news organizations, government publishers, universities, and enterprise media companies run on Drupal.
Posts
How to Add Search to a Hugo Site
Hugo is fast, flexible, and opinionated in all the right ways — but it ships without built-in search. Since Hugo generates a static site, there is no server-side query engine to call. Search has to be handled either at build time, client-side in the browser, or through a third-party service. Each approach has tradeoffs worth understanding before you commit to one.
This guide covers the main options and walks through the implementation that works best for most publishing workflows.
Posts
What Is a Headless CMS? A Publisher's Guide
The term “headless CMS” gets used loosely enough that it has started to lose meaning in some conversations. Publishers evaluating content infrastructure deserve a clear definition, a realistic picture of the tradeoffs, and an honest sense of when the architecture is actually the right fit.
What “Headless” Means A traditional CMS — WordPress, Drupal, Joomla — couples content management with content presentation. The system stores your posts in a database, applies templates to them, and renders HTML pages.
Posts
WordPress Multisite for Network Publishers
WordPress Multisite is a feature built into WordPress core that enables a single WordPress installation to power a network of independent sites. Each site in the network has its own content, users, and settings, while sharing a single codebase, plugin installation, and server infrastructure. For publishers operating multiple properties, it is worth understanding clearly — including where it helps and where it creates problems.
What WordPress Multisite Is Activating Multisite converts a standard WordPress installation into a network.
Posts
WordPress vs Hugo: Choosing the Right Platform for Your Publishing Site
For publishers setting up a new site — or reconsidering an old one — the choice between WordPress and Hugo comes up constantly. Both are capable, widely used, and well-supported, but they represent fundamentally different philosophies about how a website should work. Picking the wrong one creates friction you will feel every day.
The Core Difference WordPress is a dynamic content management system. Every time a visitor loads a page, WordPress queries a database, assembles the page from PHP templates and stored content, and serves the result.