Noindex,follow always added to head

I came across a scenario when I was debugging a website recently in that the header contained the Noindex,follow tag no matter what optiosn were selected in the WordPress admin area. This is because of Disallow indexing plugin included. It’s a must use plugin that get’s installed when you install bedrock. If you change the environment … 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