# mangapress\_get\_next\_post\_in\_loop

## 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
<?php
    $next_comic = mangapress_get_next_post_in_loop();
?>
```
