WordPress– tag –
-
WordBench 写真部
【宣伝】WordBench 写真部 6/27日開催
WordBench 写真部とは、WordBenchに所属する写真撮る事が好きな集団です。 カメラ持って、色々な所に出かけています。 過去記事はこちら~! カメラは、コンパクトでも携帯でも何でもOKです。 第三回抜けてる・・・ので後で書いておこうっと。 次回、WordB... -
タグ tags
wp_generate_tag_cloud
タグクラウドを作るHTML文字列を返します。 Returns an HTML string that makes a tag cloud. wp_generate_tag_cloudのテンプレートタグ使用方法 [php][/php] デフォルトの使い方 [php][/php] 注釈 Called by wp_tag_cloud() Uses get_tags() 変更ログ Sin... -
コメントタグ
cancel_comment_reply_link
前のコメントに返信するキャンセルして、デフォルトの状態に戻してコメントフォームをリセットするリンクを表示します。 Displays a link which cancels the replying to a previous comment (a nested comment) and resets the comment form back to the ... -
添付ファイルタグ
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... -
WordBench 勉強会
WordBench 横浜 デザート王国でスイーツを食すの巻
今日はお昼から、WordBench横浜に参加しました。 今回は横浜駅近のデザート王国でケーキバイキングでしたよ :ハート×2: ケーキバイキングは久しぶり! ケーキだけでなくランチもあったので、 ランチ→デザート→デザートで頑張りましたw WordBench 横浜の参... -
添付ファイルタグ
the_attachment_link
添付ファイルへのハイパーリンクを出力します。また添付ファイルが見つける事が出来なかった場合、添付ファイルに失敗します。 Outputs a hyperlink to the attachment file, or Missing Attachment if the attachment can't be found. ハイパーリンクが含...