Answers for "author page url from the current post"

0

author page url from the current post

<a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php the_author(); ?></a>
Posted by: Guest on May-16-2021

Code answers related to "author page url from the current post"

Browse Popular Code Answers by Language