Velvet Blues Update URLs

If you move your WordPress website to a new domain name, you will find that internal links to pages and references to images are not updated. Instead, these links and references will point to your old domain name. This plugin fixes that problem by helping you change old urls and links in your website. Features: … Continued

ACF Pro Composer Install

When installing Advanced Custom Fields (ACF) Pro via composer I was getting the following error: “The requested package advanced-custom-fields/advanced-custom-fields-pro could not be found in any version, there may be a typo in the package name.” To resolve this I had to add a custom repository to my composer.json file in the repositories section: { “type”: … Continued

Amazon SES SSL Hostname

I use Amazon SES 99% of the time to relay emails from online platforms and WordPress sites; with WordPress in particular I have been using the Easy Wp SMTP plugin. Most of the time it is never a problem using the standard SMTP details you are provided with from Amazon SES, but in some cases … Continued

Sage theme install

Installing Sage Based on our previous article How to install Bedrock, a WordPress boilerplate you will have a WordPress site up an running. We will now be building our template to control the layout of our site. # Change directory to our themes folder $ cd /var/www/example.co.uk/public_html/bedrock/web/app/themes/ Install Sage using Composer from your WordPress themes directory … Continued

How to install Bedrock, a WordPress boilerplate

What is Bedrock? Developed by https://roots.io/, Bedrock is a WordPress boilerplate used to help organize your WordPress project, structure configuration files, and manage plugins with Composer. Working as part of a team it has enabled us to maintain a standard structure for all our newly deployed WordPress sites. The organization of Bedrock is similar to … Continued