通常のタグでは出来ないので、プラグインを使う。
Ambrosite Next/Previous Post Link Plus
検索すると2つ同名のプラグインが出てくるので、最新版をインストールする。
下記をテンプレートに記載する。
[html]
<?php previous_post_link_plus( array(‘in_same_tax’ => true) ); ?>
<?php next_post_link_plus( array( ‘in_same_tax’ => true) ); ?>
[/html]