Smashing Magazine ~ we smash you with the information that will make your life easier. really.
Smashing Magazine we smash you with the information that will make your life easier. really.

WordPress Developer’s Toolbox

September 15th, 2008 in Developer's Toolbox | 239 Comments

Advertisement

By Steven Snell

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.

Wordpress Toolbox Screenshot

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:

About the Author:

Steven Snell is a designer and freelance blogger. He actively maintains his own blog at Vandelay Design.

(al)

Delicious button Stumbleupon

Advertisement
  1. 1.

    Benjamin Bixby (September 15th, 2008, 2:06 pm)

    Awesome. It’s about time somebody posted something like this!

  2. 2.

    Brandon (September 15th, 2008, 2:12 pm)

    Very nice collection - definitely bookmarking this one. I’ve done a good 6 custom themes in the last handful of months, and demand just seems to be getting bigger for it… WP grants a lot of power to freelancers out there who don’t write backend script… but it can get a little hairy if you’re new, so having a good index page to check for easy to find resources is awesome… especially since their codex can be a bit unwieldy for non-coders. Link [www.makedesignnotwar.com] is one of the themes that I’ve developed from a core Woothemes template, but I definitely used more than a few of the links you’ve posted above to modify it to my liking. Thanks again!

  3. 3.

    Bogdan (September 15th, 2008, 2:33 pm)

    Excellent article!!!

  4. 4.

    Noura Yehia (September 15th, 2008, 2:35 pm)

    Fantastic post! Loads of great resources covered.
    Thanks for featuring 3 posts from Noupe :)

  5. 5.

    dragoshell (September 15th, 2008, 2:37 pm)

    omg..that’s huge :) thank you smashing magazine!

  6. 6.

    jazR (September 15th, 2008, 2:45 pm)

    AMAZING! thank you, I’m just about to start learning Word press and this is exactly what I needed, amazing post.

  7. 7.

    Michael Castilla (September 15th, 2008, 2:56 pm)

    Thanks for all the linkbacks guys! Appreciate it a ton! Great post.

  8. 8.

    Tommy Day (September 15th, 2008, 3:06 pm)

    EPIC

  9. 9.

    ade (September 15th, 2008, 3:09 pm)

    holly molly, this crazy shitttt, two thumb up!! very usefull.

  10. 10.

    Gene (September 15th, 2008, 3:49 pm)

    excellent, thanks for this article!

    cheers!

  11. 11.

    vladocar (September 15th, 2008, 3:54 pm)

    Wow! Fantastic post!

  12. 12.

    Muhammad Siyab (September 15th, 2008, 4:01 pm)

    Fantastic, and HUUUGE! Thanks for featuring PuttingBlogsFirst! :D

  13. 13.

    Jeff Livings (September 15th, 2008, 4:12 pm)

    what an amazing list. You weren’t kidding when you said toolbox and not just tips. I’ll have to read this over the next few weeks to take it all in and apply it to my own projects.

    thanks for this

  14. 14.

    Andrei Gonzales (September 15th, 2008, 4:25 pm)

    This is a stunning amount of content. Well done!

  15. 15.

    tAlpA (September 15th, 2008, 4:48 pm)

    OMG!!!! That’s awesome!!! THANK YOU :-)

  16. 16.

    Siliad (September 15th, 2008, 5:15 pm)

    thank you very much, this article is huge!

  17. 17.

    Herdy (September 15th, 2008, 5:25 pm)

    Excellent timing! I just set-up my first WP blog and was about to theme it. These articles will sure come in handy.

    Thanks Smashing!

  18. 18.

    bob (September 15th, 2008, 6:36 pm)

    thank you, this source is useful!

  19. 19.

    Ben Jacob (September 15th, 2008, 6:47 pm)

    Wooha… A long post.. Lots of resources..
    Thank you smashers.. !

  20. 20.

    Matt (September 15th, 2008, 6:55 pm)

    This is excellent! I’ve been waiting for something just like this! Thanks!

  21. 21.

    Thomas (September 15th, 2008, 6:56 pm)

    Thanks, i really enjoyed the article. Eventhough it took ages to load. *stupid it megacable!*

  22. 22.

    Mark Penix (September 15th, 2008, 7:08 pm)

    Wow, never once thought I’d have a featured link on smashingmagazine :)Thanks Steven!

  23. 23.

    Stu Andrews (September 15th, 2008, 7:49 pm)

    This is a fantastic post. Comprehensive, and something I will keep bookmarked and marked and marked again :)

  24. 24.

    klk (September 15th, 2008, 10:01 pm)

    this wud have been great last month when i was creating my first wptheme lol well better late than never i guess ;) thanx it will be helpful

  25. 25.

    omkar (September 15th, 2008, 10:43 pm)

    Great! post as usual, Blank theme are good to start.

  26. 26.

    Mike B (September 15th, 2008, 11:15 pm)

    Amazing Dev Tools! One of the best posts on Wordpress and Wordpress resources. A smashing thanks!!

  27. 27.

    sarahjosaf (September 15th, 2008, 11:41 pm)

    wow . what a article? really it’s good.

  28. 28.

    dreig (September 15th, 2008, 11:43 pm)

    Great post. Really.

  29. 29.

    celal (September 16th, 2008, 12:17 am)

    I’m looking forward to make my own wp theme. So this article is very very usefull and unique in the www :)
    Thanks Steven thanks Smashing!

  30. 30.

    Fotomanijak (September 16th, 2008, 12:51 am)

    Great article we all love and respect WP, as an idea maybe Drupal developers toolbox as a next topic?

  31. 31.

    Christian Dalsvaag (September 16th, 2008, 1:10 am)

    This article is just amazing. Thank you for all the effort you put into it, will be posting this as a favorite, and I am sure this deed will not go unseen. Thanks a lot!

  32. 32.

    Dutraveller (September 16th, 2008, 1:15 am)

    Hi!
    Im in doubt: Joomla or Wordpress? or other one? I want to develop websites to different markets(lawyers, etc..) but i searched in google and many people said that for blogs wordpress is the choosen, but for more complex sites or normal sites, joomla is better.
    Ive tried Joomla(just for 2 hours) and it seems that the template system is not the best…(i think).

    Can anyone help and tell me which is the best to develop sites(normal sites with a backend)?

  33. 33.

    crypta (September 16th, 2008, 1:16 am)

    just amazing!!!!

  34. 34.

    Pelardo (September 16th, 2008, 1:23 am)

    it’s huge !!!!

    thank you smashers… :)

  35. 35.

    Nathan Beck (September 16th, 2008, 1:26 am)

    I think it you took the time to work through all the above, you’d be an absolute Wordpress menace!

  36. 36.

    scoa (September 16th, 2008, 2:10 am)

    thank you for the great post.

  37. 37.

    Jessel Sookha (September 16th, 2008, 2:17 am)

    thank you — over a million times — this is truly appreciated –

    later days

  38. 38.

    Gee (September 16th, 2008, 2:18 am)

    Exactly what i’ve been looking for - you couldn’t have had better timing!

    Thanks SM!!

  39. 39.

    ShanghaiTechWriter (September 16th, 2008, 2:22 am)

    This is an excellent post and a great resource for the WordPress community. Thanks a lot!

  40. 40.

    Thorvald (September 16th, 2008, 2:33 am)

    Very nice collection of helpful things!

  41. 41.

    MyW (September 16th, 2008, 3:16 am)

    You at smashing, are reading in minds ! I just started to build my first wp theme saturday and you release this post. I was blocked, I think this will really help me ! Thanks !

  42. 42.

    mau (September 16th, 2008, 3:53 am)

    Great post! I hope I have time to read all :-)

  43. 43.

    jbcarey (September 16th, 2008, 3:54 am)

    Only one word applies to this post….

    Epic

    well done.

  44. 44.

    Amanda Fazani (September 16th, 2008, 4:47 am)

    Wow, that is a truly amazing resource! It’s great to see all of these tutorials and help files gathered in one place.

  45. 45.

    Fatih Güner (September 16th, 2008, 4:49 am)

    brilliant article, good work

  46. 46.

    beepoll (September 16th, 2008, 4:54 am)

    Oh my god! This list is awesome, thanks!

  47. 47.

    Dave Miers (September 16th, 2008, 5:01 am)

    wow!!

  48. 48.

    John (September 16th, 2008, 5:02 am)

    Best Smashing Magazine post EVER!

  49. 49.

    Sevein (September 16th, 2008, 5:07 am)

    thanks!

  50. 50.

    Anthony Bruno (September 16th, 2008, 5:24 am)

    This is awesome! Now lets get one for Drupal! There needs to be more Drupal on Smashing.

  51. 51.

    mabigreen (September 16th, 2008, 5:38 am)

    i do not say it’s the best post you’ve ever had. But i’ts one of them!

    thanks a lot for this great and usefull post

  52. 52.

    Richard Tape (September 16th, 2008, 7:29 am)

    I very rarely comment on articles I find on the internet but found myself compelled to do so on this one. This is an absolutely outstanding resource for anyone that is considering using Wordpress. Quite simply the single best post relating to Wordpress I have seen (and I’ve seen an awful lot). Thank you very much indeed - many, many people will find this amazingly useful.

  53. 53.

    Matt J. (September 16th, 2008, 7:47 am)

    Great resource! Although recycling some of those posts on icon collections (near the end) seems out of place.

  54. 54.

    Richarley Menescal (September 16th, 2008, 7:53 am)

    Huge and amazing post!

  55. 55.

    Fabryz (September 16th, 2008, 7:58 am)

    Amazing and useful article, thanks for sharing :D

  56. 56.

    Justin (September 16th, 2008, 7:59 am)

    Thank you Smashing Magazine, this is my favorite online resource for designers, bar-none!

  57. 57.

    Benni (September 16th, 2008, 8:22 am)

    Awesome article! I will use this as a reference for development of my new theme. Thanks ;-)

  58. 58.

    Tom Karels (September 16th, 2008, 8:44 am)

    thats what i’m talking about! AWESOME Quality post.

  59. 59.

    Matt (September 16th, 2008, 8:45 am)

    This post leaves me with one question: where to begin?!

    Great content.

  60. 60.

    J.J. (September 16th, 2008, 8:52 am)

    After you’ve built your WP site and handed it over to your client to manage the content, you can use Link [wpscreencasts.com] to help train them.

  61. 61.

    Pedro Rogério (September 16th, 2008, 9:16 am)

    Wowwwwwwww, very good post!!!

  62. 62.

    Laura (September 16th, 2008, 10:01 am)

    For someone who spends hours combing through wordpress.org docs, this is gold. More of this please!

  63. 63.

    Lisa (September 16th, 2008, 10:12 am)

    An awesome compendium!

  64. 64.

    Tom (September 16th, 2008, 10:46 am)

    what a list …

  65. 65.

    Abdullah Cetin CAVDAR (September 16th, 2008, 10:57 am)

    Very good post. Thanks…

  66. 66.

    Mark (September 16th, 2008, 11:36 am)

    Thanks a lot for this very detailed article. I’ve just finished creating a new website using Wordpress. I had to do quite a few hacks to make it perfect. This article will definitely help me for my next site.

  67. 67.

    Juan Carlos (September 16th, 2008, 11:40 am)

    Excelent site, go direcctly to my favorites

  68. 68.

    SoGy (September 16th, 2008, 5:57 pm)

    Thank you for this incredible list! I’m just about to start a new project and this will certainly come in handy several times over.

  69. 69.

    HMERT (September 16th, 2008, 6:09 pm)

    not only a toolbox this a an encyclopedia of the wordpress. thanks Steven.

  70. 70.

    AriefDJ™ (September 16th, 2008, 7:56 pm)

    ..great.. good job, Stev..

  71. 71.

    Amelia (September 16th, 2008, 8:31 pm)

    WOW! This is almost a blog within a blog!
    This is a great article and I’ll be refering to it alot.
    You went to a great deal of effort to compile and write this one. Amazing Job.
    Thanks!

  72. 72.

    Harley (September 16th, 2008, 8:40 pm)

    Hey nice List! Also awesome to see some articles written by me up there ;)

  73. 73.

    K.K.Shankar (September 16th, 2008, 9:37 pm)

    Wow. Great..

    Awaiting post from you. Everyone going to bookmark this.
    Great article. Keep it up.

    Thanks

  74. 74.

    Thomas (September 16th, 2008, 10:26 pm)

    Hello,
    for inspiration : CssLeak have now a section for Wordpress Link [www.cssleak.com]

  75. 75.

    Michiel (September 16th, 2008, 11:16 pm)

    Great one, guys! Love it!

  76. 76.

    Beppone (September 17th, 2008, 12:21 am)

    Another great and useful post :)
    Thank’s smashing team!

  77. 77.

    Rob (September 17th, 2008, 2:14 am)

    excelent stuff - thanks for this!

  78. 78.

    Dave Bowker (September 17th, 2008, 2:20 am)

    This is by far the most awesome collection of wordpress information in one place I’ve ever seen. Bravo!

  79. 79.

    K-IntheHouse (September 17th, 2008, 4:35 am)

    Wow.. THE most exhaustive list of resources for WordPress. You have covered every aspect of it and it’s going to be my reference for a long long time!

  80. 80.

    Alex (September 17th, 2008, 8:11 am)

    This is a great post I use alot of these techniques when I designed Link [www.enuws.com]

  81. 81.

    Mehedi (September 17th, 2008, 9:22 am)

    Nice! Wow!

    Thanks.

  82. 82.

    Christina Hills (September 17th, 2008, 10:08 am)

    This will come in handy when I teach my wordpress course to my students.

    thanks for putting this together, I’m printing it out now

    -Christina
    “The Shopping Cart Queen”

  83. 83.

    Miladin (September 17th, 2008, 11:12 am)

    Absolutely amazing! Thanks for the wonderful resources!

  84. 84.

    Jens Törnell (September 17th, 2008, 11:29 am)

    Hi!

    I have a website with hacks, plugins and themes. Here are some helpful functions to be included with Wordpress themes:

    Link [www.web-templates.nu]

  85. 85.

    Will (September 17th, 2008, 11:42 am)

    Smashing Magazine, you da boy!

    Seriously awesome resource. Thank you!

  86. 86.

    Dashboards (September 17th, 2008, 11:49 am)

    Working on a Wordpress Dashboard plugin. With this plugin you can view your blog statistics using cool Dashboard Dials. The plugin details will be published soon at Link [www.dashboardzone.com]

  87. 87.

    Jeffro2pt0 (September 17th, 2008, 1:55 pm)

    Definitely one hell of a good resource. Smashing Magazine strikes again

  88. 88.

    TomSieron (September 17th, 2008, 3:16 pm)

    Great stuff.

    Any chances of you guys putting together same kind of thing for TextPattern, ExpressionEngine, MovableType, Drupal and alike? That’s be very handy.

  89. 89.

    Stuart Atkinson (September 18th, 2008, 8:29 am)

    Definitely one of the best resource collections here! More of the same please :-)

  90. 90.

    Bill Stevens (September 18th, 2008, 12:32 pm)

    Steven - You’re a Freak!! Awesome, Awesome!!

    Thanks,
    Bill at Link [www.thespinningdonut.com]

  91. 91.

    Lonnon Foster (September 18th, 2008, 6:15 pm)

    Another excellent blank theme is Sandbox (Link [www.plaintxt.org]). It has clean, semantic markup, with liberal use of classes for great CSS design flexibility. I used it for the basis of my own blog (Link [nyerm.com]), and I’m quite pleased with how quickly I was able to extend it.

  92. 92.

    fr (September 19th, 2008, 5:42 pm)

    thank you for your wonderful site

    there is just one thing and i don’t understand :
    why do you put all the article in your RSS feed ?????
    it makes my Google reader bug !

    i suggest you just put the title, the begining of the article and one illustration in the rss
    if i’m intersted in this subject i will click…

    thank you

  93. 93.

    Eric Buckley (September 19th, 2008, 9:15 pm)

    Wow!
    I have been looking for a resource like this for awhile. This is one of the most impressive posts on WordPress customization, theme creation and WP Usage that I have ever see. Very impressive!
    This one is getting bookmarked.

  94. 94.

    rohan sandeep (September 19th, 2008, 9:52 pm)

    A lot of things i always wanted but dint know where to look! answered!

  95. 95.

    Adam (September 21st, 2008, 11:02 am)

    I love Tycho (ISO50).

  96. 96.

    Justin (September 21st, 2008, 1:55 pm)

    Holy crap, what a post. For a WP hack like me, this is awesome. Thank you so much for putting this out ther.

  97. 97.

    Farid Abdulhadi (September 22nd, 2008, 4:12 am)

    Wow! What a post!
    A lot of useful information here. Really great job.
    Thanks a lot!
    Well done!

  98. 98.

    Brian (September 23rd, 2008, 10:06 am)

    This is a great resource! Thanks for doing the leg work.

  99. 99.

    KChristoph (September 26th, 2008, 10:32 pm)

    Danke, für das mächtige Paket, viel zu mächtig für einen Autodidakten …

  100. 100.

    Johannes (October 1st, 2008, 12:26 pm)

    Thanks so much!

  101. 101.

    Allowed (October 6th, 2008, 9:57 pm)

    I have been looking for Link [zf.36578.com]resource like this for awhile. This is one of the most impressive posts on WordPress customization,

  102. 102.

    OliMX (October 14th, 2008, 10:33 pm)

    Huge list of useful resource, just coming at right time. Thanks a ton. Just love article from smashingmagazine

  103. 103.

    davor (October 21st, 2008, 5:23 am)

    cool & useful stuff. thanx

  104. 104.

    cesarnoel (November 27th, 2008, 5:11 am)

    nice list. Very useful for us Wordpress Developers