Below you will find pages that utilize the taxonomy term “CMS”
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.