• カテゴリー

  • 2024年07月01日

    WP関数:get_post_thumbnail_id()

    WP関数の get_post_thumbnail_id() は、指定した投稿IDに設定されているアイキャッチ画像のIDを取得する関数です。

    2024年07月01日

    WP関数:get_the_post_thumbnail()

    WP関数の get_the_post_thumbnail() は、指定した投稿IDに設定されているアイキャッチ画像(サムネール)のデータを取得します。

    2024年06月13日

    WP関数:the_ID()

    WP関数の the_ID() は、現在の文書ID(固定ページ、投稿)を表示する関数です。

    2024年06月13日

    WP関数:get_the_modified_time()

    WP関数の get_the_modified_time() は、固定ページや投稿のIDを指定して最終編集日の時刻を取得します。

    2024年06月13日

    WP関数:get_the_modified_date()

    WP関数の get_the_modified_date() は、固定ページや投稿のIDを指定して最終編集日を取得する関数です。