Why you need to feed your website like a pet and take it for walks
Treat your website like a living thing and it will earn its keep. Websites are like living things, they need to be kept secure and looked after and fed, not…
Treat your website like a living thing and it will earn its keep. Websites are like living things, they need to be kept secure and looked after and fed, not…
An often overlooked aspect of websites content is images. They can take time to download and as such can affect your Google rankings and even bounce rate.Image sizes Each pixel…
It’s not the most self-explanatory term in the world. In the very old days, we built websites line-by-line of code all by hand and you needed to be a programmer…
If you’re clever enough to have a profile with TheBestof Sudbury and wondering how to make it work for you, read on… I’m Abbie of Polyspiral Ltd, and I’ve been a member…
In your .htaccess file add RewriteEngine On RewriteCond %{HTTP_HOST} ^www.yourwebsite.com [NC] RewriteRule ^(.*)$ https://yourwebsite.com/$1 [L,R=301]
Swift Slider Instructions Click the headings below to jump to the section: How to add slides How to show the slide in your page How to edit slides We highly…
UPDATE wp_options SET option_value = replace(option_value, 'oldurl.com', 'newurl.com') WHERE option_name = 'home' OR option_name = 'siteurl';UPDATE wp_posts SET guid = replace(guid, 'oldurl.com','newurl.com');UPDATE wp_posts SET post_content = replace(post_content, 'oldurl.com', 'newurl.com'); UPDATE…
Years ago, the main search engines (which back then were Lycos, AltaVista and Yahoo and a few more) used meta tags to decide which results were the most relevant. By the…
Are you struggling to find the time to update your website? You're not alone! But here's the thing: websites can quickly become outdated, which can hurt your online presence. That's…
Planning blog posts can really help with publishing consistency and saves time and effort With WordPress and Drupal, you can schedule posts to be published in the future, so that…