Welcome to our second Theme.fm weekly roundup, where we provide an overview of this week’s happenings in the world of WordPress. Permalink
Welcome to our second Theme.fm weekly roundup, where we provide an overview of this week’s happenings in the world of WordPress. Permalink
A few weeks have now passed since WordCamp San Francisco 2011 and the videos from the sessions are rolling out over at WordPress.tv almost every day. Of course all the sessions are worth watching, but id you’re limited on time, we have picked another set of videos and embedded them all in this post. Permalink
If you heard about San Fran, a WordPress theme we released around a month ago, you’ll be happy to know that based on it (but not really a child theme) we have created San Kloud — a free WordPress theme made especially for blogging.
In this post we’ll talk a little bit about the features of San Kloud and the process of designing, developing and releasing the theme to the public. Oh and Kloud in San Kloud is not a typo ;) Permalink
Theme Options pages get quite sophisticated these days, providing the end user with a highly customizable WordPress experience. Our topic today is color and color pickers, which can be used to provide the theme user with an option to choose colors for different things like the footer area, the general text color, the navigation menu background color, headings color and so on. Of course all of this can easily be done by simply providing a Custom CSS field, but let’s admit that not everybody’s fluent in CSS.
Today we’ll talk about Farbtastic, a jQuery color picker script that is shipped together with WordPress. We’ll create a Theme Options page with a single text field and I’ll show you how to pop out the color wheel when the user clicks that field, as well as save and use the saved color in your theme afterwards. Permalink
You probably heard about the Post Options API project that we’ve been working on for a couple of months now. It’s a set of functions that allow you to easily create additional fields in posts and pages edit screens. Quite a good alternative to the native WordPress Custom Fields.
We’ve done some major modifications to the API in the last few weeks and today we’re glad to announce that the project is in beta and open for feedback. If you haven’t read our introduction post earlier this month then you probably should, since today we’ll talk about the new structure, the API and other changes. Permalink
This is our last interview from WordCamp San Francisco 2011 and yes, it’s Matt Mullenweg himself. Unfortunately we didn’t have much time to talk to Matt so this one’s quite short, but definitely exciting. A very big shout out goes to Adria Richards for making this possible. Permalink Permalink
We’re kicking off our Weekly Roundups. Every Friday we’ll (hopefully) cover some of the best things that happen to WordPress and the WordPress community during that week and throw in a couple of occasional opinions too. Permalink
Hey there, hope you’re enjoying our interviews from WordCamp San Francisco and today we’ve finished processing Samuel Wood, who’s better known as Otto in the WordPress community. Otto talks about himself, about development tools that he likes to use when working with WordPress. He also mentions beer, hmm, interesting! Permalink Permalink
We’ve got a couple of more interviews left from WordCamp San Francisco which we’re still processing and today we’ve got one with Alex Mills, better known as Viper007Bond. Alex talks about his past, present and future with WordPress and about his contributions to the WordPress community. Permalink Permalink
Capistrano is a command line utility for deploying web applications to one or more servers. It was primarily developed for Ruby on Rails applications, but applicable to all sorts of web applications these days, including of course WordPress. Honestly, I discovered Capistrano a couple of weeks ago during Mark Jaquith’s talk at WordCamp San Francisco 2011 so I decided to give it a go.
I’m not a Capistrano expert (yet) and in this post I’ll try to give you an overview how to set it up and how to deploy WordPress applications (websites) in seconds. We’ll work with only one server today but the principles in deploying to two or more are pretty much the same. I’ll probably write a few follow up posts on this topic as I get better, so stay tuned ;) Permalink