block. * * @package WordPress * @subpackage Fictioneer * @since 5.0 * @see single-fcn_story.php * * @internal $args['story_data'] Story data from fictioneer_get_story_data(). * @internal $args['story_id'] Current story and post ID. */ ?>
$story['fandoms'], 'genres' => $story['genres'], 'characters' => $story['characters'] ), 'story_header' ); ?>
' . $story['title'] . ''; $identity['meta'] = '
' . sprintf( _x( 'by %s', 'Story page: by {Author(s)}', 'fictioneer' ), fictioneer_get_story_author_nodes( $story_id ) ) . '
'; $identity = apply_filters( 'fictioneer_filter_story_identity', $identity, $story_id, $story ); echo implode( '', $identity ); ?>