WordPress 2.8 Theme Design

WordPress 2.8 Theme Design
Authors
Tessa Blakeley Silver
ISBN
1849510083
Published
17 Dec 2009
Purchase online
amazon.com

Theme design can be approached from two angles. The first is simplicity; sometimes it suits the client and/or the site to go as bare-bones as possible. In that case, it's quick and easy to take a very basic, pre-made theme and modify it. The second is "Unique and Beautiful". Occasionally, the site's theme needs to be created from scratch so that everything displayed caters to the specific kind of content the site offers.

Page 2 of 2
  1. Editorial Reviews
  2. Customer Reviews

Customer Reviews

Nancy Riccio said
OK, I know authors and publishers are under the gun to get stuff out the door with limited budgets, but the copy in this book is downright appalling. Obviously nobody bothered to edit it. The organization is terrible and every page has really bonehead grammatical and punctuation errors, which makes me reluctant to trust the code samples (they also contain typos). This is a real shame because there's a lot of good info here -- especially for front-end developers like myself. I probably wouldn't buy another book from this publisher or author. Compared to the WordPress Bible (which I'm also reading), it's the difference between night and day. A big disappointment.

Mr. S. Parkinson said
I highly recommend WordPress 2.8 Theme Design. For beginners it provides an easy to read guide that details the process of theme design from start to finish.

Developers already familiar with WordPress will also find this book useful, it covers more advanced topics not commonly found in online tutorials, such as the use of Ajax within a theme, Flash and JavaScript integration.

It's expected that readers have an understanding of HTML and CSS. A knowledge of PHP would be helpful but with WordPress's template functions it is not necessary. It would have been useful had they included a chapter on how to setup a local development server, for those that do not have a web server already. However a quick Google will get you up and running in that regard.

Example code is helpfully provided as a download from the publisher's website including instructions on what to do with it. The screenshots and illustrations are very beneficial alongside the well written content.

Compared to my own articles on the subject, this book wipes the floor in its detail on the subject. For example its section on typography in chapter 2 really impressed me, it is not a subject that is always covered in deign guides but something that can actually make or break a design very easily. The use of relative font sizing throughout the book is also a good practice that I welcome.

The technical detail used in this book would not alienate a reader that the book is described for. The writing is friendly but informative, making for a read that is not to heavy.

Chapter 6 provides some great reference material on the WordPress theme functions (which can be further looked up on the WordPress Codex that provides even more detail), useful long after you have finished the theme that is created by following the book.

In all this book is an excellent resource for developers starting out with WordPress and those that are already designing for it. Its methods are reusable, follow good practices, and could be applied on the creation of any other theme.
The Contents

1. Getting Started as a WordPress Theme Designer
2. Theme Design Approach
3. Coding It Up
4. Debugging and Validation
5. Putting Your Theme into Action
6. WordPress Template Tag, Function, and CSS Reference
7. AJAX / Dynamic Content and Interactive Forms
8. Dynamic Menus and Interactive Elements
9. Design Tips for Working with WordPress

As a note, I was provided with a review copy.

batty13 said
Ordered this book from amazon, however they shipped The other Wordpress Book by Packt Publishing instead. Original Review was written for that mis-shipped book. Changed rating to middle star regretfully there is no way to remove a review once it's made.

R. V. Cunliffe said
The book is an incredible helpful guide to anyone starting out, or even intermediate Wordpress users looking to create their own themes from scratch. The book is conversational but not to the point of being waffly or frustrating. It's full of helpful little tips along the way about the general process of making a theme and even just rapid prototyping and designing in general - not just a book full of code snippets which can easily be found by using Google or the Wordpress codex. I liked her insights and approach for sketching, wireframing and coding early on even though I've been designing Wordpress themes for years it's always handy to see a fresh perspective on the process.

There's plenty of practical and common types of things you'll want to add onto your theme, such as plugins and widgets. Alongside this, you're given information on a wide variety of tools that most web developers usually have at their disposal for handling the technical side of managing sites, especially bug testings.

The book is a good mix of advice, non-technical and technical information. Parts of it you may want to skip over on first read and use more as a reference - not every theme has all the complexities mentioned in the book. It's not exhaustive, but again that's where the codex and Google come in handy.

There's a little on adapting other themes and frameworks are mentioned but if you're looking to work with Thesis or adapt an existing theme, this book will be helpful but not provide the answers you're probably looking for. One thing I've come to learn after looking at so many themes is that while there's a lot in common, they do take quite a bit of tuning in to, to understand how the theme author has organized things, especially with the more complex themes. Some themes have been designed for maximum flexibility - within a certain set of parameters - and if you go outside these changes, it can become a bit of a nightmare. Other themes haven't come with all the bells and whistles of their own administration interface but are quicker to adapt.

While Wordpress 2.9.2 is already out, there will be little information in this book which is dated and in fact, screenshots of Wordpress' administration area are minimal.

My only criticism of the book would be that I would have loved to have seen a few more case studies (or mini-case studies) of building a theme, rather than just one long in-depth one on building a magazine-type theme. These days there's so many different types of Wordpress themes out there, used for so many different purposes.

Chapters are: Getting started, Theme Design and Approach, Coding it Up, Debugging and Validation, Putting Your Theme Into Action, Wordpress Template Tag, Function and CSS Reference, AJAX/Dynamic Content and Interactive Forms, Dynamic Menus and Interactive Elements, Design Tips for Working with Wordpress (including SEO).

Disclosure: I was sent a review copy from the publisher.

Mr. Shane Porter said
I seem to be reading quite a few WordPress books of late, and there are certainly a few to choose from. Packt Publishing's WordPress 2.8 Theme Design's tagline is 'Create flexible, powerful, and professional themes for your WordPress blogs and websites'.

WordPress themes are of interest to me since they fuse a visual aspect with PHP code, and there's no doubt that they appeal to many other people too.

Chapter Overview

1. Getting Started as a WordPress Theme Designer
2. Theme Design and Approach
3. Coding it Up
4. Debugging and Validation
5. Putting Your Theme into Action
6. WordPress Template Tag, Function, and CSS Reference
7. AJAX/Dynamic Content and Interactive Forms
8. Dynamic Menus and Interactive Elements
9. Design Tips for Working with WordPress

The book's author Tessa Blakely Silver starts very gently with an introduction to WordPress themes and why downloading a theme that's already been coded and designed may not always be the best solution. Subsequently, the book develops a theme from scratch and examines core technologies such as WordPress, CSS, XHTML and PHP.

The second chapter starts with a discussion of theme design in general, followed by the beginnings of the theme that's developed throughout the book. There are further discussions on semantic markup, typography, fonts and layout.

The following chapter focuses on the code aspect of theme design, and suggests a workflow strategy as well as template tags, hooks, and the WordPress loop. Comments are then discussed in some detail, the topic including pagination and threaded comments.

Chapter four examines the process of debugging and validating. A thorough chapter includes references to the W3C validation services, Firefox's JavaScript/Error console, Firebug and some of the issues that the budding theme developer will face when dealing with IE6.

Chapter five looks at the style.css file, which provides descriptive information about a theme, together with packaging the theme into a ZIP for distribution and running test installations of the theme package.

Chapter six adopts a more reference based approach, with an in depth examination of WordPress template tags, the WordPress template hierarchy, the loop and shortcodes.

The following chapter looks at AJAX and JavaScript, as well as preparing your theme for plugins and widgets.

Chapter eight builds on Chapter 7's JavaScript discussion by developing a drop-down menu for the theme. There is also a discussion of Flash and how that can be used with WordPress themes.

Chapter nine rounds off the book with a number of design tips that apply not just to WordPress theme design, but web design in general.

The book's about 250 pages in length, and is generally well written. I did, however, notice a few errors in code samples (mostly misplaced quotes), and a couple of examples in the prose itself. Another minor niggle was that the author talks about semantic markup, and then introduces 'sidebarLT' (sidebar left) and 'sidebarRT' (sidebar right) IDs into the markup.

The back of the book states: This book can be used by WordPress users or visual designers (with no server-side scripting or programming experience) who are used to working with the common industry-standard tools such as Photoshop and Dreamweaver or other popular graphic, HTML, and text editors. Regardless of your web development skill set or level, you'll be walked through the clear, step-by-step instructions. But familiarity with a broad range of web development skills and WordPress know-how will allow you to gain maximum benefit from this book.

It seems as through Packt have tried to convince the potential reader that this is the book for them, regardless of whether they're fairly inexperienced in some areas, or a a highly skilled developer. I'd say that the book covers a lot of ground, and that it does so at a pace that would be suitable for an inexperienced developer. Much of the content, however, would already be familiar to a skilled web developer, and so I feel that they'd think that the really useful content is a little thinly spread.

Overall, it's encouraging to see more books about WordPress; although the internet is a fantastic resource, books still have a very important role in my opinion. The content of this one is great for beginner-medium level web developers, but more experienced readers will be left wanting more.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Computer Science is no more about computers than astronomy is about telescopes.” - E. W. Dijkstra