“WordPress Dapatkan tautan Posting Penulis” Kode Jawaban

WordPress Dapatkan tautan Posting Penulis

<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>
Developers

WP dapatkan tautan penulis posting

<?php $author_id=$post->post_author; ?>
<img src="<?php the_author_meta( 'avatar' , $author_id ); ?> " width="140" height="140" class="avatar" alt="<?php echo the_author_meta( 'display_name' , $author_id ); ?>" />
<?php the_author_meta( 'user_nicename' , $author_id ); ?> 
Fragile Ferret

Jawaban yang mirip dengan “WordPress Dapatkan tautan Posting Penulis”

Pertanyaan yang mirip dengan “WordPress Dapatkan tautan Posting Penulis”

Lebih banyak jawaban terkait untuk “WordPress Dapatkan tautan Posting Penulis” di PHP

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya