Eureka! The WordPress for Windows Phone dev team is excited to announce that version 1.2 is now available for download in the Windows Phone Marketplace. This version is full of great new features and fixes that will make it easier than ever to blog from your Windows Phone device. Check out what’s new! Landscape Editing Got your thumbs warmed up?
Posts Tagged ‘under-the-hood’
Create a Settings Page For Your WordPress Theme | Wptuts+
Creating your own theme for WordPress is a great way to give your blog or other WordPress powered web site an original touch. But even the nicest looking theme is not that nice if you have to get under the hood and edit the theme's HTML … Wptuts+
Peter Westwood: Themes and WordPress 3.0 some important changes
During the development of WordPress 3.0 we have made a number of changes under the hood which will be of interest to the developers and users of themes. Some of these changes are about making themes easier to develop and some of them are about making it easier to support the override of parts of themes. 1) get_template_part – [13146] , #12371 The first change which should make it easier for extensible flexible theme development is the introduction of get_template_part() which has been introduced as a generic way of modularising themes a step beyond the basic footer/body/header files. This new function makes it very easy for a theme to reuse blocks of code implementing theme areas such as the WordPress loop in a way which makes it easy for a child theme to override the implementation in a context sensitive way. This function is really easy to use – You create a file within your theme containing the code you want to re-use and then you pull it in as follows: get_template_part( ‘loop’, ‘author’ ); // Pull in the loop for the author archives This will look for the files loop-author.php and loop.php searching first in the current themes folder before looking in the parent themes folder (if one if defined). The new TwentyTen theme in WordPress 3.0 uses this for every call to it’s loop.php to make it easy to override in a single instance from a child theme.
Dev Blog: Firefox Personas, WordPress-style
We recommend open source software whenever we can, and the Firefox browser from Mozilla is one of our favorites.
WordPress themes for developers
This week, we’re going to take a quick look at some WordPress themes that have caught my eye recently. In particular, these are themes that don’t just look pretty, they have some muscle under the hood that a web developer like me can …












