記事IDからタイトルを取得する

記事IDからタイトルを取得する
記事IDからタイトルを取得する

ループ外で記事IDから記事のタイトルを取得する方法

$post_id = $post->ID;
echo get_the_title( $post_id );

テーマカテゴリの最新記事