Maintaining Your WordPress Site

WordPress Maintenance Checklist

Launching your WordPress site is just the beginning of its life on the web. You’ve conceived and birthed your baby… but now you’re in charge of feeding and protecting it.

Owning a website is a responsibility.

There’s a lot to consider, more than most people realize when they are just starting out. Neglecting your site means it could get hacked, suffer from broken links, or an unplanned update breaking your contact form. Any of which could result in lost search engine rankings, decreased traffic and/or lost leads.

Here are some of the main tasks you’ll have to do on a regular basis to keep your site in excellent health.

Read More

How To Set Up a Free Download with Email Capture in your WooCommerce Shop

Free Downloads in WooCommerce

I’ve had some clients in the past who wanted to set up a free download in their WooCommerce store, as an email list building strategy.

In reality it can be a little cumbersome to do a free download in exchange for an email address within a store context because it takes several more clicks on the part of the user, than it would for a typical opt-in form. The steps I provide here will significantly streamline the process. I wouldn’t recommend it as your only opt-in process, but if you really want/need to use your WooCommerce store for this, the method below will certainly ease the pain points.

Read More

2 Ways To Safely Customize Your WordPress Site Without A Child Theme

2 Ways to Customize WordPress

This year (2016) I gave a talk at WordCamp San Diego as part of the Beginners’ Bootcamp, entitled “Customizing Without Hacking”. It was an introduction to best practices for customizing WordPress without doing anything that will break your site or make it a nightmare to maintain.

Learning from the beginning how to customize the right way will make your future-self’s life much easier:

  • Your changes will be future-proofed to keep each layer of your site update-able: WordPress core, themes, plugins.
  • Using WordPress best practices means that if you are building the site for someone else to maintain, or if you will have someone else helping you in the future, they won’t have be Sherlock Holmes to figure out how the site works.
  • You’ll have confidence and peace of mind when experimenting with your site, knowing that you’re not going to break something beyond your own ability to repair.
Read More

The Most Flexible Featured Posts Widget You’ll Need

Flexible Posts Widget WordPress Plugin

Recently I had a client that needed to display a grid of images in a sidebar widget, each one of which would link to a different page. Previously they had hard coded all the images and links as HTML in a text widget but this was understandably a pain for the client to maintain and update.

I previously used Special Recent Posts as my go-to plugin for this type of thing (although I’m not sure it could handle Pages) but the free version is no longer being updated so I needed a new solution. Fortunately I found the Flexible Posts Widget plugin – the best featured posts widget I think you’ll ever need.

Read More

Do You Need A Child Theme?

Do You Need A Child Theme

Creating a child theme is generally the best practice  for modifying or customizing an existing theme. However in a couple of cases there may be another, easier way, especially for beginners and non-coders.

Why Use A Child Theme?

If you need to modify your WordPress theme by editing any of the code, a child theme provides a way for you to do this safely. By “safely” I mean that it enables you to keep all your modifications separate so that you can continue to update the main, or parent theme in the future.

Let’s break that down a little further.

A theme is a set of files that lives on your server. In the screenshot below, I’m using an FTP program to look at my server but you would see the same thing if you used the File Manager from inside your web hosting cpanel. Once you navigate to the
wp-content folder you will then see the themes folder. Within that you’ll see a folder for each theme you have installed. In the screenshot below you can see some of the files and folders that comprise the Twenty Thirteen theme:

Read More

How To Make Sure Your WordPress Site Looks Good on Facebook

how to make your WordPress site look good on Facebook

Here’s an interesting factoid for you. Approximately once every 13 seconds* another blogger posts on an internet forum or group a variation on the following question: “Why does Facebook always show the wrong image when I post a link to my blog ?!!”

This post is a guide to what’s going on and how to make it right.

I preface it with this caveat:

Facebook is a mean ole bully and often changes the way that it operates suddenly and without warning. What works today could become obsolete tomorrow. Today, this is what works.

Get To Know The Open Graph Protocol

The Open Graph Protocol is a particular set of meta data – that is, information about your site, that goes into the code of your site. Both Facebook and Google Plus look for this meta data in order to learn about your website.

When it’s all present and correct your site looks lovely in Facebook.
When it’s not there, they make stuff up based on whatever they can grab.

Read More