Retrieve the next post in The Loop. Returns a WP_Post object of the post if it exists, otherwise returns false.
WP_Post
false
<?php $next_comic = mangapress_get_next_post_in_loop(); ?>
Last updated 7 years ago