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