Migration to Amazon Lightsail
Lightsail includes everything you need to launch your project quickly – virtual machines, containers, databases, CDN, load balancers, DNS management etc. – for a low, predictable monthly price.
Web Developer, Brighton UK
Lightsail includes everything you need to launch your project quickly – virtual machines, containers, databases, CDN, load balancers, DNS management etc. – for a low, predictable monthly price.
Ask various developers what their preferred list of WordPress plugins is and you’ll get a varied and subjective list. The immense repository of WordPress plugins available to users is so overwhelmingly vast, it’s likely that nobodies two lists will look the same. With that being said, I’ve decided to write my list of trusted WordPress … Read more
Usually, when it comes to setting up a local dev environment you have a few options. I’m here today to share with you, the joy that is Laragon. The fastest way to set up WordPress (or any other PHP CMS really) on a local machine. Depending on your operating system, most people would opt for … Read more
If you’re asking “What development language or framework should I learn in 2020?”, then this post is for you! I too was intrigued by this question and it got me wondering how I should go about figuring this out. It dawned on me that the best way to figure this out, would be looking at … Read more
I recently needed to pull through 2 or 3 posts (they were recipes in this instance) from another WordPress website into the current WordPress project I was working on. It seemed tricky at first and then I remembered the WordPress Rest API! As of version 4.7, the REST API is included out of the box and … Read more
A belated but happy new year. Yeah, I know we’re half-way through February already, but I felt obliged to state the obvious. Speaking of such, welcome to my new website, sporting a brand new look. I realized towards the end of 2016 that a website redo was much needed, but finding time between the end … Read more
WordPress.com vs WordPress.org: What’s the difference? If you’re new to the world of WordPress or website development, you may be wondering what the difference between WordPress.com vs WordPress.org is? The short answer is; WordPress.com is a service and WordPress.org is software. Both do the exact same thing and they do it exceptionally well, however they each deliver the … Read more
Using themes in WordPress is fantastic for getting your website up quickly, but what if you want to add custom CSS to a WordPress theme and override the styling? One way to change the default behaviors of WordPress is using a file named functions.php. It goes in your Theme’s folder. – WordPress.org Codex There is … Read more