-
-
Add custom.js to functions.php in WordPress 7.0
WordPress never automatically queues a custom JavaScript file on the front end by default, even in modern Full Site Editing (FSE) / Block themes. While modern WordPress sites handle a lot of functionality…
-
Add style.css to functions.php in WordPress 7.0
WordPress never automatically queues style.css on the front end by default, even in a modern Full Site Editing (FSE) / Block theme. While FSE themes rely heavily on theme.json for global styles, your…
-
How to Add Custom Fonts to WordPress 7.0
Method 1: Using WordPress Font Library In WordPress 7.0, the preferred method is WordPress Font Library to allow access to Google Fonts so WP Core will handle the download and enqueue. Head to…
-
Install New WordPress site from SSH
The Terminal-Only Deployment This guide outlines the streamlined workflow for deploying a standalone WordPress installation onto a custom subdomain utilizing SSH, cPanel UAPI, and WP-CLI, bypassing the graphical cPanel interface entirely. 1. Connect…