Browsing archives for December, 2008

WordPress One Liner to Customize Author Permalink

Code, One Liner, PHP, Snippet, Wordpress 23 December 2008 6 Comments

Several people have asked me recently how to customize the author permalink from being /author/admin to something like /profile/admin. I have created a simple one line piece of code that you can drop in your themes functions.php to achieve this.
add_filter(‘init’, create_function(‘$a’, ‘global $wp_rewrite; $wp_rewrite->author_base = "profile"; $wp_rewrite->flush_rules();’));
Drop this into your themes functions.php wrapped in[...]

Shadowbox JS WordPress Plugin v2.0.3 Released

Asides, CoolStuff, News, Plugins, Wordpress 22 December 2008 13 Comments

The Shadowbox JS WordPress Plugin has been updated to version 2.0.3. Don’t be fooled by the version number. This is a big update. New to this update, by popular request, is an admin interface among other updates. See the Change Log for all changes. Enjoy!

Moderate Select Posts Updated to 1.2

Asides, News, Plugins, Wordpress 11 December 2008 3 Comments

The Moderate Selected Posts WordPress plugin has been updated to version 1.2. New to this version are 2.7 enhancements, admin styling enhancements and localization support. Enjoy!

WordPress 2.7 Released

Asides, CoolStuff, News, Technology, Wordpress 10 December 2008 1 Comment

WordPress 2.7 has been released! No blog post yet from Automattic on the WordPress blog yet, but should be soon.

WordPress 2.7 Just Released on WordPress.com

Asides, CoolStuff, News, Wordpress 4 December 2008 0 Comments

WordPress 2.7 was just released on WordPress.com! Congratulations Automattic!