>
', '' );
if( is_single( ) ){
if ( 'post' === get_post_type() ) : ?>
"%s"', 'appzend' ),
array(
'span' => array(
'class' => array(),
),
)
),
get_the_title()
) );
}else{
if ( 'excerpt' === $post_content_type ) {
the_excerpt();
} elseif ( 'content' === $post_content_type ) {
the_content( sprintf(
wp_kses(
/* translators: %s: Name of current post. Only visible to screen readers */
__( 'Read More "%s"', 'appzend' ),
array(
'span' => array(
'class' => array(),
),
)
),
get_the_title()
) );
}
}
?>
', '', '' ); ?>