您应该可以只使用默认值get_next_post_link 将$in\\u same\\u term设置为true。你试过了吗?
而不是您的
<?php next_post_link( \'<div class="nav-next">%link</div>\', \'%title <span class="meta-nav">\' . _x( \'→\', \'Next post link\', \'sixteen\' ) . \'</span>\' ); ?>
试试这个
<?php next_post_link ( \'%link →\', \'%title\', true, \'\', \'category\' ); ?>