WordPress 3.0 Theme Development Links

These are some of the best, currently available resources on the various WordPress 3.0 features relevant to theme development. I’ve been using and growing this list personally for a while as a sort of launchpad and they should be enough for most development needs.

There are plenty other resources, tutorials, and tips out there that I do not include here, though. For that, Google is your friend.

Menu

Custom Post Types

Custom Taxonomies

Multisite

Custom Header and Background

Editor Styles

New Theme Template Files

Miscellanea

6 Responses to “WordPress 3.0 Theme Development Links”

  1. Keri

    Great, I needed this. Thanks a lot! =)

  2. Tookangweb

    yeah, this is very important for learning WordPress 3.0 :) thanks

  3. WebmistressM

    Any idea which frameworks are best for WordPress 3? Your article does not mention it, but it seems that loop.php is called so that you only have to change the loop in one location. Are there any good theming tools that encompass all the new style sheet and them changes ala Thelonious?

  4. حسافه

    i need this to .. thanks man

  5. WordPress 3.0 的menu功能 | Jinwen Say

    [...] 反正3.0 上的新功能已经不是新鲜事儿,很多折腾星人从它的beta版时就已经摸了个透彻,要来个汇总什么的推荐大家看这一篇文章:WORDPRESS 3.0 THEME DEVELOPMENT LINKS,应该错不了。我这次需要的只是custom menu 的功能部分,也不复杂,大家在上面链接里的开头部分就能够知道清楚了,我在这里也没必要再贴次代码,略过。 [...]

  6. Sjoerdtie

    Dude .. (can I say dude?) this is really awesome. Thanks a bunch! I’ll be definately checking this out a lot!

Leave a Reply

Latest Links More →

Custom Shortlinks for WordPress

Have your own short domain name for the purpose of shortlinking? Here’s an easy way to combine that with your WordPress install.

The Quick Start Guide to Using Google Webmaster Tools With WordPress

GWT is a great, frequently updated features like showing you search queries volume, malware and crawl error diagnostics and links to your site. If you don’t use it yet, you probably need to. This will help you get started.

WordPress & jQuery Contact Form without a Plugin

I would recommend this either if you want more flexibility or to learn how to code a contact form.

Understanding and cleaning the pharma (spam) hack on WordPress

How to fix that hack:

This attack is very interesting because it is not visible to the normal user and the spam (generally about Viagra, Nexium, Cialis, etc) only shows up if the user agent is from Google’s crawler (googlebot). Also, the infection is a bit tricky to remove and if not done properly will keep reappearing.

Web Safe Fonts Cheat Sheet

An updated (written in April 2010), well researched, CC-licensed Web safe fonts cheat sheet, available both in low-res PNG and high-rest PDF. Even the article is useful as well.

The Nicest 2010 Child Theme You’ll See Today

The Timaru Mental Health Support Trust website, made for charity by Team USA (comprised by web superstars like Jason Santa Maria, Dan Mall, Liz Danzico and Automattic’s John Ford) during the FullCodePress competition, is actually a clever child theme of 2010.

More recap by JSM, Daniel Mall, and Liz Danzico.

WordPress 3.0 Theme Tip: The Comment Form

The simpler way to code comment form (once you understand how hooks and filters work).

Showing and hiding content with pure CSS3

I like it, I think it’s short and easy to understand.