Book Image

WordPress 2.8 Themes Cookbook

By : Nick Ohrn, Lee Jordan
Book Image

WordPress 2.8 Themes Cookbook

By: Nick Ohrn, Lee Jordan

Overview of this book

Themes are among the most powerful features that can be used to customize a web site and give it a professional look, especially in WordPress. Using custom themes you can brand your site for a particular corporate image, ensure standards compliance, and create easily navigable layouts. But most WordPress users still continue to use default themes as developing and deploying themes that are flexible and easily maintainable is not always straightforward and lot of issues pop up during the process.This easy-to-use step-by-step guide will help you create powerful themes for your WordPress web site, and solve your theme development problems in a quick and effective way. It enables you to take full control over your site's design and branding and make it look smarter.WordPress is distributed with two ready-to-use themes. You can use these themes to give a common look to your website, or use the techniques described in this book to create custom themes. This book includes over 100 useful recipes to help you get started and create advanced themes. It starts with the basics of WordPress themes and creating a theme from scratch. Then, it covers how to enhance your template and add effects to get a rich look. You will learn how to manage pages, categories, and tags for your blogs, and how to make your posts look unique. You will also learn about the comment system and sidebars that will help you give a new feel to your blog and web site.This book will help you through the most common problems encountered when developing a WordPress theme. You will get tips to enhance your design skill and eventually enhance your blog's design.
Table of Contents (17 chapters)
WordPress 2.8 Themes Cookbook
Credits
About the Authors
About the Reviewers
Preface

Downloading themes from third-party websites


Another place to find good, sometimes great, WordPress themes is on third-party websites. You have to be careful, though. Although most themes released to the public are done with the best intentions, there have been some instances where people have released themes full of backdoors into your site and spam links.

As such, care needs to be taken to make sure that the theme you are downloading doesn't give hackers and crackers a backdoor into your website, or populate your blog with hidden spam links.

How to do it...

The first thing that you need to do is find a theme you'd like to download. A search on Google or Bing for best free WordPress themes will return a list of results that should get you started. You can try more specific searches, such as best one column WordPress themes or best business WordPress themes, if you already have a good idea of what you want.

After you find a theme that you'd like to download, you have some due diligence to perform. You need to check the reputation of the theme developer to ensure that the theme is safe to download. Some things to look for are:

  • Does the theme developer have support forums for their themes?

  • Does the developer have a blog that is updated somewhat frequently?

  • Have other users commented on the theme, either on the theme's website or their own?

If you're comfortable with the reputation of the theme developer, it is usually safe to download the theme and try it out. Just remember that you're taking a risk every time you download software from the web. You should test the theme in a non-critical environment before deploying it to a site that you actually care about.

How it works...

Developers release WordPress themes on their site instead of on the official theme repository for a variety of reasons. The theme may use a different license than the GPL, the author may be trying to garner publicity, or market themselves, and so on. Be sure to read any materials distributed with the theme to make sure that you know your rights in regards to it.

Be cautious with themes that you download from third-party sites. Again, most themes are safe, but it never hurts to have a friend or colleague familiar with WordPress check it out to make sure. If that is not an option, you can always try contacting the developer before using his theme and ask him if there is anything that you should watch out for. No matter what, make sure that you test the theme in a non-critical environment before deploying it somewhere important.

There's more...

There are several trusted developers who release high-quality themes on a regular basis. You can find them at the following places:

  • Justin Tadlock—http://justintadlock.com/

  • Ian Stewart—http://themeshaper.com/

  • Ptah Dunbar—http://ptahdunbar.com/

In addition, there are several sites available where you can purchase high-quality WordPress themes at very reasonable prices. Some of the best sites to visit are:

  • ThemeForest Marketplace—http://themeforest.net

  • Thesis Theme—http://diythemes.com

  • WooThemes—http://woothemes.com

It is important to point out that paying $30-$100 for a theme (the average price range across these and similar sites) is much less costly than taking an entire week to build a theme from scratch. Although you may lose some of the individual flavor that you might have had if you had developed a theme from scratch, the cost and time savings may be worth it to you.