Manga+Press

Template Tags: wp_comic_navigation

Description:

Generates navigation for comic posts.

Usage:

<?php wp_comic_navigation( int $post_id, [bool $banner_nav = false], [ $echo = true]); ?>

Parameters:

$post_id (integer) the ID of the comic post.
$banner_nav (boolean) not used. Defaults to false.
$echo (boolean) Specifies whether to echo comic navigation or return it as a string. Defaults to true.

Leave a Reply