Optimize story template

This commit is contained in:
Tetrakern 2024-05-17 17:12:19 +02:00
parent b5c9f1b716
commit f8e0aa8afe

View File

@ -37,11 +37,11 @@ get_header(
<div class="main__wrapper _no-padding"> <div class="main__wrapper _no-padding">
<?php do_action( 'fictioneer_main_wrapper' ); ?>
<?php <?php
do_action( 'fictioneer_main_wrapper' );
// Setup // Setup
$story_id = $post->ID; $story_id = $post_id;
$story = fictioneer_get_story_data( $story_id ); $story = fictioneer_get_story_data( $story_id );
$epub_name = sanitize_file_name( strtolower( get_the_title() ) ); $epub_name = sanitize_file_name( strtolower( get_the_title() ) );
$this_breadcrumb = [ $story['title'], get_the_permalink() ]; $this_breadcrumb = [ $story['title'], get_the_permalink() ];