Answers for "php wordpress get author id"

0

wordpress get post author link

<a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" 
  title="<?php echo esc_attr( get_the_author() ); ?>">
  <?php the_author(); ?>
</a>
Posted by: Guest on December-23-2021
0

wp get author description

<?php echo the_author_meta('description'); ?>
Posted by: Guest on April-16-2021

Code answers related to "php wordpress get author id"

Browse Popular Code Answers by Language