Display author nickname and the author's full name
-
I want to display the author’s nickname as it is currently set up, with the added featured of being able to also force the display of the first and last names beneath the bio blurb. So for example the social bio would look like…
npower (23 Posts)
Bio blurb describing the author
Nick PowersI found the code
<?php echo the_author_meta('first_name'); ?> <?php echo ('?'); ?> <?php echo substr(get_the_author_meta('last_name'),0,1).'.'; ?>
But not sure how to use this, or if it is useful?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Display author nickname and the author's full name’ is closed to new replies.