Hello guys,
I am using some 'Private' posts as a client area, so the user must be subscribed (manually approved) to view the posts.
The posts are marked as private and everything works as it should, except the next_post_link and prev_post_link. This must be because the posts are private.
This is the code:
<?php previous_post_link('%link', 'Next Page', TRUE); ?>
the TRUE means that the posts must be in the same category, which they are.
Any help on this much appreciated!
Thanks
Alex