Created
July 29, 2020 05:27
-
-
Save chered/0146a7d3fb8323e4e7de8d706aa95900 to your computer and use it in GitHub Desktop.
wordpress - first and last name author display plus date
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="r-author"><?php the_author_meta( 'user_firstname', $userID ); ?> <?php the_author_meta( 'user_lastname', $userID ); ?> - <?php the_date(); ?> </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment