The Smashing Editorial

About The Author

The Smashing Editorial The Smashing team loves high-quality content and cares about the little details. Through our online articles, Smashing Books, eBooks as well as Smashing Conferences, we are committed to stimulating creativity and strengthening the web design community’s creative forces.

WordPress Developer's Toolbox

Web designers and developers are getting an increasing number of requests from clients for custom theme development, and a growing number of designers are also building their own themes to distribute for free or to sell as premium themes. With all of the WordPress development that is going on, there is a need for an organized collection of resources to educate, inspire and equip...

Web designers and developers are getting an increasing number of requests from clients for custom theme development, and a growing number of designers are also building their own themes to distribute for free or to sell as premium themes. With all of the WordPress development that is going on, there is a need for an organized collection of resources to educate, inspire and equip developers to improve the quality and efficiency of their work. This post provides all kinds of WordPress-related resources to do just that.

1. Helpful Resources

While there are all kinds of resources available for Web designers and developers, these are especially nice to have on hand when working with WP themes.

The WordPress Help Sheet This is a nice resource to refer back to when you are developing themes. It’s a one-page collection of PHP snippets and code that will come in handy when designing with WP.

Wordpress Toolbox Screenshot

The Advanced WordPress Help Sheet A slightly more advanced version of the help sheet.

Wordpress Toolbox Screenshot

Huge Compilation of WordPress Code A helpful post that provides code snippets for a variety of common functions.

Wordpress Toolbox Screenshot

WordPress Template Tag Reference Guide This is a handy guide to have nearby when you’re building a theme. It lists the various template tags used by the WP system.

Wordpress Toolbox Screenshot

Unraveling the Secrets of WordPress’ comments.php File A good starting point for getting more familiar with how comments work in WP and what you can do with them as a designer.

Wordpress Toolbox Screenshot

48 Unique Ways to Use WordPress Want some ideas on how you can use WP in your next project?

Theme Switcher Reloaded For displaying demos of multiple themes on your website or blog.

Wordpress Toolbox Screenshot

2. WordPress Tutorials

One of the advantages of using WP is the amount of information that is readily available from others who are willing to share their techniques. For designers and developers, there are tutorials on just about any aspect of working with WP. Here are some that deserve to be highlighted.

2.1. Basics of Creating a Theme

Designing for WordPress A series written by Chris Coyier of CSS-Tricks that includes videos and articles.
Wordpress Toolbox Screenshot

Developing a WordPress Theme Helps you with coding each of the necessary WP files.

Wordpress Toolbox Screenshot

How to Create a WordPress Theme from Scratch If you want to get started with your first theme from scratch, this is a good resource.

Wordpress Toolbox Screenshot

How to Create WordPress Themes from Scratch - Part 1 Another useful article for setting up the basics of a theme from scratch.

Wordpress Toolbox Screenshot

How to Create WordPress Themes from Scratch - Part 2 The second part gets into slicing and coding.

Wordpress Toolbox Screenshot

Dissection of a WordPress Theme - Part 1, Part 2, Part 3, Part 4 A detailed look at what makes up a WP theme and how to create your own.

Wordpress Toolbox Screenshot

So You Want to Create WordPress Themes Huh? An excellent series of tutorials on just about every aspect of theme development.

Wordpress Toolbox Screenshot

From XHTML/CSS to WordPress If you already have a site or template built, here is how to convert it to WP.

Wordpress Toolbox Screenshot

2.2. Multiple Hints, Tips, and Tricks

WordPress Theme Hacks A must-bookmark post at Web Designer Wall that quickly shows the code needed for a variety of tricks when working with WP themes.
Wordpress Toolbox Screenshot

Mastering Your WordPress Theme Hacks and Techniques Another exhaustive resource with tips on many different aspects of designing on WP.

Wordpress Toolbox Screenshot

The Most Desired WordPress Hacks: 11 Common Requests and Fixes This post includes a variety of information, including tips on custom fields, creating menus, working with categories and authors and more.

Wordpress Toolbox Screenshot

2.3. Working with Categories

Removing Several Categories from the Loop in WordPress There will be times when you want to take posts in a certain category out of the loop and show them someplace else. This tutorial shows you how.
Wordpress Toolbox Screenshot

Displaying WordPress Categories in a Horizontal Dropdown Menu Shows you how to create drop-down navigation using CSS and JavaScript.

Wordpress Toolbox Screenshot

3.4. Navigation Menus in WordPress

Creating Two-Tiered Conditional Navigation in WordPress Get an advanced navigation menu with the right WP coding and CSS.
Wordpress Toolbox Screenshot

Using Sliding Doors with WordPress Navigation Use this popular navigation style in your WP themes.

Wordpress Toolbox Screenshot

2.4. WordPress as a CMS

How to Use WordPress as a Membership Directory This tutorial covers one non-traditional use of WP that may be of interest in some of your projects.
Wordpress Toolbox Screenshot

Using a WordPress Page as Your Homepage In some projects, you may want a static page to be set as the home page, rather than to display recent blog posts.

Wordpress Toolbox Screenshot

Build a Dynamic Design Portfolio with WordPress Some specifics for creating an effective portfolio website powered by WP.

Wordpress Toolbox Screenshot

2.5. Working with Comments:

Hack Together a User Contributed Feed with WordPress Comments Learn how websites in the TUTS family have their community links section set up.
Wordpress Toolbox Screenshot

Adding Form Validation to WordPress Comments Using jQuery Learn how to validate comment form submissions without reloading the page.

Wordpress Toolbox Screenshot

How to Highlight Author Comments in WordPress Setting the author comments to stand out from reader comments can make it easier for others to identify your responses to questions and comments.

Wordpress Toolbox Screenshot

How to Separate WordPress Comments and Trackbacks You may want to give your comment area a cleaner look by keeping pingbacks and trackbacks out of the main comment area.

Wordpress Toolbox Screenshot

How to Add Gravatars to WordPress Themes You can make your comment section more appealing by displaying gravatars for each commenter.

Wordpress Toolbox Screenshot

2.6. Working with Headers, Footers, and Sidebars:

Client Friendly WordPress Themes: Header.php If you’re designing themes for clients, here are some things to consider.
Wordpress Toolbox Screenshot

Simple Random Header Image for Your Blog Provides the code for a randomly rotating header image.

Wordpress Toolbox Screenshot

Creating a Widget-Ready Footer in WordPress You can give your theme’s users more options by allowing for widgets in the footer.

Wordpress Toolbox Screenshot

Mashing Up Feeds Using Yahoo Pipes Covers the steps of adding a list of links to your sidebar that consist of posts from various blogs; in this case, blogs from the same network.

Wordpress Toolbox Screenshot

How to Install DomTABs on WordPress Improve your sidebar by giving visitors more to choose from, without taking up more space.

Wordpress Toolbox Screenshot

WordPress Sidebar Turned Apple-Flashy Using jQuery UI Create a more attractive sidebar that will be noticed by visitors.

Wordpress Toolbox Screenshot

2.7. Web 2.0 Integration

Creating a Life-Stream and Social Media Hub A look at the process of setting up a personal website that incorporates your social media accounts, such as Twitter, Digg, StumbleUpon and Flickr.
Wordpress Toolbox Screenshot

Create a YouTube Section with WordPress Video is becoming a bigger part of blogs and websites, and this tutorial will help you create an attractive section for YouTube videos.

Wordpress Toolbox Screenshot

2.8. Styling

Styling Individual Posts Using the_ID If you want to get creative, individual posts can be styled differently by using the post ID assigned by WP.
Wordpress Toolbox Screenshot

Multiple WordPress Page Layouts in One Single Template Create a more flexible theme that changes the layout based on various factors.

Wordpress Toolbox Screenshot

2.9. WordPress SEO

WordPress SEO Although SEO involves much more than how a website is built, development can have a big influence on rankings down the road.
Wordpress Toolbox Screenshot

Blocking Your WordPress Categories and Archives from Google A simple step that can improve your website’s SEO.

Wordpress Toolbox Screenshot

WordPress and SEO A good primer on developing search-friendly websites.

Wordpress Toolbox Screenshot

SEO for WordPress Tips Another article that looks at SEO from the perspective of a WP designer or user.

Wordpress Toolbox Screenshot

2.10. Working with Feeds

Creating Posts that Only Appear in RSS Send special subscriber-only content that won’t appear on your front page or archives.
Wordpress Toolbox Screenshot

Publishing External RSS Headlines to Your WordPress Site A simple tutorial that will show you how to add RSS headlines to your website.

Wordpress Toolbox Screenshot

2.11. Working with Featured Posts

How to Create a Featured Post Carousel for WordPress Displaying featured content on the front page is pretty common right now. This tutorial shows you how to set that up for yourself.
Wordpress Toolbox Screenshot

Create a Tabbed Featured Post Area in WordPress Give your theme an attractive look and feature the appropriate content.

Wordpress Toolbox Screenshot

2.12. Working with Custom Fields

Using WordPress Custom Fields: Introduction If you’re not familiar with using custom fields, this is a good place to start.
Wordpress Toolbox Screenshot

WordPress Custom Fields: Laying Text Over Your Lead Graphic A great way to improve the look of your theme by taking advantage of custom fields.

Wordpress Toolbox Screenshot

2.13. Other Tutorials

13 Tags to Delete from Your Theme Page load time can easily be an issue with more involved WP themes. You can help the cause by getting rid of unnecessary calls to the database.
Wordpress Toolbox Screenshot

How to Make a Random Post Button A different functionality that may be right for one of your upcoming themes.

Wordpress Toolbox Screenshot

Customize Your 404 Page You can improve the usability of your blog by customizing the 404 page that visitors may find from time to time.

Wordpress Toolbox Screenshot

Adding an Author Page to Your WordPress Blog You’ve probably seen blogs that have a specific page for each author. Here’s a tutorial on setting that up.

Wordpress Toolbox Screenshot

How to Install WordPress Manually Most hosting companies offer an easy WP installation. If yours doesn’t, this post can help.

Wordpress Toolbox Screenshot

Adding Thumbnails to Your Posts in WordPress Thumbnails are popular, especially for magazine themes. Here’s an explanation of how they can be added.

Wordpress Toolbox Screenshot

How to Easily Make WordPress Archives that Rock Provides some code and strategy for setting up effective archives.

Wordpress Toolbox Screenshot

3. Articles from the Official WordPress Codex

The official WordPress Codex provides a wealth of information for developers, as well as for WP users in general. This list is just a sample of some of the articles that are most relevant to developers.

Theme Development This article will cover the basics of designing themes for WP, and it links to a number of additional resources on the subject.

The Loop Get the details on the loop, one of the most essential elements of the theme system.

Creating an Archive Index There are a lot of different options when working with archives in theme development. This article is a good starting point.

Customizing Your Sidebar Sidebars provide developers with plenty of options for experimentation and tweaking.

Conditional Tags To create versatile WP themes, understanding conditional tags is essential.

Stepping into Templates The basics of how templates work in WP.

Template Hierarchy Explains how templates work together in a theme.

Template Tags WP relies on a variety of template tags throughout a theme.

Using Custom Fields Custom fields open up a whole new world of opportunities for developers.

Search Engine Optimization for WordPress This article contains some general SEO information, as well as some that is specific to WP themes.

4. Blank Themes

It’s possible to save yourself a considerable amount of time in development by starting with a blank theme. Blank themes are not intended to be used as they are, but rather as a starting point or framework to increase efficiency with the tasks that are common to the development of almost every WP theme.

Whiteboard A free WP theme framework.

Wordpress Toolbox Screenshot

Starkers A completely naked WP theme from Elliot Jay Stocks. (Note: some users are having problems with Starkers on WP 2.6. Improvements are hopefully soon to come.)

Wordpress Toolbox Screenshot

Naked A starter theme with only very basic styling.

Wordpress Toolbox Screenshot

The Starter Theme Project This is basically an empty template. It is not a theme that is intended to work out of the box.

Wordpress Toolbox Screenshot

5. WordPress Design Inspiration

Readers of Smashing Magazine are obviously familiar with excellent sources of design inspiration. The resources listed here will help you if you are specifically interested in seeing what others have been able to do on the WordPress (WP) platform.

We Love WP The best gallery dedicated strictly to websites powered by WP. It is updated rather frequently and has a decent-sized archive.

Wordpress Toolbox Screenshot

The Gallery at WPCandy A bit of a smaller gallery than We Love WP, but still worth checking out if you’re interested in seeing what others are able to do with WP.

Wordpress Toolbox Screenshot

Unmatched Style This design gallery has a tag for WP-powered sites.

Wordpress Toolbox Screenshot

CSS Glance A large (and continually updated) category for WP.

Wordpress Toolbox Screenshot

45 Beautiful and Creative WordPress Designs A mini-gallery from design blog Six Revisions.

Wordpress Toolbox Screenshot

25 Outstanding WordPress Designs Another mini-gallery from Six Revisions.

Wordpress Toolbox Screenshot

Creative Examples of WordPress Theme Modifications An interesting blog post that shows sample theme designs compared to the themes that were their starting point.

Wordpress Toolbox Screenshot

60+ Unusual WP Blog Designs Noupe put together a bunch of designs that stand out.

Wordpress Toolbox Screenshot

6. Icons for Your Themes:

Improve the look of your theme by using some icons that are available for free.

RSS: Best Design Practices and Icons A collection of RSS-feed icons from Smashing Magazine.

Icons Pack

110+ Free RSS Icons to Show Off Your RSS Feed A nice collection that will give you some options when it comes to RSS.

Wordpress Toolbox Screenshot

Fresh, Free and Gorgeous RSS/Feed Icons A previous collection from Smashing Magazine.

Wordpress Toolbox Screenshot

Cheers: A Free “Social” Icon Set 12 icons of glasses and social media from Smashing Magazine.

Wordpress Toolbox Screenshot

Feed Icons If you’re looking for the standard RSS icon, get it here.

Wordpress Toolbox Screenshot

7. Places to Distribute Free Themes You Have Developed

Many theme developers choose to distribute their themes from their own websites or blogs because it draws more visitors and gives them control over the distribution. However, there are some other places where you can try to get your theme listed. Some will simply link back to your website, and others will offer visitors direct downloads from their own websites. In general, make sure that you’re familiar and comfortable with the directory or gallery before submitting your theme. Some have been known to distribute themes with sponsored or hidden links.

Official WordPress Theme Directory There are around 300 themes included at the moment.

Wordpress Toolbox Screenshot

Weblog Tools Collection This blog announces new themes and plug-ins to its 11,000+ subscribers.

Wordpress Toolbox Screenshot

8. Galleries of Free Themes that Accept Submissions from Designers:

9. Marketplaces to Sell Your Themes

Most developers of premium themes will sell them from their own websites or blogs or, if they have several for sale, set up websites specifically for marketing and selling them. However, there are also some marketplaces that will sell your theme for you, in exchange for a cut of the profit.

Theme Forest A new and already popular marketplace for templates and themes, including those for WP.

Wordpress Toolbox Screenshot

Templamatic A similar marketplace for themes and templates.

Wordpress Toolbox Screenshot

WPforSale A marketplace for premium themes and plug-ins.

Wordpress Toolbox Screenshot

For more WP-related content at Smashing Magazine, see:

(al)


More Articles on

10 Weblog Engines Reviewed

by Glen Stansberry

Choosing blogging software can be a scary process, especially if you are new to blogging. There are many different types of engines and content management systems (CMS) that could be used. Picking the software that you’ll need is not an easy task, given the wide variety and types on the Web today. There are many different aspects to consider when choosing which blogging software to...

Read more

When To Use Magazine-Style Themes For Blogs?

by The Smashing Editorial

When designing a custom theme or deciding on an already-existing theme, bloggers have a lot of factors to consider and there is no shortage of options, particularly for WordPress users. A growing number of blogs are moving away from traditional blog layouts in favor of magazine-style themes; however, the layout and presentation of content has a major impact on visitors and there is no...

Read more

Infinity: A Free Wordpress Theme

by The Smashing Editorial

If you have been following Smashing Magazine for a while you know that we love high-quality freebies. Over the last years we’ve featured a number of designers and developers who released their work for free — among other things we presented high-quality free fonts, free Wordpress themes, free wallpapers and, of course, free icons. You can find many of them in our section Freebies. Every...

Read more