MENU

permalink_anchor

パーマリンクのアンカーの識別子あるいは、記事にID(

Outputs a permalink anchor identifier or id (

permalink_anchorのテンプレートタグ使用方法

[php] [/php]

permalink_anchorのパラメーター

$type

(string) 出力するアンカーのタイプです。有効な値は:

(string) Type of anchor to output. Valid values are:

  • ‘id’ – アンカーは、数値の記事IDと同等です。これがデフォルトです。
  • ‘title’ – アンカーは記事名、すなわち記事スラッグと同等です
  • ‘id’ – Anchor equals numeric post ID. This is the default.
  • ‘title’ – Anchor equals postname, i.e. post slug.
  • ‘id’ – Anchor equals numeric post ID. This is the default.
  • ‘title’ – Anchor equals postname, i.e. post slug.

記事のタイトルの横にパーマリンクアンカーが挿入されます。

Inserts the permalink anchor next to a post’s title.

[php]

[/php]

変更ログ

Since: 0.71

ソースファイル

permalink_anchor()は、wp-includes/link-template.php内に位置しています。

permalink_anchor() is located in wp-includes/link-template.php.

関連テンプレートタグ

get_permalink, the_permalink, post_permalink, permalink_anchor, permalink_single_rss

よかったらシェアしてね!

この記事を書いた人

WordPress Love! 休日はほぼWordPress仲間と一緒に勉強会や写真を撮りに行っています。現在育児中のため、オフが多いです(>△<<<)

コメント

コメントする

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください