2017-03-26から1日間の記事一覧

wordpressで記事IDに紐づいた情報が欲しい

wordpressで関連記事の機能を実装しているときに使った タイトル echo get_the_title($postID); 関数リファレンス/get the title - WordPress Codex 日本語版 投稿日時 echo get_the_time("Y.n.j", $postID); テンプレートタグ/get the time - WordPress Cod…