File "content.php"

Full Path: /home/leadltht/fastlinkinternet.com/themes/envo-royal/content.php
File size: 500 bytes
MIME-type: text/plain
Charset: utf-8

<article class="content-article col-md-6">                   
    <div <?php post_class('news-item archive-item'); ?>>
        <?php
        do_action('envo_royal_archive_before_posts');
        $contents = get_theme_mod('blog_layout', array('image', 'title', 'excerpt', 'meta'));

        // Loop parts.
        foreach ($contents as $content) {
            do_action('envo_royal_archive_' . $content);
        }
        do_action('envo_royal_archive_after_posts');
        ?>
    </div>
</article>