</article>
						<?php 
                if (converio_ext_get_featured_image_id('featured-image-2', get_post_type())) {
                    ?>
						<article><?php 
                    converio_ext_the_featured_image('featured-image-2', get_post_type(), 'thumbnail-large');
                    ?>
</article>
						<?php 
                }
                ?>
						<?php 
                if (converio_ext_get_featured_image_id('featured-image-3', get_post_type())) {
                    ?>
						<article><?php 
                    converio_ext_the_featured_image('featured-image-3', get_post_type(), 'thumbnail-large');
                    ?>
</article>
						<?php 
                }
                ?>
					</div>
				</section>	  
						<?php 
            } elseif ($video_iframe) {
                echo '<div class="video post-mb10">' . converio_sanitize_text_decode($video_iframe) . '</div>';
            } elseif ($audio_iframe) {
                echo converio_sanitize_text_decode($audio_iframe);
            } elseif (has_post_thumbnail()) {
                ?>
						<div class="img large"><a href="<?php 
Beispiel #2
0
</article>		  
						<?php 
            if (converio_ext_get_featured_image_id('featured-image-2', get_post_type())) {
                ?>
						<article><?php 
                converio_ext_the_featured_image('featured-image-2', get_post_type(), 'post-thumbnail');
                ?>
</article>
						<?php 
            }
            ?>
						<?php 
            if (converio_ext_get_featured_image_id('featured-image-3', get_post_type())) {
                ?>
						<article><?php 
                converio_ext_the_featured_image('featured-image-3', get_post_type(), 'post-thumbnail');
                ?>
</article>
						<?php 
            }
            ?>
		          </div>
		      </section>
			  
			<?php 
        } elseif ($video_iframe) {
            echo '<div class="video post-mb10">' . converio_sanitize_text_decode($video_iframe) . '</div>';
        } elseif ($audio_iframe) {
            echo '<div class="add-music">' . converio_sanitize_text_decode($audio_iframe) . '</div>';
        } elseif ($quote_content) {
            echo '<blockquote class="quote-typography">';