Obtient le nom de l'auteur des messages en dehors de la boucle
Catégories: Conception
14/02/2011 Dernière mise à jour:
14/02/2011: Messages Sun
Est maintenant même pas écrire, donc je n'ai pas sortir quand vous effectuez une recherche, à titre provisoire comme un rappel pour vous-même.
$author = get_userdata($post->post_author); echo $author->display_name;
the_author() や get_the_author() はWordPressループ中でないと効かないので、ループ外でユーザーデータを取得して表示する方法です。
場合によっては「global $post;」とかいるかも?です。
私はアーカイブページで表示したかったので、loop.phpに上記を書いてバッチリでした。
- タグ
- get_the_author() , the_author() , ループ外 , 投稿者名
- トラックバックURL




























