The recent release of WordPress 3.0 has prompted my to go for an overhaul of this site, making use of some of the jazzy new features in this latest version.
Custom Post Types
The introduction of custom post types is a feature that many WP users have been waiting for for a while, now it is here it is awesome. I’ve created a custom post type (‘papertoy’), and extended it with custom meta fields, to make managing my paper toys far easier than before. I may write a post with more detail on this some time.
Editable Menu
WP 3 allows menus to be managed in a wonderful interface in the admin console. Posts, pages, categories, etc, can all be dragged and dropped around to create a menu hierarchy. And it is incredibly easy to code in to a theme.
Widgets
Ok, these aren’t new. But as of WP2.8 there has been a new widgets API, which makes the creation of widgets a billion times easier than it was before. I’ve created two widgets for this new theme; one with links to my social network accounts, and another to display my latest paper toys.
The paper toys widget basically pulls an image (stored in a meta field) from each of my ‘papertoy’ posts and displays it with a link to the page itself.If you’re planning on doing something similar yourself, you may to check out this problem (and fix) when using the WP loop with the new widgets API.
The social networks widget is pretty simple, I may publish it in the future, but right now I’ve got other things going on. Oh, the icons I used are from here.





















