Articles
Page 8
All the Categories
WordPress, add custom HTML into Blocks using Code Editor
~7 Mins Read
~7 Mins Read
These are the two methods you can use to add custom HTML into Gutenberg Blocks without having to add a HTML Block to achieve the same thing.
Install ACF with Composer using auth.json for authentication
~3 Mins Read
~3 Mins Read
Brief overview how to Install ACF with Composer using auth.json for authentication and use gitignore as a precautionary tactic for the key.
WordPress, receive outgoing emails using Proton Mail Paid Plan
~8 Mins Read
~8 Mins Read
Receive outgoing emails from WordPress into a Proton Mail Paid Plan using MailerSend. Follow the three steps to configure for your setup.
Moving from Google Workspace to a Proton Mail Paid Plan
~11 Mins Read
~11 Mins Read
The process I used to transfer a Domain from Google Workspace to a Proton Mail Paid Plan with a step by step guide on what to expect.
Topic: #Tech-Stack
WordPress, add click to copy functionality to core code block
~8 Mins Read
~8 Mins Read
How to add 'click to copy' functionality into the WordPress Core Code Block without a plugin. All code included – CSS, JavaScript and PHP.