分享

WordPress Developer's Toolbox | Developer's Toolbox | Smashing Magazine

 vforvivid 2009-03-21

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.

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多