Mantex

Tutorials, Study Guides & More

  • HOME
  • REVIEWS
  • TUTORIALS
  • HOW-TO
  • CONTACT
>> Home / Archives for WordPress

WordPress 2.7 Complete

December 28, 2009 by Roy Johnson

Create your own web site from scratch with WordPress

WordPress 2.7 Complete. WordPress started out as blogging software, but it has grown rapidly into a fully featured content management system (CMS). That’s partly because it was well designed in the first place, but mainly because it is open source software (OSS), which means that designers and programmers all over the world have contributed to its development and improvement. This effort comes mainly in the form of extra modules for the basic program. These are plugins which increase the range of features and enhance what WordPress can do.

WordPressBut like many other OSS programs WordPress comes without an instruction manual, which means that it’s hard for beginners or new users to get to grips with what’s under the bonnet. There are user forums and FAQs, but most people will feel more confident with an instruction manual, which is why this guide from April Hodge Silver is welcome. She starts out by explaining some basic concepts and parts of WordPress as software. This might appear a little simplistic, but in my experience it’s quite important to grasp some of the fundamentals of a content management system. For instance it’s not immediately apparent that all the parts of what will eventually appear on screen as a unified page are kept separate. That is, the title, sub-title, text, pictures, captions, tags, and meta-data are all stored in different parts of the database – for good reasons. And of course the appearance of this information on screen is controlled separately too – from a style sheet.

She then describes how to make a WordPress installation of your own, and how to set up all the basic configuration of the system. You can get WordPress.com to do all of this for you, by hosting your installation. But they do not give you permission to install the extras with which you can customise your site (and make money from it).

Posting a blog entry is very, very easy, and WordPress also makes it as easy as possible to control and format what you write. But she explains all the options clearly, including the way in which you can add graphics to make your pages more visually interesting.

All of this means getting to know the control panel and its multiple menus, and her explanations are very helpful, because it isn’t always possible to tell what function some item performs simply from its title. What’s the difference between a page and a post for instance? The name alone tells you nothing.

One of the really good things about WordPress is that most of the content of any site is organised using what are called management tables. These are lists of all the basic information known about any item, and because the data is tabulated, it’s much easier to understand and control.

The next part of the book deals with two features which really bring WordPress to life – themes (which is WP jargon for templates) and widgets, which are ‘sidebar accessories’ that allow you to personalise what shows up your sidebars – without having to learn any PHP or HTML code.

In fact the urge to have an individualised site is so universal that she wisely includes instructions for designing your own theme. It’s at this point you’ll need HTML design skills and a knowledge of cascading style sheets (CSS) – but she provides some basic coding to get you started.

And for those readers with a creative bent who have coding skills she also demonstrates how to create your own plugins and widgets. (A widget is just a plugin with extra functions.) But you’ll also have to be prepared to roll up your sleeves and dive into the database at this point.

There’s an interesting chapter on using WordPress as a content management system. This explains in some detail the difference between static pages and normal posts, and it presents a different type of theme which is geared to the construction of a commercial site with product pages. Although they are not covered here, there are now excellent plugins offering fully-featured eCommerce systems.

WordPress is now up to version 2.9 – but I checked all the basic concepts outlined in this book, and they still hold good. Even the copious screen shots illustrating the guidance show exactly what you’ll see when you start using the latest version. This is an excellent guidance manual which I could have done with a year ago when I first started learning how to use WordPress. It would have saved me lots of time and speeded up the process enormously.

© Roy Johnson 2010


April Hodge Silver, WordPress 2.7 Complete, Birmingham: Pakt Publishing, 2009, pp.277, ISBN 184719656X


More on technology
More on digital media
More on online learning
More on computers


Filed Under: CMS, Open Sources, Web design Tagged With: Blogging, CMS, Open Sources, Web design, WordPress, WordPress 2.7 Complete

WordPress 3.0 Complete

April 4, 2011 by Roy Johnson

a blog, web site, and content management system

WordPress 3.0 (WP) started out as a blogging software program in 2003, but it has grown rapidly into a fully featured content management system (CMS). That’s partly because it was well designed in the first place, but mainly because it’s open source software (OSS), which means that designers and programmers all over the world have contributed to its development and improvement. This effort comes mainly in the form of extra plugins which increase the range of features and enhance what WordPress can do. But like many other OSS programs WP comes without an instruction manual, which means that it’s hard for beginners or new users to get to grips with what’s under the bonnet. There are user forums and FAQs, but most people will feel more confident with an instruction manual, which is why this guide is welcome.

WordPress 3.0April Hodge Silver establishes from the start that WP is now a fully developed publishing platform and can be used for running a blog, a commercial web site, or even used as a CMS. You can run WP on your own computer using it as a server (that’s the better option for advanced users) or you can let WordPress.com do it all for you, which means you have less control but is probably the better option for beginners or those who simply want their own blog. The ‘completeness’ of this guidance manual is that it covers all that’s required for both options.

The advantages and disadvantages of each choice are explained clearly. But in either case you will need the features and the configuration settings fully explained. They can be learned through trial and error, but the benefit of a guidance manual is that it will shorten the time involved and flatten the learning curve.

My advice in brief is this: if all you need is a blog, choose WordPress.com, but if you want to customise your site, have advertising, and take advantage of plugins and widgets – go for your own installation.

Once you reach the user-friendly WP control panel, the principles are the same for both users. Silver explains how to create a post (WP jargon for a page that you see on screen) and how to add graphics which will make it look more attractive.

The huge advantage of a program such as WP is that everything you upload is stored in a database, but you can control how it is summoned into your pages. A single graphic for instance can be presented at thumbnail, medium, or large size.

WP offers two editors in which you generate your content – one a ‘visual’ editor which requires very few skills or technical knowledge, and an HTML editor for those who know a little about coding. As soon as you start posting you’ll also start getting comment spam, but WP comes with a powerful tool called Akismet that deals with it automatically.

The control panel in WP makes all your work as easy as possible, but if you are not used to a CMS it can be difficult to conceptualise the relation between what you put in to the system and how it will appear on screen as the finished article. This guide does a good job at overcoming this problem by generous use of full scale screen shots, so you will know exactly what you should be looking at.

WP 3.0 now includes automatic menu creation. This can be used in conjunction with ‘categories’ to create the structure and the navigational system for your content. Silver then moves on to show how (free) widgets and plugins can be deployed to enhance a site. The great thing about these is that they are enhanced regularly, and can be updated with a single mouse click. And if you are really feeling ambitious you can even download a plugin to render your site ready for iPhone and iPod touch.

The central part of the book deals with the most important element of a WP site – the ‘theme’, which you lift off the shelf or develop yourself. This provides the basic structure of what your site will look like, it’s style, features, and behaviour.

Then comes the issue of developing your own plugins and widgets. As you can probably tell from this description, these issues are becoming more technically demanding, but you don’t need to know these techniques in order to create a successful site.

Silver finishes in the same technical vein – giving explanations for setting up an eCommerce site, then giving instructions for upgrading a WP installation. If you have opted for hosting on your own server, this will be invaluable, because WP is updated quite frequently, with new features and functions at every new version.

I spent a long time learning much of this the hard way – before WP manuals became available. And I certainly wish I’d had something like WordPress 3.0 Complete to hand at the time. It would have made my life a lot easier, and I would have known to get hold of the best online backup to save all my files whilst I was learning WordPress.

Buy the book at Amazon UK

Buy the book at Amazon US

© Roy Johnson 2011


April Hodge Silver, WordPress 3.0 Complete, Birmingham: Pakt, 2011, pp.322, ISBN: 1849514100


More on technology
More on digital media
More on online learning
More on computers


Filed Under: CMS, Open Sources, Web design Tagged With: CMS, Open Sources, Publishing, Technology, WordPress

WordPress for Business Bloggers

January 8, 2010 by Roy Johnson

promote your WordPress blog with advanced plugins, analytics, advertising, and SEO

WordPress for Business Bloggers When blogging first took off in the mid 1990s the mainstream media viewed bloggers with lofty contempt. I can remember both the BBC and the Guardian making sneering ‘get a life’ comments about bloggers daring to report their own version of news. They all said it was a self-indulgent short-term gimmick. Now, there isn’t a newspaper or broadcast organisation which doesn’t boast its own bloggers and doesn’t welcome the contribution of user-generated content.

WordPress for BusinessAt the same time, some individual blogs have become phenomenally successful. Arianne Huffington’s The Huffington Post became an instant hit as an Internet newspaper, and one-man-band UK political blogger Paul Staines proudly displays his end-of-month site visitor statistics which outstrip those of national newspapers. This sort of popularity has attracted advertising revenue, and there are now individuals whose blogs are now a full time business.

WordPress is one blogging platform which has kept pace with this development by making it easy for non-programmers to add all sorts of interactive functions via plugins which increase the range of features and enhance what WordPress can do. But like many other open source software programs, WordPress comes without an instruction manual, which means that it’s hard for beginners or new users to get to grips with what’s under the bonnet. There are user forums and FAQs, but most people will feel more confident with an instruction manual, which is why this guide from Paul Thewlis is welcome.

It’s aimed specifically at people who want to use a blog for business purposes – which means coming to grips with eCommerce, advertising, and site promotion via search engine optimization (SEO). The first part of his guide offers an upbeat account of the business possibilities for business bloggers – increased sales, contact with clients, news updates, company promotion, and so on. He makes the good point that there are now any number of different models for a successful business blog. And WordPress has all the tools you will require, from analysing your performance, promoting your blog, and managing your content, to monetizing your site with advertising revenue and affiliate programmes.

Next comes the making of a strategic blog plan, which means setting out your business objectives. The first part of this will probably be easy: you will want more visitors, more business, and more sales. But the next crucially important part is that he shows you a corresponding list of the WordPress features or plugins you will need to implement these goals.

This is followed by the technical requirements for installing WordPress on your own server, and even learning the rudiments of HTML and style sheets (CSS) in order to design your own theme. This strikes me as rather over-ambitious for beginners, who will probably be much better served by using ready-made templates (called ‘themes’ in WP jargon).

In fact he even goes further and has his aspiring eCommerce merchant editing the style sheet coding to produce an original three-column page design. I must say that it’s difficult to imagine any would-be business person who would be capable of or prepared to do this. There’s nothing wrong with someone learning a bit of coding, but a much more realistic strategy would have been to use templates.

There’s a chapter on uploading graphics which usefully explains the difference between a library and a gallery. This is another instance where the naming of functions is not quite so straightforward as it might seem. He uses the NextGEN Gallery plugin for this and video display – another example of the free add-ons which make life easier for the non-programming user.

After this fairly technical interlude, he then switches to the actual content of your site or blog – which is likely to be text. Writing for online consumption is much more skilled than most people realise, and he’s right to emphasise the need for brevity, structure, and engagement.

Yet this soft skills section too requires an explanation of a technical nicety – the difference between categories and tags, both of which are used to give taxonomy to your content. He uses the comparisons of categories being like a navigation system and tags being like index entries, which is reasonable enough.

Next he covers the arcane science of search engine optimization (SEO). Fortunately, WordPress has been designed with this in mind, but even so there’s room for a couple more plugins to make the job easier.

I’m a little bit circumspect about the social networking side of business promotion where proper, commercial sites are concerned. Sure, I can see people Twittering and Facebooking if your site is closely allied to the sort of hot, gossipy interaction that goes on in political and newspaper blogs – but I can’t see it happening if you’re selling pharmaceuticals or heavy machine engineering equipment.

He also assumes that his target business blogger is going to be engaged with all the trappings of site-linking, comments moderation, pings, and trackbacks which is another doubtful supposition – but it’s useful that he explains how to do it all, as well as how to set up a contact form using another popular plugin – cforms II.

There’s a chapter on using analytic tools to assess the performance of your blog, and another showing you how to monetize it by linking in to affiliate programs such as Google AdSense and Amazon

Almost everyone starting off a business site is likely to do so with a WordPress installation using a cheap shared hosting account. But if the business is successful, you will need to move your installation onto dedicated servers. This is a useful and intelligent inclusion in a book of this type.

Buy the book at Amazon UK

Buy the book at Amazon US

© Roy Johnson 2010


Paul Thewlis, WordPress for Business Bloggers, Birmingham: Pakt Publishing, 2008, pp.337, ISBN 1847195326


More on technology
More on digital media
More on online learning
More on computers


Filed Under: CMS Tagged With: Blogging, CMS, eCommerce, Web design, WordPress, WordPress for Business Bloggers

WordPress for Dummies

July 25, 2009 by Roy Johnson

from blogging platform to content management system

WordPress was first launched in 2003 as open source software designed for blogging – and it is still used as such. But as its popularity has suddenly grown exponentially, enormous numbers of add-ons and plug-ins have been developed to provide extra features. Because it’s built on a solid base of MySQL and PHP, these extra features have transformed it from an individualist tool into a major communication platform. So much so that it’s now become a content management system (CMS) which offers an alternative to Joomla and Drupal. Releases of the software are named after jazz musicians. WordPress for Dummies is a guidance manual on how to use it.

WordPress for DummiesIf you want to see the sorts of web sites which use this combination of WP + templates – look here, here, and here. This is the best of the current guides to using WordPress. The strongest point in its favour – apart from the very direct ‘for Dummies’ approach – is that it gives instructions for would-be bloggers , but also explains the more sophisticated uses of WP for those who want to build a web site using a content management system. The beauty of WordPress is that it can do both.

In fact WordPress is pretty thoughtful software – which is what’s made it so popular. All blog posts can be drafted, auto-saved, spell-checked, and stored prior to publication. The options for interacting with site visitors are endless – which is presumably why WP has overtaken Blogger. It really does have the heavy-duty functionalities of a full-scale content management system combined with the ease of use of a simple blogging platform.

Basically, this guide covers the three main options for WordPress users – the hosted service where you have a blog at WordPress.com; the free software which you download from WordPress.org; and the multi-user version. And the author, Lisa Sabin-Wilson, now makes her living designing WordPress templates – so she knows what she’s talking about.

I set up a test blog at WordPress recently [here] and can confirm that it took me less than five minutes from start to finish – and that includes uploading a picture and editing my profile.

WordPress successfully combines ease of use with a range of powerful features, so if you’re thinking of starting your own blog, WP seems to be the way to go. So the first option, of using WP for blogging, couldn’t be simpler.

Just in case you’re worried, WordPress has got nothing to do with Microsoft Word. It’s an Open Source program, and therefor free. You access the program without payment, and updates are available to you at any time without charge.

The second option of hosting the software on your own machine gives you scope to make use of lots of extra features. Many of these are free plug-ins which add extra functionality to the system. But even more important than the trimmings, this guide explains in detail the crucial installation and configuration of WordPress. This is the part most people are likely to find find difficult.

Ambitious bloggers and web designers will know that everybody wants to have an individualised theme – that’s the style and layout of what appears on screen. How to do that is explained here as well – including some rudiments of style sheets and PHP coding.

The third option is to use the most advanced, multi-user version of WordPress. This is for people who want a community of users and contributors. I came across one recently – a football enthusiasts’ site where fans email their reviews of matches directly from the game. Post-match reports are available even before they’re on the national news channels. There are three whole chapters on how to set up and administer this version of the software.

Lisa Wilson finishes with recommendations for free WordPress themes and plug-ins. All of these allow you to customise your site or blog, and add functionalities that only a professional designer could have dreamed about only a couple of years ago.

It’s almost impossible for these printed guides to keep up with the pace of software development. New features are being added whilst the book is with the printer. Just get the latest edition, and recognise that there may be differences in what appears on screen. Of course, you can always read the complete documentation at codex.wordpress.org – but if like me you prefer a proper book to consult, rather than reading off screen, then it’s all here. This book not only showed me how to use WordPress: it helped me to understand some of the fundamental structures of content management systems.

© Roy Johnson 2010

 Buy the book at Amazon UK

Buy the book at Amazon US


Lisa Sabin-Wilson, WordPress for Dummies, New York: Wiley, 3rd edition 2010, pp.408, ISBN: 0470592745


More on technology
More on digital media
More on online learning
More on computers


Filed Under: CMS, Open Sources, Web design Tagged With: Blogging for Dummies, Blogs, CMS, Open Sources, Publishing, Technology, WordPress, WordPress for Dummies

WordPress Search Engine Optimization

May 23, 2011 by Roy Johnson

tips on settings, plugins, and page tweaking

WordPress SEO (Search Engine Optimization) is the art of improving the quality of web pages in order to increase their rankings in search engines – and thereby obtain more site visitors. And it is an art, because despite the mathematical complexity of the algorithms used by Google and others to calculate page rankings, there are many variable features which decide the ranking of a web page. This means that experience and fine judgement are required in deciding which are most important. That’s true even for WordPress, which has plenty of ib-built assistance on SEO.

WordPress SEONevertheless, there are basic principles that can be followed, and this manual offers a guide to what’s required. The first part of the book is an explanation of how SEO works – the manner in which search engines measure the value of your web pages; what information about them they store; and most importantly, which features of your pages can be tweaked so that they will receive a higher rating. This is all delivered in a thorough, clear, and jargon-free style.

Michael David covers the main content of your site, how pages are built, and how its navigation is arranged. It’s very reassuring to have the basics explained – particularly because of the ambiguous terms WordPress uses for its features. You need to know the difference between a ‘post’ and a ‘page’, even though they both look the same. And it’s helpful to learn that an ‘excerpt’ of a post only becomes a chunk of your page if you don’t fill in any text during the creation process. If there’s nothing in the excerpt box Google will grab the first 55 words of the page – and this will create duplicate material, which search engines penalise. With clever SEO however, the excerpt can be used as the summary of a post – or even an advert for it, using key words.

Michael David claims that the issue of key words is the crucial part of SEO. There are plenty of free sites and software to help you determine the search terms customers are using to locate the products or services you have to offer. The important point here is to put on one side the terms you use, and look at the terms your customers choose.

If there’s a weakness in Michael David’s approach it’s that in the practical examples he creates for discussion, he repeatedly chooses local businesses. ‘Denver Air Conditioning Units’ might be an easy company to get to the top of the search results – because you are limiting the reach of your web site to only that city area. But a company called ‘H.P Lightbrown Ltd’ that sells paper technology or architectural design services to a worldwide audience is a different matter. Nobody is going to search on the company name and you are competing with similar businesses throughout the world.

Many of the topics he covers are amazingly simple to effect – especially with all the help that WordPress offers – but they require careful thought. For instance a post contains a title, a permalink (URL), a slug, a description, an ‘excerpt’, and of course key words. All of these should be as brief as possible, but – here’s the rub – they all need to be slightly different to avoid repetition, for which your pages might be penalised.

There’s a short section on Google Analytics, explaining the information they feed back from spidering a site. This would have been more useful if it contained some practical examples of how this information could be used to tweak pages and increase their rankings.

He also includes a good chapter on writing the content of web pages with SEO in mind – the importance of being succinct and accurate, and how to include keywords without undue repetition. It’s all excellent advice – though it has to be said that this very little to do with WordPress.

All of this is only a prelude to the real business of improving your page rankings – which must be done by generating inbound links – in other words, getting approval from other people’s web sites. This is not easy, because it involves a very laborious process of making multiple submissions (requests for inclusion) to directories such as Yahoo.com and DMOZ.com. Alternatively you can try to attract links by generating content which is irresistibly popular or focused on something very popular or controversial.

The most common help you will be offered to deal with this issue is an invitation to join link farms. These are sites that are composed of nothing but links to other sites. Don’t bother – because as Michael David explains, they are valueless. He also provides other warnings again what are called ‘Black Hat’ techniques.

There is the by now almost obligatory chapter on using social media tools to promote your website. This too involves generating content that will ‘go viral’ (attract millions of viewers) which is much easier said than done – and it’s another chapter which has little to do with WordPress.

Fortunately Michael David finishes with a really useful appendix listing a selection of the most valuable WordPress plugins (all free) that can help you automate the processes he describes. I was mightily relieved to note that I had most of them installed on this site.

If you’ve got a WordPress blog or a full web site, you need to understand all the marvellous features WP offers to deliver good SEO. This guide not only shows you how to configure the software; it also explains why the strategies recommended are to your advantage.

WordPress 3.0   Buy the book at Amazon UK

WordPress 3.0   Buy the book at Amazon US

© Roy Johnson 2011


Michael David, WordPress 3.0 Search Engine Optimization, Birmingham: Pakt, 2011, pp.318, ISBN: 1847199003


More on eCommerce
More on media
More on publishing
More on technology


Filed Under: CMS, e-Commerce, Open Sources, Technology Tagged With: e-Commerce, Media, Search Engine Optimization, SEO, Technology, WordPress

Get in touch

info@mantex.co.uk

Content © Mantex 2016
  • About Us
  • Advertising
  • Clients
  • Contact
  • FAQ
  • Links
  • Services
  • Reviews
  • Sitemap
  • T & C’s
  • Testimonials
  • Privacy

Copyright © 2025 · Mantex

Copyright © 2025 · News Pro Theme on Genesis Framework · WordPress · Log in