plugin-icon

Adjacent Archive Links

投稿者: Justin Watt·
Adds two new template tags to output previous and next links on date archive pages.
評価
5/5
バージョン
3.0
有効インストール数
10
最終更新日時
May 18, 2015

After activating the plugin, you will have two new template tags at your disposal:

<?php previous_archive_link( 'format', 'link' ); ?> <?php next_archive_link( 'format', 'link' ); ?>

They adapt their output depending on whether the date archive is a day, a month, or a year, and they will only output a link for an adjacent time period in which you have published posts. Both tags take two string parameters, format and link.

The format parameter defines what comes before and after the link. In it, %link will be replaced with whatever is declared in the link parameter below. previous_archive_link defaults to “&laquo; %link” and next_archive_link defaults to “%link &raquo;“.

The link parameter defines the link text. Both tags default to “%date“, the adjacent archive page’s localized date.

If you’re interested in contributing to the code behind this plugin, it’s also hosted on GitHub: https://github.com/justincwatt/wp-adjacent-archive-links

無料Business プランを利用中
インストールすることで、WordPress.com の利用規約サードパーティプラグイン利用規約に同意したことになります。
最大テスト回数
WordPress 4.2.39
このプラグインをダウンロードして、 サイトに使用できます。