storyline_start_url() — display the URL of the first comic in the current storyline
This tag displays the URL of the first comic in the storyline the currently-viewed strip is in.
Example A.20. Basic Usage
<a href="<?php storyline_start_url() ?>">Start of this story</a>
This would produce the following output:
<a href="http://www.example.com/?p=5">Start of this story</a>