Michael
Thank you for your reply
echo get_usermeta($post->post_author,'user_url');
does indeed work! However how do I get the URL to firstly show up as an html ‘live’ link? secondly, what code would I use to make it sit under the word ‘HERE’.
I have tried a few things:
echo get_usermeta($post->post_author,'user_url', 'HERE');
and
echo get_usermeta($post->post_author,'user_url'(__('HERE'));
amongst other thniks but they don’t work – little help please?
Thank you again!