Without a doubt WordPress has enabled my websites to achieve a level of design and marketing lacking from previous static sites I’d built for myself.
This open source CMS (content management system) is a fantastic system ideal for anyone wanting to execute a range of online strategies.
Big businesses, small businesses and various organisations worldwide recognise the power of WordPress not only as a brilliant free tool. but as a prime example of online collaboration. Each iteration of the software is contributed to by volunteers all over the world striving to improve something many of us take for granted.
The popularity of the software is undeniable. Even the White House have used WordPress.
Why Do You Need WordPress?
A content management system is the way forward in this day and age. Considering how the “freshness” factor plays into search engine success, being able frequently add or update website content is important for the competitive edge.
Updating/changing content is a task that should be kept separate from the style and web design. No one wants to have to tamper with code if only adding a new headline or additional sentence.
In a standard static website code editor, text content and style code mixed together, meaning the accidental deletion of design elements is a mistake easily made.
WordPress takes away some of these headaches.
When it comes to coding, the heavy lifting is done for you because it is a framework designed for premade design themes. Some people use themes out of the box while others (myself included) enjoy customising the themes beyond all recognition.
Some people prefer Drupal or Joomla! but the massive WordPress.org community alone is why so many of us love it.
Open Source is the Future
With a team of lead developers and large supporting community comprising thousands of evangelists dedicated to this excellent web design tool, you can bet it will always be maintained, improved and kept available for free.
Some of the best programmers in the world work for Automattic, the central development group contributing to WordPress.
An Important Distinction
It should be pointed out that there is a difference between WordPress.org and WordPress.com. The first is for self-hosted installations with your own original URL while the second is a “free” blog that uses a WordPress subdomain.
If you’re a serious webmaster running a real business you absolutely want the WordPress.org system. WordPress.com is quite restricted by comparison and seems to be the preserve of hobbiests.
Heavily Modify/Customise Pre-Built Themes
So, I touched on themes at the beginning. Let’s expand on it.
A theme is a template design that can be reverse engineered with new features or used out of the box.
You could compare WordPress themes to Lego because, well… you need to use the supplied pieces to assemble your model. Naturally, you can go “off-script” to bend the design rules a little, ending up with a model that is similar to but unlike what you started out creating.
These themes are pre-developed with dozens of customisation options. They are used by both novice and expert developers, comprising over 43 million websites.
Whatever you do, the chances are either you or your webmaster will spend considerable time modifying the style.css file to change the appearance, for which I use Dreamweaver. or Notepad++ to do this.
A WordPress theme can be developed so much that the resulting design is totally unrecognisable from how it looked originally. It would be like customising a car, going so far as to change the bodywork but keeping the chasse as it is.
Indeed, sticking with the motor engineering metaphor for a moment, the engine itself can be replaced, but if it gets to this stage, you’re doing something quite advanced. In such circumstances, you could always switch to a different theme which might already be closer to what you’re aiming for.
There’s millions of tutorial websites dedicated to helping and supporting in your design efforts.
There are several good native themes produced by Automattic bundled with all default installations of WordPress. You’ll see themes with names like TwentyNineteen and TwentyTwenty which are stock templates released every year, and many developers act as a starting point for customisation.
It’s possible to switch to a different theme anytime by choosing the “themes” tab from the menu fly-out inside the WP dashboard.
Dynamic Includes
WordPress websites work by serving template pages dynamically using PHP “includes”.
This is unlike a typical static HTML site where each page is edited one at a time.
We’re instead talking about a template system where the layout uses pre-made elements that automatically piece together like a jigsaw every time you create a new post or page.
With WordPress, the different sections of the page are duplicate PHP files, so you keep the same style and content in headers, footers and sidebars, while only having to focus on producing the content within the post or page editor inside the publishing dashboard.
Basically, most of the site is pre-built and might never need to think about. It’s not until you want to achieve something beyond the “vanilla” functionality of say, sidebars, or headers, that you’d even need to begin changing it.
Content Publishing Platform
Besides creating static pages, having the option to publish content in a “magazine” format is a big win. This is where the phrase “content management system” earns its stripes.
The blog functionality of WordPress can act as a logistical solution to the problem of trying to update a static HTML site regularly.
Let’s face it, creating individual pages by hand the old way is labour intensive. It’s a 1990’s approach which no one wants to go through if they only want to push out a quick update to say you’re hiring, or closed for the holidays, or recently visited a conference, or whatever it is.
With the WP blog, you have a content editor inside the dashboard. Having this functionality at your finger tips is super useful if you’d like to write weekly or monthly posts, which I do here on my own WordPress newsfeed, for example.
Even if you do not intend to “blog”, you can instead set up the entire site using static pages. The pages use an almost identical dashboard to blog posts – the difference is that pages are not added to your website RSS feed and are not timestamped.
Pages are ideal if you’re creating evergreen content that makes up the bread and butter of your site.
What you are reading this very second is content that has been created as a “page” rather than a “post”.
RSS
What else is good about the content publishing features?
Well, there’s the RSS blog feed.
I remember building my own RSS feeds a few years ago with XML files for a static HTML website. The XML file had to be updated manually with a new RSS item each time I added a new page.
There is no need for that now because WordPress handles RSS for me.
If you include a link to your feed somewhere on the site, readers can subscribe to your site and be alerted when new content is published.
WordPress and Search Engine Optimisation
It is easy to add titles, descriptions, excerpts, canonical tags and keywords for each WordPress page, post or category/tag archive. Of course, saying it’s easy is relative, but what I mean is, it’s less hassle than if you were doing it with a hand coded site!
If you’re using one of the WordPress frameworks, the dashboard is usually a little different and some of the search engine options within WordPress take on a different layout.
The screenshot below is taken from one of my Genesis framework themes, so the editor looks a little different to the native WordPress themes.
I like this because it means I not have to install a WP SEO plugin like Yoast. Yoast is fine and all, but Genesis takes care of what Yoast would otherwise do by providing the meta fields for title, description, keywords, excerpts, URL, redirects and canonical URL.
Categories & Tags
Categories and tags are useful for grouping broad topics or themes.
It means your posts (different to pages – there’s a distinction as mentioned) can be published as indexes.
Tags are similar – they’re taxonomies, basically.
Some people use the categories entirely to construct their navigation menu, so the links in the navigation bar can be clicked to display a stream of posts.
Each category or tag has its own SEO dashboard for adding page titles and meta descriptions. It’s a good idea to optimise these.
A lot of WordPress users neglect this which is a great shame because they’re missing the opportunity to write custom titles and descriptions.
Block CSS Stylesheet
If you want to make a change to your site, you only have to tweak the code once, and those changes will display across the entire site.
WordPress stylesheets contain clean CSS. Feel free to add your own.
Block CSS is the correct way to write website code for the containers.
Using inline CSS defeats the point of a stylesheet because it adds hundreds of lines of unnecessary code pages and posts.
The idea of using a stylesheet is to make your tweaks to the CSS and have the design change sitewide.
Cheap drag and drop sitebuilders usually use inline CSS, making editing a real pain.
WordPress has clean block CSS right out of the box. Your style sheet is ready to be edited as you see fit.
The “Free” Theme Warning
While using the basic, default and native themes provided by Automattic is perfectly safe, please heed my warning about other “free” themes.
A lot of the free third party WordPress themes “break” when WordPress updates its core.
Themes and plugins are supposed to be a work in progress that will work with the latest version.
WP developers who give something away free are not incentivised to keep these themes up to date.
This is a real problem for the uninitiated WP newbie.
Even IF you do get free third party themes working in the current version of WordPress, the next time the core updates globally, the free theme you were so pleased to have found could implode and simply break your site.
Free themes from third party no-name developers are not to be trifled with.
Jerry-rigging free this and free that poses a risk of your site coming undone.
Is there a solution to this?
Yes…
Premium Themes
The StudioPress Genesis Framework uses good, clean code and release robust themes. This system is a paid add on for WordPress for streamlining theme development.
I’ve been using Genesis themes exclusively because it is generally regarded as the best but there are other frameworks you can use.
To read what I think about it, click the image below.
As it happens, the website you’re reading now – Small Biz Geek – is a heavily modified version of the Magazine Pro theme. It wasn’t expensive and I’ve repurposed this same theme for dozens of websites.
The screenshot below shows how the Magazine Pro theme looked originally.
I’ve added lots of extra functionality to this theme. I participate in forums and communities where StudioPress themes are discussed, as well as swapping tips/advice on Twitter.
Plugins
Another part of the appeal of WordPress is the plugins and their wide availability.
You can add plugins from the WP repository to make your website do things it couldn’t before.
Some plugins are free, some are paid.
I feel completely confident in the Genesis plugins by StudioPress
As a Genesis user I like to use their own plugins because I know these are kept updated along with the framework and their themes. A developer by the name of Nathan Rice works full time on the StudioPress plugins.
I’m confident about their commitment to their products.
- The principle of free unknown plugins is the same as free themes – they can break if not regularly serviced.
- You should frequently log into your dashboard and see which plugins need updating. You just click “Update.”
- Plugins that are never updated can create security vulnerabilities on your site.
Although it is a basic free plugin, Contact Form 7 is something I do trust. It is a widely used and a much loved contact email form solution by millions of users.
When Plugins Go Bad
In the past, I’ve installed free and less trusted plugins only for them to cease functioning. Sometimes you’ll find low quality free plugins are no longer compatible with the theme.
Proceed with caution when choosing plugins. Do some research.
I had a conversation with a developer on Twitter and she told me the “Hello Dolly” plugin that used to be bundled with default WordPress installations totally wrecked a site she was developing.
I’ve embedded the tweets below:
@IlkestonWeb Yeah, had it in the past. Why?
— Charlotte Marshall (@CM6792) November 14, 2014
Apparently, that plugin alone was the cause of a security vulnerability. Yikes!
@IlkestonWeb it was literally just hey dolly. — Charlotte Marshall (@CM6792) November 14, 2014
Use diligence with plugins, and if you can, find a way to hard code the functionality by hand instead of taking the easy road with a free plugin.
Build It All Offline First
However you approach WordPress, you don’t want to upload your site and THEN start customising the code and content.
Some people do this, and the site gets published live and online to the webhost. If you’re a newbie tinkering with a live website it means you’ll be accessing your web server constantly and development will be slower.
When you produce your website offline, you have the luxury of spending a great deal of time on the finer points of your development.
Is there an ideal way to develop a new WordPress site?
InstantWP – The Best WordPress Simulator
I mentioned it earlier on this page – InstantWP.
This is a free open offline sandbox which simulates the Apache server environment.
This amazing tool means your website can be produced on a Windows PC. It’s an exact copy of WordPress.
No software needs to be installed; it runs directly from the InstantWP.exe file. It can also run directly from a USB drive.
If you haven’t got it I urge you to get it. By default, the software comes with WordPress native themes so there’s an opportunity for you to fiddle around with WordPress and see how you like it.
If you screw something up, download a fresh copy and start over! 🙂
If you do some good work and make progress, for God’s sake back it up to a USB stick!
It doesn’t make sense to build a WordPress website bit by bit LIVE on your webhost. It’s better to launch when it’s ready and have all systems operational.
Otherwise, your site will look like the half finished Death Star and always be at risk of attack from those pesky hackers.
To add extra security you could use CloudFlare, which acts like the shield generator on the forest moon of Endor. Okay, that’s enough references to Return of the Jedi.
- Here’s a short WP security patch video I made by the way. In the video I highlight a common problem with WordPress usernames and the risks with hacking attempts. The solution is pretty quick and something I want you to remember when you set up WordPress.
Analysis
WordPress has transformed my web presence and inspired me to take the platform further. The functionality bundled with the system has saved me time and energy. It makes standard websites look old, dated and weak.
Google’s own Blogger service was a good starter CMS but the limitations of the platform became frustrating PLUS my content was technically owned by Google. (Read their terms of service for more on this.)
But now, with WordPress installed on a good host running the latest versions of PHP with MySql databases, I’m building websites that can do what I always wanted. If you’re not yet a user, you might not even know what you’re missing.
Themes, frameworks and plugins enables you to be flexible with your marketing strategies.
If you have a website already and it’s not a CMS, you would be strongly advised to consider migrating everything to WordPress. This is a big task, and it took me about 5 months to take 8 small established websites and turn them into WordPress sites. I did this offline using InstantWP.
Generally, you’ll find it easier to produce new content which means focusing on writing and not so much on design – the dynamic nature of the template means you just need to hit Publish. And remember, you won’t ever have to waste time manually updating RSS because that is taken care of as soon as a new post goes live.
Having said all this, there are things about WordPress that really annoy me, one example being that the Post/Page editor often automatically strips out HTML tags. The removal of these HTML tags occur when I switch between the Visual editor and the source code Text editor.
I found the solution – the TinyMCE Advanced plugin – but it irritates me knowing I’ve had to install a plugin to achieve functionality that should be part of WordPress by default. More recently, the Gutenberg editor was introduced which erradicates these issues assuming you haven’t chosen to remove it and do thins the “old” way.
I work with clients who need to be confident about writing/editing their own material in WordPress and nuisance source code issues will reflect badly on me as the designer of the website. It’s important, when I create a website for someone, that I take into account their computer skill level.
Not only must a website work well and look good for the visitors, but the person operating/managing the business probably wants to have a go at maintaining the site themselves. And that means simplifying things.
For more information on WordPress and to download the latest version, visit https://wordpress.org.
Add Your Thoughts