story_part

story_part — display the current part of the current storyline

Description

This tag displays what part this comic constitutes of the current story. For instance, if the current comic is the first comic in the story, this tag would return 1.

Usage

Example A.22. Basic Usage

<span>Part <?php story_part() ?> of <?php story_parts() ?></span>>Start of this story</a>

This would produce the following output:

<span>Part 2 of 10</span>