The most popular WordPress Custom Login Plugin in the repository get a major update to version 2.0! See what's new …
Category: WordPress

List all Blogs WordPress Multisite in WordPress admin bar
List all Blogs (sites) in a WordPress Multisite and show them in the WordPress admin bar.
Setting up Virtual Hosts for WordPress Multisite with XAMPP running on Windows 7
Setting up virtual hosts with XAMPP on Windows 7 is very straight forward and could be done in less than …
Modifying Tweetable plugin to work with PrettyLinkPro & Twitter Friendly Links
Modifying Tweetable (plugin) to work with PrettyLinkPro & Twitter Friendly Links
Change the height in Twenty Ten’s custom header
Add this to your child theme that is running Twenty Ten: function my_twenty_ten_height() { return '328'; // change the number …
Flush your rewrite rules on plugin/theme activation
I've actually been asked this a few times, and have seen others do it a few different ways. Anyway, here …
Grab the requested slug from wp_remote_retrieve_body
I'm building an auto-theme updater for self hosted (non repository) based WordPress themes. I've built most of my code off …