How to add global CSS to all webpages without installing any plugin?
If the goal is to have a PHP file where you can insert CSS into the header of all pages then what you need is a plugin, one of your own creation, not one you install. Create a .php file in the plugins folder, e.g. templaters-plugin.php and insert this: <?php /* Plugin name: Templaters test … Read more