';
}
the_title( '
' ); ?>
";
blog_prime_posted_on();
?>
";
$args = array('layout'=>'layout-2');
do_action('booster_extension_social_icons',$args);
do_action('booster_extension_like_dislike');
echo "
";
}
}else{
if( class_exists( 'Booster_Extension_Class') && ( is_archive() || is_home() ) ){
echo "
";
if( ( is_archive() || is_home() ) && $ed_social_icon ){
$args = array('layout'=>'layout-2','status' => 'enable');
do_action('booster_extension_social_icons',$args);
}else{
if( $ed_social_icon ){
$args = array('layout'=>'layout-2','status' => 'enable');
do_action('booster_extension_social_icons',$args);
}
}
if( is_home() ){
if( $blog_prime_index_layout == 'index-layout-2' && is_home() && $ed_like_dislike ){
if( class_exists( 'Booster_Extension_Class') ){
do_action('booster_extension_like_dislike','allenable');
}
}
}
echo "
";
}
}
endif;
wp_link_pages( array(
'before' => '
' . esc_html__( 'Pages:', 'blog-prime' ),
'after' => '
',
) );
?>