Hi,
Please change the 4 places as for /template/single/content-navi.php:
line2, replace as:
$prev_post = get_previous_post(false, '232');
line4, replace as:
$next_post = get_next_post(false, '232');
line38, add the codes:
'exclude' => '232',
line48, add the codes:
'exclude' => '232',
it should be(refer screenshot):
https://www.dropbox.com/s/hri71u18h91m6p2/QQ20171127-120559%402x.jpg?dl=0
232 is category ID what you want to exclude, you should change it as yours.
How to find it?
Edit the category in wp-admin, you will see the ID on URL >> https://www.dropbox.com/s/vakv2o7iqlsy59o/QQ20171127-120853%402x.jpg?dl=0
Regards!
Bwsm – uiueux.com – Twitter – Facebook