添付ファイルタグ– category –
投稿した添付ファイルに関するテンプレートタグ一覧です。
-
添付ファイルタグ
wp_get_attachment_link
下記のいずれかを含んでいる、添付ファイルまたはページにHTMLのハイパーリンクを返します。 画像の添付ファイルのためにいくつか指定されたサイズの画像;または 添付ファイルを表すメディアアイコン(指定どおり);または 添付ファイルのタイトル(テキ... -
添付ファイルタグ
is_attachment
この条件タグは、添付ファイルが表示されている場合にチェックします。 添付ファイルは、投稿エディターのアップロード機能を介してアップロードされた画像やその他のファイルのことです。添付ファイルは、独自の"ページ"またはテンプレートに表示すること... -
添付ファイルタグ
get_post_thumbnail_id
サムネイルが設定されている場合 - 記事に添付されているサムネイルIDを返します。 添付ファイルが存在しない場合、関数はnull を返します(空の値)。 If a thumbnail is set - Returns the ID of the Thumbnail attached to the post If no such attachm... -
添付ファイルタグ
wp_get_attachment_metadata
添付ファイルIDに対して添付ファイルのメタフィールドを取得します。 Retrieve attachment meta field for attachment ID. wp_get_attachment_metadataのテンプレートタグ使用方法 [php][/php] wp_get_attachment_metadataのパラメーター $post_id (intege... -
添付ファイルタグ
wp_get_attachment_image
添付ファイルを表すHTMLの画像要素、それ以外の場合は空の文字列のいずれかを返します。 Returns an HTML image element representing an attachment file, if there is any, otherwise an empty string. 概要 [php] (string) $img = wp_get_attachment_im... -
添付ファイルタグ
wp_get_attachment_image_src
もし添付ファイルがある場合は添付ファイルを表示する画像を返します。他はfalseを返します。 Returns an Image representing an attachment file, if there is any. Else returns false. 概要 [php](array) $image = function wp_get_attachment_image_sr... -
添付ファイルタグ
wp_attachment_is_image
wp_attachment_is_imageの関数は記事が画像である場合に決定します。 This function determines if a post is an image wp_attachment_is_imageのテンプレートタグ使用方法 [php] [/php] 例 記事ID37が画像である場合ににチェックします。 To check if pos... -
添付ファイルタグ
get_attachment_link
添付ファイルのページのURIを返します。 Returns the URI of the page for an attachment. 戻り値 "pretty"のパーマリンクの構造の下では、http://wp.example.net/path_to_post/post_name/attachment_nameのように関数を返します。 Under a "pretty" perma... -
添付ファイルタグ
the_attachment_link
添付ファイルへのハイパーリンクを出力します。また添付ファイルが見つける事が出来なかった場合、添付ファイルに失敗します。 Outputs a hyperlink to the attachment file, or Missing Attachment if the attachment can't be found. ハイパーリンクが含...
1