Series
Posts in This Series
Categories
Links
Author Archives: Matt
Headed to WordCamp New York City
It’s that time of the year again and my favorite WordCamp is about to begin. Last year I made the trip to WordCamp NYC and spoke in two sessions. I had an immense amount of fun last year, and even … Continue reading
WordPress One Liner to Customize Author Permalink Redeux
Nearly 2 years ago I wrote a one liner for someone in the WordPress IRC channel to change the author permalink structure. At the time I had not taken the time to really understand WP_Rewrite and as such didn’t understand … Continue reading
WordPress Metric Comparison of 2.9.2 and 3.0
Some times I like to look at metrics. Because I am bored? Probably. Without metrics how can really compare things. In any case I wanted to see the difference in the number of queries, generation time and peak memory usage … Continue reading
Using MySQL Sockets in the WordPress wp-config.php
Recently I have been getting a lot of questions about how to use a MySQL socket in place of the DB_HOST constant for WordPress in the WordPress IRC channel. Fortunately this is pretty easy, unfortunately if you are using the … Continue reading
Posted in CoolStuff, HowTo, WordPress
3 Comments
Detect wp_head and wp_footer from a Plugin
Normally I start these posts with “Every so often someone asks a question in the WordPress IRC channel that sparks my interest”, however today, to my great surprise someone actually caught my attention on the wp-hackers mailing list. For those … Continue reading
Posted in CoolStuff, Fun, HowTo, PHP, Plugins, Questions, Uncategorized, WordPress
7 Comments