the_story

the_story() — display the name of the current story

Description

This tag displays the name of the current story.

Usage

Example A.19. Basic Usage

<div>Current story: <?php the_story() ?></div>

This would produce the following output:

<div>Current story: Story 1</div>