Last updated November 17, 2005. Created by sepeck on November 17, 2005.
Log in to edit this page.
Create a block with the following code
<?php
global $user;
print l("My Blog", "blog/" . $user->uid);
?>Thanks go to MichelleC and Richard Eriksson from this post.