The Shiba Gravatar Plugin allows you to cache gravatar images locally on your server as well as use your own set of gravatar images. In this release, we significantly streamlined the process for loading your own custom gravatars. This was based on Lane’s excellent feature suggestion of tying the custom gravatar system to WordPress galleries……
In Custom Post Type Permalinks – Part 1 we considered how to set different permalink options from the register_post_type function call. Here, we focus on how to create our own permalink structures. With the register_post_type function, we can easily set our custom post type permalink structure to look like this (assuming custom post type =…..
Custom post types is a very powerful feature in WordPress 3.0. With custom post types you can easily create post-like objects and automatically have menus, metaboxes, icons, permalinks, and much more added without having to code any of it yourself. Here we consider custom post type permalinks – how to set it, what the different…..
This theme is centered around my second bishonen character design. Bishonen is a Japanese term which translates to pretty boy. I am a big fan of anime (Japanese animation), particularly those that feature bishonen characters. I created this character on Carrara 8, using a combination of vertex manipulation and character head morphs for Michael 4……
The Media Library Plugin is now updated for 3.0. It was tested on WordPress 3.0 and 2.9+. If you are using WordPress 3.0, the plugin will now use the new custom post type feature to create and manage gallery objects. In particular, you will get a new Gallery menu to view and modify gallery objects……
One of the exciting new features in WordPress 3.0 is custom post types. We can create our own post types by using the register_post_type function. If we enable UIs for our custom post type, we will get additional menu items on our WordPress dashboard similar to the Edit and Add New options for standard posts……