harumemo

メモ書きです。

WordPressで記事のオーナー情報を表示する

the_author_meta('display_name');

the_author_meta('description');

get_user_option('display_name',get_the_author_meta('id'));

get_user_option('description',get_the_author_meta('id'));