Abbreviation of last names when displaying user information
-
Hello, how can I display the first and last name separately in the “Seller Information” block on the ad page?
In the file “seller-info.php” PHP code: <?php $listing->the_author(); ?> displays the first and last names together. How can I display them separately?
I need to make it so that the full name is displayed, and only the first letter of the last name is displayed. For example: If the username is Ali Akbar, I need the output to appear as: Ali A.
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.