> tag global $more; $more = 0; ?>
' . __('Read more', 'quadro') . '' ) ); echo '
    '; /* Loop through all images and output them one by one */ $gallery_ids = explode(',', $gallery['ids']); foreach( $gallery_ids as $pic_id ) { echo ''; } echo '
'; } else { // Exit if gallery has no ids (old versions), // and leave content intact. $content = get_the_content( '' . __('Read more', 'quadro') . '' ); } } else { // Bring Content if no gallery anyway $content = get_the_content( '' . __('Read more', 'quadro') . '' ); } // Filter through the_content filter $content = apply_filters( 'the_content', $content ); $content = str_replace( ']]>', ']]>', $content ); break; default: if ( has_post_thumbnail() && ! post_password_required() && $post_format != 'aside' && $post_format != 'status' ) : ?> get_the_title(), 'title' => get_the_title()) ); ?>

' . __('Read more', 'quadro') . ''); ?>
'; echo quadro_just_quote(get_the_content(), '', ''); if ( $quadro_options['blog_columns'] != 'three' ) { echo ''; } 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 '
'; echo ''; 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') . ''); ?>