Skip to content

Instantly share code, notes, and snippets.

@frontend-coder
Created July 24, 2022 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frontend-coder/a0a0caf799d5b66d712c6c78142ef03b to your computer and use it in GitHub Desktop.
Save frontend-coder/a0a0caf799d5b66d712c6c78142ef03b to your computer and use it in GitHub Desktop.
41. Як зробити посилання на пост автора #wordpress
<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