Show author’s first name and first letter/initial of last name.
-
Within my index.php I have a line of code that shows a summary of a post and the author’s first name. I would like to display the first name and last initial.
example: “Barack O.“
line of code I have now:
echo the_author_meta('first_name');
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Show author’s first name and first letter/initial of last name.’ is closed to new replies.