storyline_end_url

storyline_end_url() — display the URL of the last comic in the current storyline

Description

This tag displays the URL of the last comic in the storyline the currently-viewed strip is in.

Usage

Example A.21. Basic Usage

<a href="<?php storyline_end_url() ?>">End of this story</a>

This would produce the following output:

<a href="http://www.example.com/?p=10">End of this story</a>