I want to implement a personalised greeting to welcome visitors back to my blog.
This code:
Welcome back <?php echo $comment_author; ?>
doesn't retrieve the name of the comment author - and I can't work out what else I need
Coldforged has written a guide here on how this works in the comments page, but I wan't to do it on my front page/ other pages.