How to create previous/next links for posts with the same parent post (not category)?
similar to this:
$previous_post = get_adjacent_post( true, '', true);
but for posts with the same parent.
How to create previous/next links for posts with the same parent post (not category)?
similar to this:
$previous_post = get_adjacent_post( true, '', true);
but for posts with the same parent.
I presume your'e talking about pages.
so you would need to declare the parent then use get_pages to call the other pages.
so in your loop: