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

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

Writing Code in Your WordPress Posts

To set your code aside so that it looks like a box of code which may be copied and pasted within other code or template file, you can use the <pre> HTML tag. The <pre> tag instructs the browser to use a monospaced font, but to exactly reproduce whatever is inside of the <pre> tags. Every space, line break, every bit of code … Continued