Sunday, January 3, 2010

How to disable wp.me shortlink

WordPress 2.9 provides wp.me shortlink for each post for free. However, if you don't like it, you can disable it easily.

To disable it, copy and paste the following code into your theme's functions.php file.
/* Disable Auto Adding of wp.me Shortlink */
remove_action('wp_head', 'shortlink_wp_head');

5 comments :