Play
Pause

About Radio Al-Balad

About Us

We Offer You Latest Programs And Podcasts

Radio Al-Balad is a radio project that focuses on the social, cultural, and political affairs of the city of Al-Bab, providing diverse content that highlights the city's issues and promotes communication and dialogue in the local community.

Listen to our podcast on

13Y

Experience

Play
Pause

20K

Our Followers

60+

Podcast Episodes

20M

Our Listener

Listen To Our Programs And Podcasts

Dialogues With Officials

Dialogues with officials address the most important topics and give you an opportunity to better understand the challenges and solutions.

The Best Audio Experience Available

Enjoy stunning sound with exceptional clarity and fine details. We offer you an unparalleled listening experience with the latest audio technologies to ensure clarity and depth in every moment.

Important And Valuable Topics

Important and valuable topics that address societal issues and current events in great detail.

Our Team

Get to know our team

Meet the team behind the success of our programs

Subscribe For The Latest Episodes

Subscribe to receive all the latest updates from Radio Al Balad

document.addEventListener('DOMContentLoaded', function () { const wpmlItems = document.querySelectorAll( '.menu-item-wpml-ls-item.menu-item-has-children' ); wpmlItems.forEach(function (item) { const link = item.querySelector(':scope > a.has-submenu'); if (!link) return; link.addEventListener('click', function (e) { // Only change behavior on desktop if (window.innerWidth <= 1024) { return; } e.preventDefault(); e.stopPropagation(); const isOpen = item.classList.contains('wpml-click-open'); // Close other WPML language dropdowns wpmlItems.forEach(function (otherItem) { otherItem.classList.remove('wpml-click-open'); const otherLink = otherItem.querySelector(':scope > a.has-submenu'); if (otherLink) { otherLink.setAttribute('aria-expanded', 'false'); } }); // Open this one if (!isOpen) { item.classList.add('wpml-click-open'); link.setAttribute('aria-expanded', 'true'); } }); }); // Close when clicking somewhere else document.addEventListener('click', function (e) { if (!e.target.closest('.menu-item-wpml-ls-item.menu-item-has-children')) { wpmlItems.forEach(function (item) { item.classList.remove('wpml-click-open'); const link = item.querySelector(':scope > a.has-submenu'); if (link) { link.setAttribute('aria-expanded', 'false'); } }); } }); });