Yay!!! It’s there. After almost a year of coding, I dare say that my WordPress SEO plugin is finally to be called stable. That doesn’t mean there are no more bugs left to squash: I wish. It does mean though that I now strongly believe that it’s safe to run on smaller and bigger sites…
WooCommerce vs JigoShop
On Open Source, Forking, Branding and Reputations There’s a whole ordeal in the WordPress community right now over the fact that WooThemes has decided to fork JigoShop into WooCommerce. Quite a few people have asked me for my opinion on this, given my recent trials and tribulations with copyright issues. I decided it would be good…
get_permalink memory usage issues
Every post that you call get_permalink for is added to the object cache (in memory). Now, if you’re doing a get_permalink call, 9 out of 10 times you’ll need to more of that post than just the permalink, so this isn’t really a problem. However, in some cases, especially when you do large quantities of…
rel=”author” and rel=”me” in WP and other platforms
The recent changes from Google and my post about it regarding the highlighting of authors in search caused quite a few questions. People have been asking me how to do specific things and how to make certain elements contain rel=”author” or rel=”me”. Instead of replying to each of those emails and comments I decided to write one…
Author Highlighting in Search with WordPress
Amidst all the news about Google+ and Google social interaction tracking (and yes I will work on & post about that too), Google released some other news today. They said they’re going to be highlighting authors in the search results. I think this is an awesome feature. It means that you’ll see a picture / avatar…
Optimising the Facebook Open Graph Protocol
A small note from Joost first: I’m working on a project with Alex Moss from Pleer. He knows an awful lot about the Facebook Open Graph protocol, in fact he did a couple of pretty good plugins for Facebook comments and buttons etc. I asked him to do a guest post about Open Graph here,…
Social Buttons: Adding them to your site & Tracking them
I’ve had a lot of questions recently (like literally, several a day) on how I implemented the social buttons in WordPress, whether I was using a plugin or using a theme. First of all I’m glad to see all of you noticing my social buttons section so much. Second, I’d love to share with you…
WordPress Plugin Installation Survey
When you install a new plugin, what do you base the decision to do that on? I’d love to know! So I’ve created a survey, I’ll of course share the results here on the blog. Please fill out the survey below:
All In One SEO Pack to WordPress SEO Migration
So you’ve made the decision and want to migrate from All In One SEO Pack to my WordPress SEO plugin. It seems some people are afraid of taking the big leap. It’s actually fairly easy although it will be partly manual work. You won’t have to rewrite the title or description for any of your…
Custom Post Type Snippets to make you smile
So it’s friday, I’ve been coding all day and I thought I’d share some of the cool snippets I’ve come across and/or developed today. I’ve mostly been working with Custom Post Types and Taxonomies, so let me share some of that goodness. Let’s geek out in a bit, but first let me show you why…