March 9, 2015 at 5:13 am
#22887
Theme Horse Support Team
Keymaster
Hi nshimer,
Actually you need to hire a developer to fix it. We only help to solve the theme relating issue. Just once try the below code, it may also help you too.
<?php if ( in_category('6'): // 6 is the category id change it?>
ultimate <?php previous_post_link('« %link', 'previous', true) ?>
ultimate<?php next_post_link('%link »', 'next', true) ?>
<?php endif; ?>
Thank you!