>
tag
global $more; $more = 0; ?>
' . __('Read more', 'quadro') . ''); ?>
';
echo quadro_just_quote(get_the_content(), '', '');
if ( $quadro_options['blog_columns'] != 'three' ) {
echo '' . __('Read more', 'quadro') . '
';
}
echo '';
} elseif ( $post_format == 'link' && is_array($the_link = quadro_getUrls(get_the_content())) && isset($the_link[0]) ) {
// $the_link = quadro_getUrls(get_the_content())[0];
$the_link = $the_link[0];
$the_link_parsed = parse_url($the_link);
echo '';
} elseif ( ( $post_format == 'audio' || $post_format == 'video' ) && $quadro_options['blog_columns'] != 'three' ) {
echo '';
echo quadro_excerpt(get_the_excerpt(), 30, '' . __('Read more', 'quadro') . '');
echo '
';
} elseif ( $post_format == 'image' && $quadro_options['blog_columns'] != 'three' ) {
// nothing here
} elseif ( $post_format == 'aside' || $post_format == 'status' ) {
// Bring the full content for the other formats (aside & status between others)
echo '';
the_content( '' . __('Read more', 'quadro') . '' );
echo '
';
} else { ?>
' . __('Read more', 'quadro') . ''); ?>