badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: template_blog_image_large next and previous by category?

#22887

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('&laquo; %link', 'previous', true) ?>
		ultimate<?php next_post_link('%link &raquo;', 'next', true) ?>
<?php endif; ?>

Thank you!