前後の記事へのリンクを付けたい場合は以下のように記述すればよい。
<?php
if (get_previous_post()):previous_post_link('%link', '前の記事 - %title', TRUE);
endif;
if (get_next_post()): next_post_link('%link', '次の記事 - %title', TRUE);
endif;
?>
コメント