{"id":61,"date":"2026-09-06T06:25:50","date_gmt":"2026-09-06T06:25:50","guid":{"rendered":"http:\/\/dreamcodexclusive.com\/?page_id=61"},"modified":"2026-09-06T22:51:42","modified_gmt":"2026-09-06T22:51:42","slug":"home-2","status":"publish","type":"page","link":"https:\/\/dreamcodexclusive.com\/","title":{"rendered":""},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">DISCOVER. LISTEN. DOWNLOAD. PROMOTE.<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Your home for the latest music, artists, trending songs and entertainment news.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Explore music<\/a><\/div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Browse Artists<\/a><\/div>\n<\/div>\n\n\n<form role=\"search\" method=\"get\" action=\"https:\/\/dreamcodexclusive.com\/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\" ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search<br><\/label><div class=\"wp-block-search__inside-wrapper\" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"Enter song\/ artist name e.g Fik Fameica\" value=\"\" type=\"search\" name=\"s\" required \/><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search<\/button><\/div><\/form>\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udd25Top 16 hit songs<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Feel the hottest sounds, discover fresh hits, and stay tuned to what\u2019s trending on Dream Code Xclusive.<\/p>\n\n\n\n    <style>\n\n    \/* 6 COLUMNS \u00d7 4 ROWS *\/\n\n    .dream-trending-music {\n        display: grid;\n        grid-template-columns: repeat(6, 1fr);\n        gap: 16px;\n        margin: 20px 0;\n    }\n\n    .dream-trending-song {\n        min-width: 0;\n        overflow: hidden;\n    }\n\n    .dream-trending-cover {\n        position: relative;\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        overflow: hidden;\n        border-radius: 6px;\n    }\n\n    .dream-trending-cover img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n    }\n\n    \/* RANK *\/\n\n    .dream-trending-rank {\n        position: absolute;\n        top: 5px;\n        left: 5px;\n        z-index: 3;\n\n        min-width: 25px;\n        height: 25px;\n        padding: 0 5px;\n\n        border-radius: 50%;\n\n        background: #f00000;\n        color: #fff;\n\n        display: flex;\n        align-items: center;\n        justify-content: center;\n\n        font-size: 10px;\n        font-weight: 700;\n    }\n\n    \/* PLAY BUTTON *\/\n\n    .dream-trending-play {\n        position: absolute !important;\n        top: 50% !important;\n        left: 50% !important;\n\n        transform: translate(-50%, -50%) !important;\n\n        width: 38px !important;\n        height: 38px !important;\n\n        min-width: 38px !important;\n        max-width: 38px !important;\n        min-height: 38px !important;\n        max-height: 38px !important;\n\n        padding: 0 !important;\n        margin: 0 !important;\n\n        border-radius: 50% !important;\n\n        background: #f00000 !important;\n        color: #fff !important;\n\n        display: flex !important;\n        align-items: center !important;\n        justify-content: center !important;\n\n        font-size: 16px !important;\n        line-height: 1 !important;\n\n        text-decoration: none !important;\n\n        box-sizing: border-box !important;\n    }\n\n    .dream-trending-play:hover {\n        transform:\n            translate(-50%, -50%)\n            scale(1.08) !important;\n    }\n\n    \/* SONG NAME *\/\n\n    .dream-trending-title {\n        margin: 6px 0 2px;\n\n        font-size: 15px;\n        font-weight: 700;\n\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n    }\n\n    .dream-trending-title a {\n        text-decoration: none;\n    }\n\n    \/* PLAYS *\/\n\n    .dream-trending-plays {\n        font-size: 11px;\n        opacity: .7;\n\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n    }\n\n    \/* TABLETS *\/\n\n    @media (max-width: 900px) {\n\n        .dream-trending-music {\n            grid-template-columns: repeat(6, 1fr);\n            gap: 8px;\n        }\n\n        .dream-trending-rank {\n            min-width: 19px;\n            height: 19px;\n\n            padding: 0 3px;\n\n            top: 3px;\n            left: 3px;\n\n            font-size: 7px;\n        }\n\n        .dream-trending-play {\n            width: 27px !important;\n            height: 27px !important;\n\n            min-width: 27px !important;\n            max-width: 27px !important;\n            min-height: 27px !important;\n            max-height: 27px !important;\n\n            font-size: 11px !important;\n        }\n\n        .dream-trending-title {\n            font-size: 9px;\n            margin-top: 3px;\n        }\n\n        .dream-trending-plays {\n            font-size: 6px;\n        }\n    }\n\n    \/* PHONES - STILL 6 COLUMNS *\/\n\n    @media (max-width: 480px) {\n\n        .dream-trending-music {\n            grid-template-columns: repeat(6, 1fr);\n            gap: 5px;\n        }\n\n        .dream-trending-cover {\n            border-radius: 3px;\n        }\n\n        .dream-trending-rank {\n            min-width: 15px;\n            height: 15px;\n\n            padding: 0 2px;\n\n            top: 2px;\n            left: 2px;\n\n            font-size: 5px;\n        }\n\n        .dream-trending-play {\n            width: 21px !important;\n            height: 21px !important;\n\n            min-width: 21px !important;\n            max-width: 21px !important;\n            min-height: 21px !important;\n            max-height: 21px !important;\n\n            font-size: 8px !important;\n        }\n\n        .dream-trending-title {\n            font-size: 7px;\n            margin-top: 2px;\n        }\n\n        .dream-trending-plays {\n            font-size: 5px;\n        }\n    }\n\n    <\/style>\n\n    <div class=\"dream-trending-music\">\n    \n        <div class=\"dream-trending-song\">\n\n            <div class=\"dream-trending-cover\">\n        \n                <img decoding=\"async\"\n                    src=\"https:\/\/dreamcodexclusive.com\/wp-content\/uploads\/2026\/09\/IMG_20260817_211420_3000_x_3000_pixel-1024x1024.jpg\"\n                    alt=\"Together\"\n                    loading=\"lazy\"\n                >\n            \n\n                <div class=\"dream-trending-rank\">\n                    #1\n                <\/div>\n\n                <a\n                    class=\"dream-trending-play\"\n                    href=\"https:\/\/dreamcodexclusive.com\/?song=together\"\n                    aria-label=\"Play Together\"\n                >\n                    \u25b6\n                <\/a>\n\n            <\/div>\n\n            <div class=\"dream-trending-title\">\n\n                <a href=\"https:\/\/dreamcodexclusive.com\/?song=together\">\n                    Together\n                <\/a>\n\n            <\/div>\n\n            <div class=\"dream-trending-plays\">\n\n                \u25b6 4 Plays\n\n            <\/div>\n\n        <\/div>\n        \n        <div class=\"dream-trending-song\">\n\n            <div class=\"dream-trending-cover\">\n        \n                <img decoding=\"async\"\n                    src=\"https:\/\/dreamcodexclusive.com\/wp-content\/uploads\/2026\/09\/Together-by-Ld-Busaho-mp3-image-1-1024x1024.png\"\n                    alt=\"Aizire\"\n                    loading=\"lazy\"\n                >\n            \n\n                <div class=\"dream-trending-rank\">\n                    #2\n                <\/div>\n\n                <a\n                    class=\"dream-trending-play\"\n                    href=\"https:\/\/dreamcodexclusive.com\/?song=aizire\"\n                    aria-label=\"Play Aizire\"\n                >\n                    \u25b6\n                <\/a>\n\n            <\/div>\n\n            <div class=\"dream-trending-title\">\n\n                <a href=\"https:\/\/dreamcodexclusive.com\/?song=aizire\">\n                    Aizire\n                <\/a>\n\n            <\/div>\n\n            <div class=\"dream-trending-plays\">\n\n                \u25b6 1 Plays\n\n            <\/div>\n\n        <\/div>\n        \n    <\/div>\n    \n\n\n\n<h2 class=\"wp-block-heading\">Advertising<\/h2>\n\n\n\n\n\n<h2 class=\"wp-block-heading\">\ud83c\udfb5 Latest Music<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Fresh releases, new sounds and the latest tracks added to Dream Code Xclusive.<\/p>\n\n\n\n    <style>\n\n    .dream-latest-songs {\n        display: grid;\n        grid-template-columns: repeat(6, 1fr);\n        gap: 16px;\n        margin: 20px 0;\n    }\n\n    .dream-latest-song {\n        min-width: 0;\n        overflow: hidden;\n    }\n\n    .dream-latest-cover {\n        position: relative;\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        overflow: hidden;\n        border-radius: 6px;\n    }\n\n    .dream-latest-cover img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n    }\n\n    \/* PLAY BUTTON *\/\n\n    .dream-latest-play {\n        position: absolute !important;\n        top: 50% !important;\n        left: 50% !important;\n\n        transform: translate(-50%, -50%) !important;\n\n        width: 40px !important;\n        height: 40px !important;\n\n        min-width: 40px !important;\n        max-width: 40px !important;\n        min-height: 40px !important;\n        max-height: 40px !important;\n\n        padding: 0 !important;\n        margin: 0 !important;\n\n        border-radius: 50% !important;\n\n        background: #f00000 !important;\n        color: #fff !important;\n\n        display: flex !important;\n        align-items: center !important;\n        justify-content: center !important;\n\n        font-size: 17px !important;\n        line-height: 1 !important;\n\n        box-sizing: border-box !important;\n\n        text-decoration: none !important;\n    }\n\n    .dream-latest-play:hover {\n        transform: translate(-50%, -50%) scale(1.08) !important;\n    }\n\n    \/* SONG NAME *\/\n\n    .dream-latest-title {\n        margin: 7px 0 2px;\n        font-size: 17px;\n        font-weight: 700;\n\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n    }\n\n    .dream-latest-title a {\n        text-decoration: none;\n    }\n\n    \/* PLAYS *\/\n\n    .dream-latest-plays {\n        font-size: 13px;\n        opacity: .7;\n\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n    }\n\n    \/* KEEP 6 COLUMNS ON TABLETS AND PHONES *\/\n\n    @media (max-width: 900px) {\n\n        .dream-latest-songs {\n            grid-template-columns: repeat(6, 1fr);\n            gap: 9px;\n        }\n\n        .dream-latest-play {\n            width: 28px !important;\n            height: 28px !important;\n\n            min-width: 28px !important;\n            max-width: 28px !important;\n            min-height: 28px !important;\n            max-height: 28px !important;\n\n            font-size: 12px !important;\n        }\n\n        .dream-latest-title {\n            font-size: 11px;\n            margin-top: 4px;\n        }\n\n        .dream-latest-plays {\n            font-size: 8px;\n        }\n    }\n\n    \/* VERY SMALL PHONES *\/\n\n    @media (max-width: 480px) {\n\n        .dream-latest-songs {\n            grid-template-columns: repeat(6, 1fr);\n            gap: 5px;\n        }\n\n        .dream-latest-cover {\n            border-radius: 3px;\n        }\n\n        .dream-latest-play {\n            width: 22px !important;\n            height: 22px !important;\n\n            min-width: 22px !important;\n            max-width: 22px !important;\n            min-height: 22px !important;\n            max-height: 22px !important;\n\n            font-size: 9px !important;\n        }\n\n        .dream-latest-title {\n            font-size: 9px;\n            margin-top: 3px;\n        }\n\n        .dream-latest-plays {\n            font-size: 7px;\n        }\n    }\n\n    <\/style>\n\n    <div class=\"dream-latest-songs\">\n    \n        <div class=\"dream-latest-song\">\n\n            <div class=\"dream-latest-cover\">\n        \n                <img decoding=\"async\"\n                    src=\"https:\/\/dreamcodexclusive.com\/wp-content\/uploads\/2026\/09\/Together-by-Ld-Busaho-mp3-image-1-1024x1024.png\"\n                    alt=\"Aizire\"\n                    loading=\"lazy\"\n                >\n            \n\n                <a\n                    class=\"dream-latest-play\"\n                    href=\"https:\/\/dreamcodexclusive.com\/?song=aizire\"\n                    aria-label=\"Play Aizire\"\n                >\n                    \u25b6\n                <\/a>\n\n            <\/div>\n\n            <div class=\"dream-latest-title\">\n                <a href=\"https:\/\/dreamcodexclusive.com\/?song=aizire\">\n                    Aizire\n                <\/a>\n            <\/div>\n\n            <div class=\"dream-latest-plays\">\n                \u25b6 1 Plays\n            <\/div>\n\n        <\/div>\n        \n        <div class=\"dream-latest-song\">\n\n            <div class=\"dream-latest-cover\">\n        \n                <img decoding=\"async\"\n                    src=\"https:\/\/dreamcodexclusive.com\/wp-content\/uploads\/2026\/09\/IMG_20260817_211420_3000_x_3000_pixel-1024x1024.jpg\"\n                    alt=\"Together\"\n                    loading=\"lazy\"\n                >\n            \n\n                <a\n                    class=\"dream-latest-play\"\n                    href=\"https:\/\/dreamcodexclusive.com\/?song=together\"\n                    aria-label=\"Play Together\"\n                >\n                    \u25b6\n                <\/a>\n\n            <\/div>\n\n            <div class=\"dream-latest-title\">\n                <a href=\"https:\/\/dreamcodexclusive.com\/?song=together\">\n                    Together\n                <\/a>\n            <\/div>\n\n            <div class=\"dream-latest-plays\">\n                \u25b6 4 Plays\n            <\/div>\n\n        <\/div>\n        \n    <\/div>\n    \n\n\n\n<h2 class=\"wp-block-heading\">        \u2b50 Popular Artists<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Meet the artists bringing fresh sounds to Dream Code Xclusive.<\/p>\n\n\n\n    <style>\n\n    .dream-popular-artists {\n        display: grid;\n        grid-template-columns: repeat(6, 1fr);\n        gap: 16px;\n        margin: 20px 0;\n    }\n\n    .dream-popular-artist {\n        min-width: 0;\n        overflow: hidden;\n    }\n\n    .dream-popular-artist-photo {\n        position: relative;\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        overflow: hidden;\n        border-radius: 6px;\n    }\n\n    .dream-popular-artist-photo img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n    }\n\n    .dream-popular-rank {\n        position: absolute;\n        top: 5px;\n        left: 5px;\n        z-index: 2;\n\n        min-width: 25px;\n        height: 25px;\n\n        padding: 0 5px;\n\n        border-radius: 50%;\n\n        background: #f00000;\n        color: #fff;\n\n        display: flex;\n        align-items: center;\n        justify-content: center;\n\n        font-size: 11px;\n        font-weight: 700;\n    }\n\n    .dream-popular-artist-name {\n        margin: 7px 0 2px;\n\n        font-size: 17px;\n        font-weight: 700;\n\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n    }\n\n    .dream-popular-artist-name a {\n        text-decoration: none;\n    }\n\n    .dream-popular-artist-stats {\n        font-size: 12px;\n        opacity: .7;\n\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n    }\n\n    \/* PHONE - KEEP 6 COLUMNS *\/\n\n    @media (max-width: 900px) {\n\n        .dream-popular-artists {\n            grid-template-columns: repeat(6, 1fr);\n            gap: 9px;\n        }\n\n        .dream-popular-rank {\n            min-width: 20px;\n            height: 20px;\n            font-size: 8px;\n            top: 3px;\n            left: 3px;\n        }\n\n        .dream-popular-artist-name {\n            font-size: 10px;\n            margin-top: 4px;\n        }\n\n        .dream-popular-artist-stats {\n            font-size: 7px;\n        }\n    }\n\n    \/* VERY SMALL PHONES *\/\n\n    @media (max-width: 480px) {\n\n        .dream-popular-artists {\n            grid-template-columns: repeat(6, 1fr);\n            gap: 5px;\n        }\n\n        .dream-popular-artist-photo {\n            border-radius: 3px;\n        }\n\n        .dream-popular-rank {\n            min-width: 17px;\n            height: 17px;\n            font-size: 7px;\n            top: 2px;\n            left: 2px;\n        }\n\n        .dream-popular-artist-name {\n            font-size: 8px;\n            margin-top: 3px;\n        }\n\n        .dream-popular-artist-stats {\n            font-size: 6px;\n        }\n    }\n\n    <\/style>\n\n    <div class=\"dream-popular-artists\">\n    \n        <div class=\"dream-popular-artist\">\n\n            <div class=\"dream-popular-artist-photo\">\n        \n                <img decoding=\"async\"\n                    src=\"https:\/\/dreamcodexclusive.com\/wp-content\/uploads\/2026\/09\/IMG_20260817_211420_3000_x_3000_pixel-1024x1024.jpg\"\n                    alt=\"Ld Busaho\"\n                    loading=\"lazy\"\n                >\n            \n\n                <div class=\"dream-popular-rank\">\n                    #1\n                <\/div>\n\n            <\/div>\n\n            <div class=\"dream-popular-artist-name\">\n\n                <a href=\"https:\/\/dreamcodexclusive.com\/?artist=ld-busaho\">\n                    Ld Busaho\n                <\/a>\n\n            <\/div>\n\n            <div class=\"dream-popular-artist-stats\">\n                \ud83c\udfb5 2 songs\n                &nbsp; \u2022 &nbsp;\n                \u2b07\ufe0f 0 downloads\n            <\/div>\n\n        <\/div>\n        \n    <\/div>\n    \n\n\n\n<h2 class=\"wp-block-heading\">             Latest Albums<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Explore the latest albums, complete collections and new releases from artists featured on Dream Code Xclusive.<\/p>\n\n\n\n        <div class=\"dream-no-albums\">\n            <p>No albums published yet.<\/p>\n        <\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Celebrity &amp; Entertainment news<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Stay updated with the latest celebrity stories, entertainment news, music updates and trending personalities.<\/p>\n\n\n\n    <style>\n\n    .dream-celebrity-news {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 18px;\n        margin: 20px 0;\n    }\n\n    .dream-news-card {\n        min-width: 0;\n        overflow: hidden;\n        background: #080d2b;\n        border: 1px solid #333;\n        border-radius: 8px;\n    }\n\n    .dream-news-card img {\n        width: 100%;\n        aspect-ratio: 16 \/ 10;\n        object-fit: cover;\n        display: block;\n    }\n\n    .dream-news-content {\n        padding: 10px;\n    }\n\n    .dream-news-content h3 {\n        margin: 0 0 6px;\n        font-size: 17px;\n        line-height: 1.25;\n    }\n\n    .dream-news-content h3 a {\n        text-decoration: none;\n    }\n\n    .dream-news-date {\n        font-size: 12px;\n        opacity: .7;\n        margin-bottom: 6px;\n    }\n\n    .dream-news-content p {\n        margin: 6px 0;\n        font-size: 14px;\n        line-height: 1.4;\n    }\n\n    .dream-news-read-more {\n        display: inline-block;\n        margin-top: 6px;\n        font-weight: 600;\n        text-decoration: none;\n    }\n\n    \/* KEEP 4 COLUMNS ON PHONES *\/\n\n    @media (max-width: 900px) {\n\n        .dream-celebrity-news {\n            grid-template-columns: repeat(4, 1fr);\n            gap: 9px;\n        }\n\n        .dream-news-card {\n            border-radius: 4px;\n        }\n\n        .dream-news-content {\n            padding: 6px;\n        }\n\n        .dream-news-content h3 {\n            font-size: 10px;\n            line-height: 1.2;\n            margin-bottom: 4px;\n        }\n\n        .dream-news-date {\n            font-size: 7px;\n            margin-bottom: 4px;\n        }\n\n        .dream-news-content p {\n            font-size: 8px;\n            line-height: 1.3;\n        }\n\n        .dream-news-read-more {\n            font-size: 8px;\n            margin-top: 3px;\n        }\n    }\n\n    \/* VERY SMALL PHONES *\/\n\n    @media (max-width: 480px) {\n\n        .dream-celebrity-news {\n            grid-template-columns: repeat(4, 1fr);\n            gap: 5px;\n        }\n\n        .dream-news-content {\n            padding: 4px;\n        }\n\n        .dream-news-content h3 {\n            font-size: 8px;\n        }\n\n        .dream-news-date {\n            font-size: 6px;\n        }\n\n        .dream-news-content p {\n            font-size: 6px;\n        }\n\n        .dream-news-read-more {\n            font-size: 6px;\n        }\n    }\n\n    <\/style>\n\n    <div class=\"dream-celebrity-news\">\n    \n        <article class=\"dream-news-card\">\n        \n            <a href=\"https:\/\/dreamcodexclusive.com\/?p=75\">\n\n                <img decoding=\"async\"\n                    src=\"https:\/\/dreamcodexclusive.com\/wp-content\/uploads\/2026\/09\/file_00000000e1e881f4b0958e75e3731e2a-200x300.png\"\n                    alt=\"Latest Celebrity &amp; Entertainment News \u2014 Dream Code Xclusive\"\n                    loading=\"lazy\"\n                >\n\n            <\/a>\n            \n            <div class=\"dream-news-content\">\n\n                <h3>\n                    <a href=\"https:\/\/dreamcodexclusive.com\/?p=75\">\n                        Latest Celebrity &amp; Entertainment News \u2014 Dream Code Xclusive\n                    <\/a>\n                <\/h3>\n\n                <div class=\"dream-news-date\">\n                    September 6, 2026\n                <\/div>\n\n                <p>\n                    Entertainment News Update: The Latest From the World of CelebritiesThe entertainment world is always moving, with celebrities making headlines through&hellip;\n                <\/p>\n\n                <a\n                    class=\"dream-news-read-more\"\n                    href=\"https:\/\/dreamcodexclusive.com\/?p=75\"\n                >\n                    Read More \u2192\n                <\/a>\n\n            <\/div>\n\n        <\/article>\n        \n    <\/div>\n    \n\n\n\n<h2 class=\"wp-block-heading\">Genres<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Explore music by genre and discover the sounds you love<\/p>\n\n\n<div class=\"dream-genres-list\"><a class=\"dream-genre-button\" href=\"https:\/\/dreamcodexclusive.com\/?cat=17\">Afrobeats<\/a><a class=\"dream-genre-button\" href=\"https:\/\/dreamcodexclusive.com\/?cat=18\">Kadongo Kamu<\/a><a class=\"dream-genre-button\" href=\"https:\/\/dreamcodexclusive.com\/?cat=20\">Gospel<\/a><a class=\"dream-genre-button\" href=\"https:\/\/dreamcodexclusive.com\/?cat=21\">Drill<\/a><a class=\"dream-genre-button\" href=\"https:\/\/dreamcodexclusive.com\/?cat=19\">Hip-hop<\/a><a class=\"dream-genre-button\" href=\"https:\/\/dreamcodexclusive.com\/?cat=22\">Dancehall<\/a><a class=\"dream-genre-button\" href=\"https:\/\/dreamcodexclusive.com\/?cat=23\">Reggae<\/a><a class=\"dream-genre-button\" href=\"https:\/\/dreamcodexclusive.com\/?cat=24\">Amapiano<\/a><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Promote Song<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Welcome to Dream Code Xclusive!<br>To promote your song, please pay UGX 1,000 per song via:<br>AIRTEL: 0731557893<br>Name: KARUNGI RODGERS<br>After payment, please send:<br>Your MP3 song<br>Artist photo\/photos<br>Social media links<br>Artist biography<br>Proof of payment<br>Thank you for choosing Dream Code Xclusive!<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/wa.me\/256741100482?text=Welcome%20to%20Dream%20Code%20Xclusive!%0A%0ATo%20promote%20your%20song%2C%20please%20pay%20UGX%201%2C000%20per%20song%20via%3A%0A%0AAIRTEL%3A%200731557893%0AName%3A%20KARUNGI%20RODGERS%0A%0AAfter%20payment%2C%20please%20send%3A%0A%E2%80%A2%20Your%20MP3%20song%0A%E2%80%A2%20Artist%20photo%2Fphotos%0A%E2%80%A2%20Your%20social%20media%20links%0A%E2%80%A2%20Your%20artist%20biography%0A%E2%80%A2%20Proof%20of%20payment%0A%0AThank%20you%20for%20choosing%20Dream%20Code%20Xclusive!%20We%20will%20review%20your%20submission%20and%20get%20back%20to%20you.`\">Submit song now<\/a><\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>DISCOVER. LISTEN. DOWNLOAD. PROMOTE. Your home for the latest music, artists, trending songs and entertainment news. \ud83d\udd25Top 16 hit songs Feel the hottest sounds, discover fresh hits, and stay tuned to what\u2019s trending on Dream Code Xclusive. Advertising \ud83c\udfb5 Latest Music Fresh releases, new sounds and the latest tracks added to Dream Code Xclusive. \u2b50 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-61","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dreamcodexclusive.com\/index.php?rest_route=\/wp\/v2\/pages\/61","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dreamcodexclusive.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dreamcodexclusive.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dreamcodexclusive.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dreamcodexclusive.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=61"}],"version-history":[{"count":5,"href":"https:\/\/dreamcodexclusive.com\/index.php?rest_route=\/wp\/v2\/pages\/61\/revisions"}],"predecessor-version":[{"id":191,"href":"https:\/\/dreamcodexclusive.com\/index.php?rest_route=\/wp\/v2\/pages\/61\/revisions\/191"}],"wp:attachment":[{"href":"https:\/\/dreamcodexclusive.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=61"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}