There are two main methods I use to run scripts from a PugJS template, a front-end method and a back-end method.
Continue reading “How to run scripts with PugJS”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
.
Test that email works on a PHP server
If you’re unsure as to whether or not your PHP server is configured for sending email, then this simple script is for you.
Continue reading “Test that email works on a PHP server”