>
' );
wp_link_pages( array(
'before' => '' . esc_html__( 'Pages:', 'solarify' ) . '',
'after' => '
',
'link_before' => '',
'link_after' => '',
) );
?>
ID, 'post-layout', 'post-layout-standard' );
}
//standard feed layout (image at the top or not image at all if option is standard or has no post thumbnail)
// if ($post_layout == 'post-layout-standard' || ( post_password_required() || is_attachment() || ! has_post_thumbnail() ) ) :
$small_layout = ( $post_layout == 'post-layout-standard' || ! $show_post_thumbnail ) ? false : true;
if ( $small_layout ) : //additional markup for small layout post
?>