Anyone interested in doing a WordPress Meetup ‘t Gooi?

The previous two years, I’ve helped put together a WordPress meetup in Amersfoort. While this was fun to do, it didn’t really make sense, because I do not live in (or even really near) Amersfoort. As a result know very little about essential things like venues there. It looks like this year, local WordPress people will take over “their” meetup, and I’ve been thinking about setting up a brand new one in “my” 035 area of The Netherlands.

Ideally, I’d like to do something that’s a little more informal than the Amersfoort ones were, and probably also more frequent. If there’s anyone who’d like to help organize, speak at, or simply attend such a meetup, please let me know in the comments. Oh, and despite the little joke I pulled with the logo, I’m hoping to keep it as low-key and relaxed as possible. Suit and tie entirely optional, perhaps even frowned upon :) .

Custom Post Features could make WordPress even more flexible

One of the biggest, and most useful additions to WordPress in recent years has been the introduction of Custom Post Types. Before CPTs, all the content in your site needed to either be in pages or in blog posts. If your site needed a lot of different types of data, you’d typically use categories (or even tags) to tell them apart. I’ve seen (and probably built) examples where “products” and “news” were post categories, and the site’s front-end would continuously filter out one of the two. In hindsight: madness.

Since the introduction of Custom Post Types, it makes sense to declare separate types for different types of data. When doing so, there’s a crucial argument (passed to the register_post_type function) called “supports”. This argument tells WordPress which post features should be available for the new post type. This allows you to mix and match various features. No need for an excerpt? Require a “featured image”? Need custom fields? No problem. But there’s a catch.
More Custom Post Features could make WordPress even more flexible

Easily accept credit card donations with WP-Stripe

Noel Tock, who’s at WP On Tour with me, just released a brand new WordPress plugin that lets you accept Stripe payments. Stripe is a new, highly developer-friendly payment solution. They have low rates for processing and a great API. Right now, you can only use Stripe to accept payments if you’re in the US, but if you are, you can accept money from all over the world.
More Easily accept credit card donations with WP-Stripe

WP On Tour – Greetings from Sitges

This week, some of the brightest minds in WordPress – and me – are co-working in Sitges, Spain. As I wrote before, I’m part of the first WP On Tour, organized by Karim Osman of Automattic. We’re in a very nice villa and, compared to back home, the weather is excellent here. But more importantly, it’s really nice to be surrounded by fellow WordPress users and devs for a change.

We’ve set up a Flickr group, but at this time there’s very little in there. On Twitter, we’re using the #wpontour hashtag.

Roy | January 17, 2012 | English,WordPress | Comments (2)
Tags: , ,

WordPress On Tour

WordPress has recently been described as “the dark matter of the web”. It’s absolutely everywhere. The WordPress ecosystem is probably bigger than Facebook. But at the same time, most of the WordPress people I know are “flying solo”. There are a lot of freelancers out there who work with a small team, or none at all.
More WordPress On Tour

Join us at the WordPress meetup Amersfoort 2011!

It’s spring again. Temperatures are on the rise, trees are blossoming and birds are tweeting. Time for another WordPress meetup. Just like last year, Kaj Rietberg and I will be putting together a meetup in Amersfoort. If you’re a WordPress fan and you’re not too far from the geographical center of The Netherlands, please join us on the 10th of May.
More Join us at the WordPress meetup Amersfoort 2011!

WP Time Machine – free off-site backups for WordPress

A few days ago, @bakkel tweeted about WP Time Machine. This WordPress backup solution turned out to be exactly what I’d been looking for. It gathers all the relevant bits (like your blog’s database, uploaded images, etc) and uploads them to Dropbox, Amazon’s S3 or FTP. It even adds a file with comprehensive restore instructions. I’ve argued before that backups need to be absolutely painless, and with this plugin they are.
More WP Time Machine – free off-site backups for WordPress

Idea: A WordPress theme for e-mail newsletters?

There are plenty of way to have “automated” newsletters sent out based on your WordPress blog’s RSS feed. Feedburner and MailChimp, among other do this, and there’s nothing wrong with those services.

However, if you’d want to write content specifically for your weekly e-mail, RSS is not ideal. High quality e-mailings usually don’t simply copy blog posts, they’re carefullt crafted by copywriters to get as much response as possible. That’s why the idea of a newsletter-theme has been floating around in my head. Here’s what I’m thinking might work…
More Idea: A WordPress theme for e-mail newsletters?

bbAggregate lets you mix and match WordPress content

When I first started using WPMU, the now-integrated multisite version of WordPress, I found it strange that there were no built-in tools to aggregate content onto the main blog. It seemed to me that that was something plenty of people would want to do. Sure, there were plugins and hacks, but none of them were as polished as I’d like them to be.

Fortunately, things have changed. WordPress 3.0 now has multisite capabilities built right into it, and Bjorn Wijers, a friend of mine and one of Holland’s top WordPress developers, has created a really cool plugin to handle content aggregation. Called bbAggregate, this plugin doesn’t just collect posts from blogs to be displayed on the home page, it allows you to display aggregated content on any of your network’s blogs. And to do this it introduces the concept of streams.
More bbAggregate lets you mix and match WordPress content

Creating a split menu in WordPress 3.0

For a project I’m working on, I needed to create a split menu, where the top level navigation was in a horizontal menu in the header, with all underlying content listed elsewhere on the page. This turned out to be a little harder than I had anticipated, but I managed to get it working. Here’s how I did it. Feel free to add suggestions in the comments if you see room for improvement.


More Creating a split menu in WordPress 3.0