Howdy! Thanks for coming and enjoy your stay! Take a look at the sitemap and don't forget to chirp!

Posts Tagged ‘tricks’

Extending Custom Post Types in WordPress 3.0

March 29th, 2010

In a previous article about Custom Post Types in WordPress 3.0 I outlined one of the most exciting features coming up in 3.0 and I noticed that people have already started building websites upon these new features. It’s not a secret that I’m working on a project myself which involves 3.0 so just like everybody [...]

Adding mod_rewrite Rules to .htaccess in WordPress

November 2nd, 2009

This is all about the Twitter Friendly Links plugin I’ve been working on lately. You might have noticed some 404 issues in the comments section on the plugin page, this in most cases is due to caching fail. I wrote about this a while ago when I was working on W3 Total Cache compatibility where [...]

WordPress: The template_redirect Hook Returns 404

October 16th, 2009

This is a real quick one. I’ve started using the W3 Total Cache plugin a few days ago which I’m totally satisfied with. Unlike the WP Super Cache plugin, W3TC can keep the caches in memory via memcached, serve the static content through CDNs. The guys at W3 Edge promised to add Amazon CloudFront compatibility [...]

Multiblog WordPress: Eeek! No Database Connection

August 5th, 2009

I tried browsing to www.kovshenin.com this morning and was pretty sure I’ll get the usual redirect, but no. I got an “Error establishing a database connection”. Right, it seems that www.kovshenin.com is not defined in the wp-config.php file we created earlier this week (Multiple Sites Driven By One WordPress Installation Part II) so here’s a [...]