31 articles
Knowledge Base
WordPress Core & Admin
31 articles in the WordPress Core & Admin category · page 1 of 2.
- Recovering a WordPress site from a failed automatic update on cPanel A working playbook for recovering a WordPress site after a failed automatic update on cPanel — diagnosing the state, completing or rolling back the update, and preventing the next one.
- WordPress Core Web Vitals: INP optimization for interaction-heavy sites WordPress INP optimization grounded in the three phases of an interaction — input delay, processing time, presentation delay — and the long-task culprits that drive each phase.
- WordPress Multisite common issues on cPanel and how to fix them The most common WordPress Multisite issues on cPanel — wildcard DNS, SSL coverage, child site URL rewriting, plugin compatibility — with the fixes that actually work.
- Clearing a WooCommerce Action Scheduler backlog on cPanel How to diagnose and clear a WooCommerce Action Scheduler backlog on a cPanel-hosted site — what the queue contains, why it grows, and how to bring it back to current.
- WordPress "Error establishing a database connection" on cPanel How to diagnose and fix the WordPress error establishing a database connection on a cPanel server — credentials, MySQL service, connection limits, and corrupted tables.
- WordPress theme management at scale across cPanel accounts via WHM Managing WordPress themes across many cPanel accounts on the same WHM server — inventory, updates, removing abandoned themes, and the security implications of unused themes.
- HTTP 500 on WordPress after a plugin update on cPanel Diagnosing and reversing an HTTP 500 on a WordPress site after a plugin update on cPanel — log isolation, plugin rollback, and how to prevent the next one.
- WP Toolkit vs WP-Admin updates on cPanel — choosing the right path When to update WordPress via WP Toolkit, WP-Admin, or WP-CLI on cPanel — the trade-offs, the use cases, and which one suits which workflow.
- WordPress Advanced Custom Fields — common issues and the tradeoffs vs Meta Box and Pods WordPress ACF is the default custom fields choice for most teams. The common issues at scale and the honest tradeoffs against Meta Box and Pods when ACF starts hurting.
- WordPress compatibility check before a PHP version bump on cPanel How to verify a WordPress site will survive a PHP version bump on cPanel before flipping the switch — plugin/theme audit, code scan, staging verification.
- Running WordPress multisite in production Multisite trades per-site separation for a shared codebase. The decisions that survive scale — subdomain vs subdirectory, plugin scope, uploads — are made early.
- Disabling plugin and theme auto-update site-wide on WordPress on cPanel How to disable plugin and theme automatic updates across an entire WordPress install on cPanel — wp-config constants, filters, and the trade-offs against managed-update flows.
- Identifying the plugin slowing down WordPress admin wp-admin takes 8–15 seconds while the front end stays fast. Here is the diagnostic procedure to find which plugin is responsible, without disabling plugins one by one.
- WordPress White Screen of Death on cPanel — how to find the cause A working playbook for the WordPress white screen of death on cPanel — turning on the right logs, narrowing to a plugin or theme, and getting the site back without losing data.
- WordPress plugin management at scale across cPanel accounts via WHM Managing WordPress plugins across many cPanel accounts on the same WHM server — inventory, bulk updates, and the WHM-side tooling that makes this practical.
- Manual WordPress install on cPanel without Softaculous A step-by-step manual WordPress install on cPanel — download, database, wp-config, salts — written for operators who want to know exactly what landed on disk.
- WordPress admin-ajax.php hot path: diagnosis when it dominates your access log admin-ajax.php is the catch-all WordPress endpoint that becomes a hot path under specific failure modes. The diagnostic that identifies which plugin or action is responsible and the fix patterns for each.
- Replacing WP-Cron with system cron on cPanel for WordPress Why WP-Cron is unreliable for important scheduled tasks on WordPress, how to disable it cleanly, and the exact cPanel cron entry to replace it with.
- WordPress Core Web Vitals: CLS optimization without breaking the layout WordPress CLS optimization that targets the real causes — images without dimensions, web fonts swapping, late-loading ads — without the heavy-handed "reserve space everywhere" fixes that break responsive design.
- WordPress "There has been a critical error on this website" on cPanel How to investigate the WordPress critical-error page on cPanel — the recovery-mode email link, the error log, and recovering the site without losing changes.
- WordPress "Briefly unavailable for scheduled maintenance" stuck on cPanel Clearing the WordPress "Briefly unavailable for scheduled maintenance" stuck-maintenance message on cPanel — the .maintenance file, what writes it, and how to keep it from sticking again.
- Softaculous WordPress installs on cPanel — defaults that bite A walkthrough of the Softaculous WordPress installer defaults on cPanel and the four toggles you should change before the first install, not after the first incident.
- WordPress admin notices — silencing the noisy without missing the important WordPress admin notices from plugins drown the real warnings in vendor noise. How to suppress promotional notices, keep critical ones, and stay sane.
- WordPress admin slow: the full diagnostic from heartbeat to autoload A slow WordPress admin can come from heartbeat traffic, autoload bloat, plugin AJAX, or external API calls. Here is the WordPress diagnostic that finds the actual cause.