添付ファイルタグ– category –
添付ファイルに関するファンクションタグです。
-
添付ファイルタグ
wp_get_attachment_link
下記のいずれかを含んでいる、添付ファイルまたはページにHTMLのハイパーリンクを返します。 画像の添付ファイルのためにいくつか指定されたサイズの画像;または 添付ファイルを表すメディアアイコン(指定どおり);または 添付ファイルのタイトル(テキ... -
添付ファイルタグ
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... -
添付ファイルタグ
wp_count_posts
まず最初に、WordPressバージョン2.5で利用可能です、このテンプレートタグはwp_postsにおける指定されたpost_typeとpost_statusに会う列のカウントを返します。 First available with WordPress Version 2.5, this template tag returns the count of the...
1