
function mgcapital_render_cf7_form(){
    if (shortcode_exists('contact-form-7')) {
        $forms = get_posts(array(
            'post_type' => 'wpcf7_contact_form',
            'post_status' => 'publish',
            'numberposts' => 1,
            'orderby' => 'ID',
            'order' => 'ASC'
        ));
        if (!empty($forms)) {
            echo do_shortcode('[contact-form-7 id="' . intval($forms[0]->ID) . '"]');
            return;
        }
        echo '<div class="cf7-notice">A Contact Form 7 plugin aktív, de még nincs létrehozott űrlap. Hozz létre egy űrlapot a Kapcsolat menüpont alatt.</div>';
        return;
    }
    echo '<div class="cf7-notice">A Contact Form 7 plugin nem aktív. Telepítsd vagy aktiváld a Contact Form 7 plugint az űrlap működéséhez.</div>';
}
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://mgcapitalgroup.eu/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>http://mgcapitalgroup.eu/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>http://mgcapitalgroup.eu/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>http://mgcapitalgroup.eu/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>http://mgcapitalgroup.eu/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
