MENU

the_permalink

現在ループ内で処理される記事のパーマリンクのURLを表示します。
このタグはループ内でなければならず、一般的に記事が表示されている時に各記事のパーマリンクを表示するために使用します。独自の記事IDを指定して、記事にパーマリンクを表示したい場合は、get_permalink()を参照してください。

Displays the URL for the permalink to the post currently being processed in The Loop. This tag must be within The Loop, and is generally used to display the permalink for each post, when the posts are being displayed. Since this template tag is limited to displaying the permalink for the post that is being processed, you cannot use it to display the permalink to an arbitrary post on your weblog. Refer to get_permalink() if you want to display the permalink for a post, given its unique post id.

目次

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

[php] [/php]

the_permalinkのパラメーター

このタグにはパラメーターがありません。

This tag has no parameters.

テキストとして投稿のURLを表示する方法

リンクを作成せずに、記事のURLを表示します:

Displays the URL to the post, without creating a link:

[php]This address for this post is:[/php]

テキストとリンクとして

“permalink”の例で、リンクテキストとして適するテキストは何でも使用する事が出来ます。

You can use whatever text you like as the link text, in this case, “permalink”.

[php]“>[/php]

変更ログ

Since: 1.2.0

ソースファイル

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

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

関連テンプレートタグ

get_permalink, the_permalink, post_permalink, permalink_anchor, permalink_single_rss

よかったらシェアしてね!
  • URLをコピーしました!

この記事を書いた人

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

コメント

コメントする

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

目次