10 signs there might be a problem with your website

You’ve got a successful business, you’ve got a website, but is your site bringing in as much business as it could? Here are 10 signs to look out for that mean there may be a problem! Please note; I’m using Google here when referring to a search engine as it’s the largest and therefore the one we generally focus on … Continue Reading

WordPress – Install Contact Form 7 and Minimise Spam Without Missing Messages

WordPress tutorial – how to install Contact Form 7 with message logging, Google CAPTCHA V2 integration and extra anti-spam measures Step 1 – install the required plug-ins From your WordPress dashboard, go to the plug-ins menu and select ‘add new.’ Search for, install and then activate the following: Contact Form 7 Really Simple Captcha Insert … Continue Reading

WordPress – change the default ‘from’ information

The default email address and from name in WordPress notification emails can be easily changed by editing your functions.php file Simply add the following code (remembering to change the email address and name to the ones you want to use instead) add_filter(‘wp_mail_from’, ‘new_mail_from’); add_filter(‘wp_mail_from_name’, ‘new_mail_from_name’); function new_mail_from($old) { return ‘yourname@yourdomain.com’; } function new_mail_from_name($old) { return … Continue Reading

October 2015 – Seven Creative turned 10 years old!

October 2015 – Seven Creative turned 10 years old! 10 years ago Seven Creative was established, and since then, we’ve helped over 300 local, national, and international business grow To celebrate our birthday, we’d like to tell you a little about some of the services you can use to grow your business, show you a … Continue Reading