The Thin Line Between Guest Posts and Sponsored Posts

You are reading this on my blog. That is why many people would refer to this article as a blog post (however, I use the terms article and blog post interchangeably). If another blogger had written this blog post for me to gain exposure for their own blog, it could …

READ MORE

How to Reduce the Speed of Your Website with CSS Sprites

CSS sprites allow you to combine multiple images into one. The technique reduces the amount of storage your images use and speeds up the loading of your website. I wrote about the technique in my recent article on WP Hub entitled “Speeding Up a WordPress Website“. I have been working …

READ MORE

Analyse How Your Content is Shared with Tynt

I recently signed up to a service entitled Tynt. They explain that 82% of content that is shared on the internet occurs through copy and paste. What they do is help you analyse that traffic. The service is free and only takes a few minutes to sign up. Once you …

READ MORE

How to Redirect Your 404 Errors to Your Home Page

Last month I showed you how you can redirect your old WordPress permalink structure to /%postname%/. Today I’d like to show you a much simpler snippet of code that helps redirect all 404 not found error messages to your home page. This can be useful if you have a small …

READ MORE