Im trying to make previous_post_link and next_post_link work inside a custom post type, inside a same category (taxonomy) but its not working.
It this posible ?
Im trying
<?php previous_post_link('<div class="posts-next">%link</div>', 'Next in category',TRUE); ?>