WordPress - Output User Description
To display your description under user profile instead of blog description, add the following to your template
< ?php echo(get_usermeta(1,'description')); ? >
Category: Software
To display your description under user profile instead of blog description, add the following to your template
< ?php echo(get_usermeta(1,'description')); ? >
Category: Software