the_story() — display the name of the current story
This tag displays the name of the current story.
Example A.19. Basic Usage
<div>Current story: <?php the_story() ?></div>
This would produce the following output:
<div>Current story: Story 1</div>