Business

Optimise Your Business WordPress Theme for Human Users, Not Just for Search Engines

You have just installed a WordPress blog. Now what?

There are many free WordPress themes around. A common mistake is to just pick a random theme from the first page of available themes so that you can quickly move on to developing your products or textual content.

Your blog theme is the most salient part of your website. The theme is what your visitors see first and what they will continue to see in every post, page, online comment, and indeed every word in your WordPress blog.

Choosing a suitable theme will enhance your blog content and make visiting your blog an enjoyable experience for your human readers. Choosing the wrong theme will diminish all of your blog content and cause readers to leave because of a poor user experience.

We often focus so much of our attention on search engine optimization that we forget about optimizing our blogs for our human readers.

Search engines do not click on our ads or buy our products – it is our human readers who do that. SEO will help get more visitors to your blog, but if your blog is dilapidated, challenging to navigate, or just boring, your visitors will quickly move on to something else.

If you make a terrible first impression, it does not matter your content because everyone will be gone before reading even one of your carefully crafted words.

Here are some things to look for when choosing a WordPress theme.

1. Easy to read

Font size

Make things simple and comfortable for your readers. A common mistake is to use a theme with fonts that are too small. Try reading really small text, and you will find that your eyes tire more easily. Use a large enough font size so that regular mortals can process your blog content without developing eye strain and a headache.

Colours

Do not pick a WordPress theme with too many colours or clashing colours. This distracts your readers and makes your content difficult to read.

Pick a background theme that suits the content of your blog. A dark background is good for blogs containing many videos or pictures. The dark background will bring out the colors in your pictures and make them look more compelling.

However, it is easier to read text on a light background. If you are publishing mostly textual content, it may be best to pick a light WordPress theme and put a dark border around your blog images.

Fixed width

There are two general classes of WordPress blog themes – fixed width or variable width.

A variable-width theme will expand or contract your blog based on your reader’s browser window. A fixed width theme has a predefined width that will always remain the same size irrespective of the web browser window.

Initially, it may seem that a variable-width theme is superior because it can flexibly adapt itself to your reader’s environment. However, a variable theme has two big weaknesses.

a) It is difficult for human readers to process long lines of text.

You can try this yourself. Set your browser window to full screen, then activate the Classic WordPress theme, which is variable width. After reading through some content in your blog, switch to the Default theme, which is fixed width.

b) It is difficult to properly layout a page with variable width.

Variable width designs do not generally allow for fixed-position elements. A more complex variable-width layout may run into deep design issues later on because it must accommodate any browser window size.

On the last check, the most popular themes on WordPress.org are all fixed-width.
2. Widget ready

Widgets are a very powerful part of your WordPress blog. Adding widgets will allow you to integrate common functions into your blog without writing them yourself from scratch.

For example, on my dog WordPress blog, I have a variety of widgets at the top, right, and bottom of my page. You can even add Google AdSense blocks easily into your blog using the Text widgets that come with your WordPress blog installation.

You want to pick a widget-ready WordPress theme, i.e., it contains one or more areas for you to add in the widgets of your choice. WordPress themes that offer many widget areas (e.g., the Thematic theme) are easier to customize and give your blog a unique look.

Remember not to visually overload your blog design with too many widgets. You do not need to fill all the available theme areas with widgets. However, a more widget-open theme will give you the flexibility to place your chosen widgets in a large number of locations.

WordPress themes that are not widget ready will be a lot more limiting unless you are comfortable creating and adding widget areas into the theme by editing the CSS and PHP template files.

The Shiba WordPress theme has widget-ready areas in the header, sidebar, and footer. The Shiba WordPress theme has widget-ready areas in the header, sidebar, and footer. The Shiba WordPress theme has widget-ready areas in the header, sidebar, and footer.

3. Customizable

You want to pick a WordPress theme that will allow you to do some visual customization. At the very least, you want the ability to change the header image to something appropriate for your blog content. If a WordPress theme does not allow for any visual customization, then chances are –

a) You won’t have a unique blog.
b) Your blog design will not reflect your blog content.

A bland, non-unique blog suggests bland non-unique content, and many readers may leave based on that alone.

The bad news is that most free WordPress themes only have very limited custom capabilities. Any true customisation, will usually require editing the theme CSS, HTML, and PHP code.

Other options are to purchase a custom-designed theme, purchase a premium theme, or use a theme generator. These options can get expensive and do not provide a cheap and easy way to do incremental and ongoing blog customizations.

When I was looking for a WordPress theme for my blogs, I could not find one that suited my purposes and offered simple customization options without requiring at least some CSS editing. Therefore, I decided to create a theme that did just that. Visit the Shiba WordPress theme homepage and check it out.

The Shiba WordPress theme allows customization of blog header, footer, and sidebar images through a visual interface on your WordPress dashboard. You can also easily customize your blog colors, add Google AdSense blocks, as well as a privacy policy link.

Customize your header, footer, and sidebar images. Customize your blog colors. Save and restore your blog designs.

Last Word on WordPress Themes

WordPress is a great platform to use for your blogs because it is open-source, and you can pretty much do whatever you want with it. For example, I was able to integrate my WordPress blog with my static web pages to use WordPress to handle and filter comments for my static website.

You can also edit an existing WordPress theme and make it look and do whatever you want. I have found great flexibility in the WordPress system and an extremely useful API set.

If you want to start doing some WordPress theme editing, learn about CSS (Cascading Style Sheets). With that alone, you can achieve much in personalizing your WordPress blog. Start with a flexible WordPress theme (in addition to Shiba, consider Sandbox, Hybrid, or Thematic), and create a simple child theme with just a style.css file.