Power User Tip: Custom Post Type Feeds & Google

Not many people realize the power that WordPress gives them by making feeds for everything on the site. If you register a custom post type it gets a feed by default, so for my new WordPress Plugin Review section, which is built on a custom post type for plugin reviews, there’s a custom feed here:…

Why WordPress and some of my plugins require PHP 5.2

WordPress 3.2 will require PHP 5.2 or higher, as a result of which I’ve decided that my WordPress SEO plugin, currently still in beta, will also require PHP 5.2 and I will probably start having the same requirements for future version of my other plugins. This saves me time coding and testing against a version…

WordPress Plugin Review

I’ve decided to start doing plugin reviews on this blog, I get so many questions from people asking “is this a good plugin”, “is that a good one”, “can I trust that plugin”. It’ll probably help a lot more people if I start doing these reviews publicly. So, to start this, I’ve created a form…

Video: Making sure your content is found

So as you might now, I was in Sofia in October 2010 for WordCamp Bulgaria, last week the presentation I gave there was put on WordPress.tv, so now all of you can enjoy it. It covers SEO and how being remarkable is important for proper SEO. The presentation is titled: Making sure your content is…

Bit.ly Links for WordPress, made easy.

WordPress recently added shortlinks for posts to everything, you get a Shortlink button in the backend on published posts, there’s a Shortlink menu in the admin bar etc. But most of us don’t want to use that shortlink. We use Bit.ly, or in my case, Bit.ly Pro and we have no need for that Shortlink…

How to reduce HTTP requests for your WordPress site

The web is sort of a reversed highway: you get tickets for going too slow and bonus points for speeding. Whether you’re “just” a blogger or you have an e-commerce site, your site needs to be fast. We’ve written about what to do to speed up Magento before, and I’ve mentioned caching for WordPress more…

Open Source, Motivations & Business

A hefty discussion has been going on about people’s motivations to develop Open Source software, starting with Alex King’s blog post and followed up by many others including Weblog Tools Collection. I disagree wholeheartedly with some of Alex’s statements. Chris Olbekson did a post I agree with more, and he also asked for my opinion…

WordPress SEO Update

WordPress SEO has a new version: 0.1.4. It took me quite some time, but there were a few bugs that really needed fixing in the plugin before I could continue adding features, options and more. These are fixed now, please grab the latest update from WordPress.org. The most important bug that was fixed is the…

WordPress plugin updates and how I (ab)used it

Any WordPress site administrator will know WordPress has an auto update system for plugins. Not many people seem to think through how this works and what it means, which is why a lot of people started to say stuff when I “fixed” the BlogPress SEO situation earlier today. Let’s walk through this essentially pretty easy…

BlogPress SEO: solved

I thought BlogPress SEO was bad, turns out, it’s worse. It’s malware. I had already discovered that it sent the admin email to the plugin’s author, but today, mtekk uncovered that it was adding an option to log in, solely with that email address. Yes that’s bad. I checked out the plugin code again, and…