✍️ হতে চান লেখক? উইব্লগবিডিতে এখন যেকেউ লিখতে পারবেন। রেজিস্ট্রেশন করুন

Author Profile

‘ . get_the_author() . ‘‘; echo ‘

‘ . get_the_author_meta( ‘description’ ) . ‘

‘; // Display the author’s posts $author_posts = new WP_Query( array( ‘author’ => $author_id, ‘posts_per_page’ => -1 // Show all posts by the author ) ); if ( $author_posts->have_posts() ) { echo ‘

Recent Posts:

‘; } wp_reset_postdata(); ?>