ID, 'avenews_post_layout', true)); $author_id = get_post_field( 'post_author', get_the_ID() ); if ($avenews_post_layout == 'layout-2') { get_template_part('template-parts/single/banner/banner-layout-2'); } elseif ($avenews_post_layout == 'layout-3'){ get_template_part('template-parts/single/banner/banner-layout-3'); } switch ($avenews_single_post_style) { case 'style-1': get_template_part('template-parts/single/style-1'); break; case 'style-2': get_template_part('template-parts/single/style-2'); break; default: break; } get_footer();