WordPressの「wp_get_post_author_link」関数の使い方と例
基本的な使い方:$post_id = 123; // 投稿のID $author_link = wp_get_post_author_link($post_id); echo $author_link;>>More
基本的な使い方:$post_id = 123; // 投稿のID $author_link = wp_get_post_author_link($post_id); echo $author_link;>>More