storyline_end_url() — display the URL of the last comic in the current storyline
This tag displays the URL of the last comic in the storyline the currently-viewed strip is in.
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>