Wordpress Document

Author tags

Category tags

Comment tags

Date and Time tags

General tags

Geo tags

Link tags

Links Manager tags

Permalink tags

Post tags

Trackback tags

WP/PHP General

get_year_link

概要

年間アーカイブページへのリンクURLをPHPで使用出来るように返します。
ブラウザに表示されません。
引数に''が渡されると、現在表示中のページの年を使用します。

用法

<?php get_year_link('year'); ?>

引数

year (integer)

アーカイブの年。''で現在表示中のページの年

用例

<a href="<?php echo get_year_link(''); ?>">Posts from this year</a>