'fcn_story', 'no_index' => get_post_meta( $post_id, 'fictioneer_story_hidden', true ) ? 1 : 0 ) ); ?>
$story, 'story_id' => $post_id, 'password_required' => $password_required ); ?>
' . $password_note . '
'; } if ( get_option( 'fictioneer_show_protected_excerpt' ) ) { echo '

' . fictioneer_get_forced_excerpt( $post_id, 512 ) . '

'; } } if ( in_array( $cover_position, ['float-left', 'float-right'] ) && $show_thumbnail ) { echo fictioneer_get_story_page_cover( $hook_args['story_data'], array( 'classes' => '_in-content _' . $cover_position ) ); } the_content(); ?>
'fcn_story', 'post_id' => $post_id, 'breadcrumbs' => array( [fcntr( 'frontpage' ), get_home_url()] ) ); // Add stories list breadcrumb (if set) $stories_page_id = intval( get_option( 'fictioneer_stories_page', -1 ) ?: -1 ); if ( $stories_page_id > 0 ) { $stories_page_title = trim( get_the_title( $stories_page_id ) ); $stories_page_title = empty( $stories_page_title ) ? __( 'Stories', 'fictioneer' ) : $stories_page_title; $footer_args['breadcrumbs'][] = array( $stories_page_title, fictioneer_get_assigned_page_link( 'fictioneer_stories_page' ) ); } // Add current breadcrumb $footer_args['breadcrumbs'][] = $this_breadcrumb; // Get footer with breadcrumbs get_footer( null, $footer_args ); ?>