February 4, 2012

Custom Author Permalink

Phil (Frumph) & I worked out another SocialPress plugin this week. This one allows you to change your author permalink across your WPMU install. I also tested it in WP 2.8.3 and it worked there as well. For WPMU I tested from version 2.7 through to pre-release 2.8.3.

Built into both WP and WPMU is an author permalink such as http://wpmututorials.com/author/ron/ which uses author.php in the theme if there is one. With this plugin you can change the /author/ to a permalink base of your choice (ex. /user/, /member/, /profile/).

Using this plugin and a custom author.php you can create an author profile page. The plugin in the download has a custom author permalink of /user/. To use a different base change the second line of code

define('CUSTOM_AUTHOR_BASE', 'user');

to your preferred author permalink

define('CUSTOM_AUTHOR_BASE', 'profile');

which would then change the permalink to http://wpmututorials.com/profile/ron/.

Download the plugin: Custom Author Permalink (284)

Get 3 for the price of 2 in the Network Home Bundle

Includes 3 ebooks with plugins -
Network Home Pages: aggregate global content, set up sitewide tags, create a huge tags cloud like the one seen on WordPress.com, global footers and menus, setting defaults & more
Custom Registration: sign up on sub sites, multilingual signup pages, stop spam blogs
WP Curator: pick and choose posts from sub sites to feature on the main home page of your network

Network Home Pages, Custom Registration & WP Curator – $35.90 for all three. Purchase

Comments

  1. doobbe says:

    Hi,
    Does it work in WP 3.0 ?

Trackbacks

  1. [...] here to read the rest: Custom Author Permalink – WPMU Tutorials Comments0 Leave a Reply Click here to cancel [...]