My process for setting up a Drupal multisite environment.
Continue reading “Setup Drupal 9 Multisite on a web server, along with a local development copy”Enable SVG Support on the Drupal Media Library
Enable SVG Support on the Drupal Media Library.
Continue reading “Enable SVG Support on the Drupal Media Library”Install Drush for Drupal 8 on a CPanel web server
This proved much more difficult than it should have been, so I wrote this article.
Continue reading “Install Drush for Drupal 8 on a CPanel web server”Drupal Twig templates – enable debugging
Enable Twig debugging in Drupal such that browser dev tools display Twig template responsibilities and overrides.
Continue reading “Drupal Twig templates – enable debugging”WordPress Advanced Custom Fields Cheatsheet
A quick reference for Advanced Custom Fields for WordPress, to be used to get a project started quickly.
Continue reading “WordPress Advanced Custom Fields Cheatsheet”WordPress get next/previous post URL
This method works for WordPress posts as well as custom post types.
Continue reading “WordPress get next/previous post URL”Disable update notifications for WordPress themes and plugins
There may come a time where a theme or plugin cannot be updated for some reason or another, while it persistently harasses you in WP Admin.
Continue reading “Disable update notifications for WordPress themes and plugins”Add Styles and Scripts to a WordPress child theme
Load WordPress scripts and styles the right way, by adding the following code to functions.php.
Continue reading “Add Styles and Scripts to a WordPress child theme”Automatically backup WordPress to Google Drive
Use Softaculous from cPanel to backup WordPress to Google Drive automatically on a schedule, be it daily, weekly or a custom frequency.
Continue reading “Automatically backup WordPress to Google Drive”Create a WordPress child theme
Providing a starting point for the child theme, which can be activated in wp-admin and then worked on. Requiring only two files style.css
and functions.php
.