The codes which I used is as follows.
<?php if (in_category(’26’))
{
echo ‘Film’;
next_post_link(‘%link’, ‘Next post’, TRUE);
previous_post_link(‘%link’, ‘Previous post’, TRUE);
}
?>
This suppose to work fine, but its not working. This give the previous next post from all the categories.
Please help me with this.