投稿、ページ、添付ファイル、ブックマーク関連のファンクションタグ– category –
投稿、ページ、添付ファイル、ブックマーク関連に属するファンクションタグ一覧です。
-
カスタム投稿タイプ
remove_post_type_support
取得する投稿タイプの為に特定の機能のサポートを削除します。全ての機能は、そのような編集画面やメタボックスなどの編集画面の機能エリアに直接関連付けられています。更に、’リビジョン’機能は、投稿タイプがリビジョンを保存するかどうかを指示し、’コ... -
カスタム投稿タイプ
add_post_type_support
任意の投稿タイプの特定の機能のサポートを登録します。各機能は、例えばエディターやメタボックスなど、投稿編集画面に表示されている対応しているフィールドに直接影響があります。さらに、’リビジョン’機能は投稿タイプがリビジョンを保存するかどうか... -
投稿タグ
get_post_format
記事の投稿フォーマットを返します。これは通常ループ内で呼び出されますが、投稿IDが提供されていればどこでも使用することができます。 Returns the post format of a post. This will usually be called in the the loop, but can be used anywhere if ... -
カスタム投稿タイプ
set_post_type
投稿IDの投稿タイプを更新します。 ページまたは投稿キャッシュは投稿IDに消去されます。@uses $wpdbの名前は少ない。 Updates the post type for the post ID. The page or post cache will be cleaned for the post ID. @uses $wpdb name a few. set_pos... -
カスタム投稿タイプ
is_post_type_archive
クエリーが指定する投稿タイプのアーカイブページをチェックします。 Checks if the query is for an archive page of a given post type(s). is_post_type_archiveのファンクションタグ使用方法 [php][/php] is_post_type_archiveのパラメーター $post_ty... -
投稿タグ
get_delete_post_link
文字列の値としてゴミ箱に投稿を移動するためのURLを返します。 WordPressのループ内や外部で使用できます。ページ、投稿、添付ファイル、およびリビジョンを使用することができます。 Returns URL to move a post to the trash as string value. Can be u... -
投稿タグ
get_next_posts_link
現在のページの記事のセットへのリンクを返します。 Return a link to the set of posts of the current page. get_next_posts_linkのファンクションタグ使用方法 [php][/php] get_next_posts_linkのパラメーター $label (string) (optional)リンクテキス... -
ページタグ
page_uri_index
ページURLの全てのページ及び添付ファイルを読み出します。 添付ファイルは親としてページを持ち、取得されるためのものです。 Retrieve all pages and attachments for pages URIs. The attachments are for those that have pages as parents and will b... -
ページタグ
get_pages
この関数はブログで定義されている全てのページのリストを取得するために使用します。基本的にget_pagesはページの配列を与えて、配列はツリー状ではありません。ツリー状のような方法でページタイトルの出力のために、wp_list_pages()テンプレートを参照... -
ページタグ
get_page_uri
ページのURIを構築します。 サブページは、親ページ投稿名の下に"directory"になります。 Builds URI for a page. Sub pages will be in the "directory" under the parent page post name. get_page_uriのファンクションタグ使用方法 [php][/php] get_pag...