'; if ( 'gallery' === $post_format && 'outside' === \Blogsy\Helper::get_option( 'single_format_gallery_position' ) ) { do_action( 'blogsy_post_hero_content_outside', 'gallery' ); get_template_part( 'template-parts/post/hero/content-gallery' ); } elseif ( 'standard' === $post_format && in_array( $standard_post_layout, $standard_outside_layouts, true ) ) { if ( 2 === $standard_post_layout || 3 === $standard_post_layout ) { get_template_part( 'template-parts/post/hero/content-' . $standard_post_layout ); } else { do_action( 'blogsy_post_hero_content_outside', $standard_post_layout ); } } echo '';