Drinks New

The Tale Of A Libatious Trilogy

“We live as we dream, alone,” but thanks to Saigon brewhouse, Heart of Darkness, and their trilogy of pale ales, the dark loneliness of drinking just one beer need never happen again.

An Empire State Of Mind At Café In

Empire City is where modern, urban living embraces a fresh new concept, providing a superior quality of life away from traffic jams and confined living spaces.

Dom Perignon introduces Vintage 2010

Vintage 2010 shines in the seasoned hands of Dom Perignon’s chef de cave, Vincent Chaperon, and chief winemaker Daniel Carvajal-Perez. Read on for the full review

				
					<?php
// Get current post category
$category = get_the_category();
$category_slug = !empty($category) ? $category[0]->slug : '';

// Define ad zone mappings
$ad_zones = [
    'dining' => '495',
    'nightlife' => '496',
    // Add more mappings
];

// If we have a matching ad zone for this category
if (isset($ad_zones[$category_slug])) {
    $zone_id = $ad_zones[$category_slug];
    echo '<ins data-revive-zoneid="' . $zone_id . '" data-revive-id="1bbb33b30cedcbfeeb380aface2ebc8f"></ins>';
    echo '<script async src="//adserver.sgmagazine.com/delivery/asyncjs.php"></script>';
}
?>