For all your lurkers in the RSS feed who haven't come out in the last week, and I know there's quite a few of you, there's a new design waiting for you if you click the link!
I'm also, with this post, submitting this design to the WP WebHost Best WordPress Design Award contest in the [...]
New design (and submitting for a contest)!
Categories: Offtopic
WestHost: WordPress hosting done right
So in the last couple of weeks I had a bit of an issue with my server. Automatic plugin updates didn't work as I wanted them to, WP-Cron didn't work, and although I was able to fix all those I felt unhappy. I want my hosting party to take care of that stuff, and not [...]
Categories: WordPress
WordPress SEO Video
I spoke at A4UExpo London last year and will be speaking at the upcoming A4UExpo Amsterdam. One of the sessions I had in the last A4UExpo was the session on WordPress SEO & Optimisation strategies. That entire session was taped, and the A4UExpo guys have been kind enough to allow me to embed it here [...]
New layout, coming soon!
So in between all the work on Tweetbacks, the new design for yoast.com is shaping up nicely. It's extremely funny, and I love it even when working with a bit longer. It's a whole lot lighter than the current one, which is a bit dark to my liking, and it's a lot more me.
I've outsourced [...]
Categories: WordPress
FeedBurner subscription show-off revisited
A couple of months back I blogged about how to show off your FeedBurner subscribers. In the comments then, a couple of people told me the code didn't work for them. After a few back and forths I found out those people were on FeedBurner's new servers, the Google ones.
This new server actually has a [...]
Categories: WordPress
Styling the intro paragraph
A few weeks back (actually 18 days), @karelgeenen asked me on Twitter how he could bold the text above the <!--more--> tag in WordPress, like the Dutch site Marketingfacts (which is actually built in Expression Engine).
I didn't know back then and this afternoon I decided to try and solve it for him. It turned out [...]
Categories: WordPress
WP 2.7 fun: complete hcards
WordPress 2.7 has an awesome new thing: it turns the comments into hCards by default. An hCard is the microformat version of a vcard, which, with microformat extensions for your browser, you can then save the data of those commenters in your address book.
For instance, with the Safari microformats plugin, this looks like this:
If you [...]
Categories: WordPress
WordPress functions to supercharge your Theme!
WordPress is well known for its plugins and themes, but not enough people know and love what you can do in your themes functions.php. Chris Pearson showed his love for them back in May, and he did a great job of explaining how you can bring your own functions.php file to each and every theme [...]
Categories: WordPress
10 Checks to the Perfect WordPress theme
I've seen it happen so often. People have a great blog, and at some point, they decide they need a new look and feel. They then decide to either buy one or use one of the free themes available at wordpress.org. There's a couple of things they'll look at, usually in the order: layout / [...]
Categories: WordPress
Using actions in your WordPress themes
At some point, every major theme developer wants to do "specific" things in his theme(s). Either you want to add specific images, need several meta's per post or you want to move some of the "utils" like edit this post around.
I'll be blogging a bit about the several things I do in my theme development [...]
Categories: WordPress