Skip to content

Instantly share code, notes, and snippets.

@frontend-coder
Created July 24, 2022 17:55
Embed
What would you like to do?
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