Thread Starter
ravi.r
(@ravir)
Hi there please do help me with this. I am stuck with my project.
[moderated–bumps removed. Please refrain from bumping as per Forum Rules]
Thread Starter
ravi.r
(@ravir)
I am stuck with this. Is there anyone who can help me with this.
Thread Starter
ravi.r
(@ravir)
I have 3 posts in a subcategory named Film. I just want the navigation between these 3 posts.
Thread Starter
ravi.r
(@ravir)
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.