diff --git a/single-fcn_story.php b/single-fcn_story.php
index e126aa58..7dd2af46 100644
--- a/single-fcn_story.php
+++ b/single-fcn_story.php
@@ -37,11 +37,11 @@ get_header(
-
-
ID;
+ $story_id = $post_id;
$story = fictioneer_get_story_data( $story_id );
$epub_name = sanitize_file_name( strtolower( get_the_title() ) );
$this_breadcrumb = [ $story['title'], get_the_permalink() ];