ID,'_dt_post_settings',TRUE);
$post_meta = is_array($post_meta) ? $post_meta : array();
$enable_lightbox = alagu_get_option( 'enable-image-lightbox' );
$post_meta['enable-lightbox'] = !empty( $enable_lightbox ) ? $enable_lightbox : '';
$post_style = isset( $post_meta['single-post-style'] ) && in_array( $post_meta['single-post-style'], $global_post_styles ) ? $post_meta['single-post-style'] : 'overlay';
$post_classes = array('blog-single-entry', 'post-'.$post_style );
if( !empty( $post_style ) && $post_style != 'custom' ): ?>
>ID;
$template_args['Post_Style'] = $post_style;
$template_args['Post_Meta'] = $post_meta;
alagu_get_template( $template, $template_args ); ?>
>'', 'after'=>'
', 'link_before'=>'', 'link_after'=>'', 'next_or_number'=>'number', 'pagelink' => '%', 'echo' => 1 ) );
edit_post_link( esc_html__( ' Edit ','alagu' ) ); ?>