Document Home | All Tag List
>>Material Top >> Wordpress Document >> Post Tags >> previous_post()
1記事だけの表示、またはパーマリンクページで使用し、日付順に並べ替えた前の記事へのリンクを表示します。 next_post_link()との対になっています。
<?php previous_post('format', 'link', in_same_cat, 'excluded_category'); ?>
-