如何将帖子导航限制为仅限当前类别内的帖子?
<!-- the post navigation -->
<?php
the_post_navigation( array(
\'screen_reader_text\' => __( \'MORE EVENTS\' ),
\'prev_text\' => __( \'Previous: \' ) . \'%title\',
\'next_text\' => __( \'Next: \' ) . \'%title\'
) );
?>