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