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