Created
July 24, 2022 17:55
-
-
Save frontend-coder/a0a0caf799d5b66d712c6c78142ef03b to your computer and use it in GitHub Desktop.
41. Як зробити посилання на пост автора #wordpress
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
<a href='<?php echo get_author_posts_url(get_the_author_meta('ID')); ?>'> <?php the_author(); ?></a> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment