stdClass Object
(
[id] => 216
[title] => 48 hours in Singapore: Ian's top tips
[alias] => 48-hours-in-singapore
[introtext] => Three nights in Singapore might sound like a squeeze, but as Ian discovered on his recent trip, it makes for the perfect little add-on to a longer holiday in Asia. With its unmistakably iconic architecture, culture, lush green spaces, and some of the best food on the planet, you can pack a lot into 48 hours in Singapore . Getting around is simple, the metro is clean and easy to navigate, and taxis are quick and affordable, so you can spend less time worrying about logistics and more time soaking up the city. Below, Ian shares his tried-and-tested tips for making the most of 48 hours in Singapore , from iconic landmarks to hawker centre feasts. Day One In my opinion, you can’t beat a late flight out of the UK, travelling overnight and then arriving in the city for late afternoon. Changi Airport is something to behold when you arrive; once through arrivals, I would always recommend venturing straight for the Rain Vortex – the world’s tallest indoor waterfall. It stands (falls?) tall at 40 meters, and you can see it from multiple levels – it really is quite impressive. What a way to start the trip. Once you arrive at the hotel for your first night, check in and take some time to relax after the journey. You may be too tired to do anything (zero judgment here!), but I would always recommend freshening up and heading straight out for dinner. Even if it is just to a local restaurant down the street, it’s the best way to stay awake and to help get a good night’s sleep because you’ll need it! The impressive welcome at Changi Airport Day Two Morning Start off your day with an amble towards the iconic Raffles Hotel , stopping for a coffee along the way. At the other end, you’ll be treated with a famous Singapore Sling (they do a non-alcoholic version too). The Long Bar at Raffles opens at 11am and is walk-in only; from experience, arriving at 11am, you get sat down pretty quickly. I would suggest arriving a bit earlier and heading round to the front of the hotel to get that snapshot of the beautiful frontage before heading to the bar. Even if you don't fancy a drink, the bar itself is well-worth a visit; you can see the heritage of the building and just take in the atmosphere; jazz music playing on the speakers, free peanuts on every table, and delicious drinks. Ian outside the iconic Raffles in Singapore Ian on his second(?) Singapore Sling One you've had a drink, or two (the Singapore Slings can be quite strong); it’s time to walk it off. If you walk along North Bridge Road, you will arrive at the Parliament House of Singapore which is a worthy quick stop because you get the view of the parliament building with the backdrop of modern Singapore, a mix of old and new – exactly how I would describe Singapore itself really. As well as this, it is on the bank of the Singapore River and only a 10 minute further walk to see the most well-known building in the city. To see it in its full glory, walk to the Marina Bay Sands viewpoint (on Google, it is the MBS Viewpoint) and admire the view because you’ll be heading there tomorrow! You will have worked up an appetite so you could have lunch at one of the restaurants or bars along the street looking out onto Marina Bay Sands, but these could be pricey. Another option would be to walk to Clarke Quay, around 15 minutes way with lots of options to eat and drink and still with a lovely view of the quay. Marina Bay Sands Viewpoint Afternoon After lunch, you could walk around Fort Canning Park, this is a free park and really nice to walk round for some shade on a hot day. There are also some payable activities in the park which you can do too. Alternatively, head back to the hotel to relax, enjoy the amenities and freshen up for dinner. Evening My recommendation for dinner would be to head to Maxwells Food Centre, along Tg Pahar Road or you may have seen a local restaurant on your travels today! Array ( [0] => stdClass Object ( [title] => fort-canning [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/fort-canning.jpeg [width] => 1536 [height] => 2048 ) [full] => images/2025/10/01/fort-canning.jpeg [alt] => [item_type] => image [caption] => Ian at Fort Canning ) [1] => stdClass Object ( [title] => fort-canning-2 [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/fort-canning-2.jpeg [width] => 1536 [height] => 2048 ) [full] => images/2025/10/01/fort-canning-2.jpeg [alt] => [item_type] => image [caption] => Fort Canning Park ) [2] => stdClass Object ( [title] => maxwells [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/maxwells.jpeg [width] => 1536 [height] => 2048 ) [full] => images/2025/10/01/maxwells.jpeg [alt] => [item_type] => image [caption] => Maxwells Food Centre ) [3] => stdClass Object ( [title] => maxwells-gyoza [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/maxwells-gyoza.jpeg [width] => 1536 [height] => 2048 ) [full] => images/2025/10/01/maxwells-gyoza.jpeg [alt] => [item_type] => image [caption] => Delicious gyoza at Maxwells ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: none; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); Fort Canning Park and Maxwells Food Centre Day Three Morning Another full day in Singapore to soak in the sights. Today, head out to Chinatown, take a walk around the stalls and shops, see Pagoda Street, the Sri Mariamman Temple, and the Buddha Tooth Relic Temple. These are all walkable from Maxwell Station and the perfect way to spend a morning, finishing of course at Maxwell Food Centre for lunch (you can absolutely visit here more than once, there are so many stalls to choose from!) Singapore is known for its hawker centres, with Maxwell's being the most famous, and it does not disappoint. It can be a lot on the senses when you walk in (the smells in particular are incredible) but here are my top tips. Take a couple of laps, see what there is, what you fancy to eat and then find somewhere to sit. People can sometimes ‘reserve’ a seat with a random item so keep an eye out for these but once you find somewhere, take a seat (it’s a lot easier doing this with someone than solo!) Feel free to share tables with people. On my most recent visit, I sat with first-generation Singaporeans who were telling me about their parents' emigrating from China. It was amazing to listen to their stories. Once you have chosen your food, they'll give you a buzzer so you can sit down and wait for it to be cooked, and it really is worth the wait! I can still smell the chicken rice and mixed veg I had (I also went back for some more gyoza). Chinatown, Singapore Afternoon After lunch you may wish to freshen up before this evening’s visits. Depending on sunset would depend on the time you want to book the Marina Bay Sands observation deck and also Gardens by the Bay. Ideally, you want to be heading into the gardens at dusk ready for the lights to come on (and hopefully witness the lights show). You do not need loads of time at the observation deck, the best station to get off at is Bayfront and it is signed from there. If you have a ticket already, join the queue and the lift will take you straight up to the deck. Enjoy the panoramic views of the city, it’s quite something, I loved being able to see the Gardens from above! Evening Once you’ve finished, there are signs to Gardens by the Bay so it is an easy walk between the two. There are lots of options to eat just outside the Gardens, just head for Satay by the Bay! At the Gardens, there are many options you can do. Walking around the park is easy and free but I would recommend the Skywalk, this is a great way to see the gardens from about (but the queue can be quite long even with a ticket). There are other exhibitions which you can pay for so check online to see the options. Once the sun has set, there is a light show which is quite spectacular and you will see the crowds build up in anticipation so find you spot and enjoy! It really is a lovely way to end the Singapore experience. Marina Bay Sands Observation Deck Evening Once you’ve finished, there are signs to Gardens by the Bay so it is an easy walk between the two. There are lots of options to eat just outside the Gardens, just head for Satay by the Bay! At the Gardens, there are many options you can do. Walking around the park is easy and free but I would recommend the Skywalk, this is a great way to see the gardens from about (but the queue can be quite long even with a ticket). There are other exhibitions which you can pay for so check online to see the options. Once the sun has set, there is a light show which is quite spectacular and you will see the crowds build up in anticipation so find you spot and enjoy! It really is a lovely way to end the Singapore experience. Array ( [0] => stdClass Object ( [content] => Top Tip: If you head to the metro station names Gardens by the Bay, there is a great viewpoint which you can see Marina Bay Sands with the iconic lit-up towers in front of it. It is a bit of a walk from the main Gardens but also a great station for getting out of the site away from the crowds. [name] => Ian [location] => [text_color] => [quote_color] => [admin_label] => Item 1 ) ) “ Top Tip: If you head to the metro station names Gardens by the Bay, there is a great viewpoint which you can see Marina Bay Sands with the iconic lit-up towers in front of it. It is a bit of a walk from the main Gardens but also a great station for getting out of the site away from the crowds. Ian ” Marina Bay Sands view from Gardens by the Bay After just a couple of days in Singapore, you’ll see why it’s so often recommended as the perfect add-on to an Asian adventure. It’s compact, easy to get around, and full of culture, history and flavour... the kind of place where you can pack a lot in without feeling rushed. Get in touch Singapore holidays Ian recommends
[fulltext] => Three nights in Singapore might sound like a squeeze, but as Ian discovered on his recent trip, it makes for the perfect little add-on to a longer holiday in Asia. With its unmistakably iconic architecture, culture, lush green spaces, and some of the best food on the planet, you can pack a lot into 48 hours in Singapore . Getting around is simple, the metro is clean and easy to navigate, and taxis are quick and affordable, so you can spend less time worrying about logistics and more time soaking up the city. Below, Ian shares his tried-and-tested tips for making the most of 48 hours in Singapore , from iconic landmarks to hawker centre feasts. Day One In my opinion, you can’t beat a late flight out of the UK, travelling overnight and then arriving in the city for late afternoon. Changi Airport is something to behold when you arrive; once through arrivals, I would always recommend venturing straight for the Rain Vortex – the world’s tallest indoor waterfall. It stands (falls?) tall at 40 meters, and you can see it from multiple levels – it really is quite impressive. What a way to start the trip. Once you arrive at the hotel for your first night, check in and take some time to relax after the journey. You may be too tired to do anything (zero judgment here!), but I would always recommend freshening up and heading straight out for dinner. Even if it is just to a local restaurant down the street, it’s the best way to stay awake and to help get a good night’s sleep because you’ll need it! The impressive welcome at Changi Airport Day Two Morning Start off your day with an amble towards the iconic Raffles Hotel , stopping for a coffee along the way. At the other end, you’ll be treated with a famous Singapore Sling (they do a non-alcoholic version too). The Long Bar at Raffles opens at 11am and is walk-in only; from experience, arriving at 11am, you get sat down pretty quickly. I would suggest arriving a bit earlier and heading round to the front of the hotel to get that snapshot of the beautiful frontage before heading to the bar. Even if you don't fancy a drink, the bar itself is well-worth a visit; you can see the heritage of the building and just take in the atmosphere; jazz music playing on the speakers, free peanuts on every table, and delicious drinks. Ian outside the iconic Raffles in Singapore Ian on his second(?) Singapore Sling One you've had a drink, or two (the Singapore Slings can be quite strong); it’s time to walk it off. If you walk along North Bridge Road, you will arrive at the Parliament House of Singapore which is a worthy quick stop because you get the view of the parliament building with the backdrop of modern Singapore, a mix of old and new – exactly how I would describe Singapore itself really. As well as this, it is on the bank of the Singapore River and only a 10 minute further walk to see the most well-known building in the city. To see it in its full glory, walk to the Marina Bay Sands viewpoint (on Google, it is the MBS Viewpoint) and admire the view because you’ll be heading there tomorrow! You will have worked up an appetite so you could have lunch at one of the restaurants or bars along the street looking out onto Marina Bay Sands, but these could be pricey. Another option would be to walk to Clarke Quay, around 15 minutes way with lots of options to eat and drink and still with a lovely view of the quay. Marina Bay Sands Viewpoint Afternoon After lunch, you could walk around Fort Canning Park, this is a free park and really nice to walk round for some shade on a hot day. There are also some payable activities in the park which you can do too. Alternatively, head back to the hotel to relax, enjoy the amenities and freshen up for dinner. Evening My recommendation for dinner would be to head to Maxwells Food Centre, along Tg Pahar Road or you may have seen a local restaurant on your travels today! Array
(
[0] => stdClass Object
(
[title] => fort-canning
[thumb] => stdClass Object
(
[src] => images/2025/10/01/_spmedia_thumbs/fort-canning.jpeg
[width] => 1536
[height] => 2048
)
[full] => images/2025/10/01/fort-canning.jpeg
[alt] =>
[item_type] => image
[caption] => Ian at Fort Canning
)
[1] => stdClass Object
(
[title] => fort-canning-2
[thumb] => stdClass Object
(
[src] => images/2025/10/01/_spmedia_thumbs/fort-canning-2.jpeg
[width] => 1536
[height] => 2048
)
[full] => images/2025/10/01/fort-canning-2.jpeg
[alt] =>
[item_type] => image
[caption] => Fort Canning Park
)
[2] => stdClass Object
(
[title] => maxwells
[thumb] => stdClass Object
(
[src] => images/2025/10/01/_spmedia_thumbs/maxwells.jpeg
[width] => 1536
[height] => 2048
)
[full] => images/2025/10/01/maxwells.jpeg
[alt] =>
[item_type] => image
[caption] => Maxwells Food Centre
)
[3] => stdClass Object
(
[title] => maxwells-gyoza
[thumb] => stdClass Object
(
[src] => images/2025/10/01/_spmedia_thumbs/maxwells-gyoza.jpeg
[width] => 1536
[height] => 2048
)
[full] => images/2025/10/01/maxwells-gyoza.jpeg
[alt] =>
[item_type] => image
[caption] => Delicious gyoza at Maxwells
)
)
Show More
@media (min-width: 1200px) {
#zen-gallery-expand {
display: none;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
#zen-gallery-expand {
display: none;
}
}
@media (max-width: 767px) {
#zen-gallery-expand {
display: none;
}
}
document.addEventListener("DOMContentLoaded", function() {
const videos = document.querySelectorAll(".zen-gallery-video");
videos.forEach(function(img, index) {
if (!img.getAttribute("src") || img.getAttribute("src") === "/") {
img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading...";
const video = document.createElement("video");
video.crossOrigin = "anonymous";
video.muted = true;
video.preload = "auto";
const videoUrl = decodeURIComponent(img.dataset.videoSrc);
let isProcessing = false;
let errorTimeout;
errorTimeout = setTimeout(() => {
if (!isProcessing) {
video.remove();
}
}, 5000);
video.addEventListener("canplay", function() {
if (isProcessing) return;
isProcessing = true;
clearTimeout(errorTimeout);
video.currentTime = 0.1; // just a tiny bit in
});
video.addEventListener("error", function(e) {
console.error("Video load error:", e.target.error.message);
video.remove();
img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+";
});
video.addEventListener("seeked", function() {
if (!isProcessing) return;
const canvas = document.createElement("canvas");
canvas.width = video.videoWidth;
canvas.height = video.videoHeight;
try {
canvas.getContext("2d").drawImage(video, 0, 0);
const dataUrl = canvas.toDataURL("image/jpeg", 0.8);
img.setAttribute("src", dataUrl);
} catch(e) {
console.error("Failed to generate thumbnail:", e);
}
video.remove();
canvas.remove();
});
// Add media fragment to only load first second
video.src = `${videoUrl}#t=0,1`;
video.load();
}
});
});
document.addEventListener("click", function(e) {
if (e.target.matches(".zen-gallery-expand")) {
const items = document.querySelectorAll(".zen-gallery-item");
items.forEach((item, index) => {
if (index >= 12) {
item.classList.toggle("d-xl-none");
}
if (index >= 9) {
item.classList.toggle("d-md-none");
item.classList.toggle("d-xl-block");
}
if (index >= 6) {
item.classList.toggle("d-none");
item.classList.toggle("d-md-block");
}
});
const anyHidden = Array.from(items).some(item =>
item.classList.contains("d-none") ||
item.classList.contains("d-md-none") ||
item.classList.contains("d-xl-none")
);
e.target.textContent = anyHidden ? "Show More" : "Show Less";
if (anyHidden) {
const expandButton = document.getElementById("zen-gallery-expand");
const rect = expandButton.getBoundingClientRect();
const scrollTop = window.pageYOffset || document.documentElement.scrollTop;
window.scrollTo({
top: rect.top + scrollTop - 200,
behavior: "instant"
});
}
}
});
Fort Canning Park and Maxwells Food Centre Day Three Morning Another full day in Singapore to soak in the sights. Today, head out to Chinatown, take a walk around the stalls and shops, see Pagoda Street, the Sri Mariamman Temple, and the Buddha Tooth Relic Temple. These are all walkable from Maxwell Station and the perfect way to spend a morning, finishing of course at Maxwell Food Centre for lunch (you can absolutely visit here more than once, there are so many stalls to choose from!) Singapore is known for its hawker centres, with Maxwell's being the most famous, and it does not disappoint. It can be a lot on the senses when you walk in (the smells in particular are incredible) but here are my top tips. Take a couple of laps, see what there is, what you fancy to eat and then find somewhere to sit. People can sometimes ‘reserve’ a seat with a random item so keep an eye out for these but once you find somewhere, take a seat (it’s a lot easier doing this with someone than solo!) Feel free to share tables with people. On my most recent visit, I sat with first-generation Singaporeans who were telling me about their parents' emigrating from China. It was amazing to listen to their stories. Once you have chosen your food, they'll give you a buzzer so you can sit down and wait for it to be cooked, and it really is worth the wait! I can still smell the chicken rice and mixed veg I had (I also went back for some more gyoza). Chinatown, Singapore Afternoon After lunch you may wish to freshen up before this evening’s visits. Depending on sunset would depend on the time you want to book the Marina Bay Sands observation deck and also Gardens by the Bay. Ideally, you want to be heading into the gardens at dusk ready for the lights to come on (and hopefully witness the lights show). You do not need loads of time at the observation deck, the best station to get off at is Bayfront and it is signed from there. If you have a ticket already, join the queue and the lift will take you straight up to the deck. Enjoy the panoramic views of the city, it’s quite something, I loved being able to see the Gardens from above! Evening Once you’ve finished, there are signs to Gardens by the Bay so it is an easy walk between the two. There are lots of options to eat just outside the Gardens, just head for Satay by the Bay! At the Gardens, there are many options you can do. Walking around the park is easy and free but I would recommend the Skywalk, this is a great way to see the gardens from about (but the queue can be quite long even with a ticket). There are other exhibitions which you can pay for so check online to see the options. Once the sun has set, there is a light show which is quite spectacular and you will see the crowds build up in anticipation so find you spot and enjoy! It really is a lovely way to end the Singapore experience. Marina Bay Sands Observation Deck Evening Once you’ve finished, there are signs to Gardens by the Bay so it is an easy walk between the two. There are lots of options to eat just outside the Gardens, just head for Satay by the Bay! At the Gardens, there are many options you can do. Walking around the park is easy and free but I would recommend the Skywalk, this is a great way to see the gardens from about (but the queue can be quite long even with a ticket). There are other exhibitions which you can pay for so check online to see the options. Once the sun has set, there is a light show which is quite spectacular and you will see the crowds build up in anticipation so find you spot and enjoy! It really is a lovely way to end the Singapore experience. Array
(
[0] => stdClass Object
(
[content] => Top Tip: If you head to the metro station names Gardens by the Bay, there is a great viewpoint which you can see Marina Bay Sands with the iconic lit-up towers in front of it. It is a bit of a walk from the main Gardens but also a great station for getting out of the site away from the crowds.
[name] => Ian
[location] =>
[text_color] =>
[quote_color] =>
[admin_label] => Item 1
)
)
“ Top Tip: If you head to the metro station names Gardens by the Bay, there is a great viewpoint which you can see Marina Bay Sands with the iconic lit-up towers in front of it. It is a bit of a walk from the main Gardens but also a great station for getting out of the site away from the crowds. Ian ” Marina Bay Sands view from Gardens by the Bay
After just a couple of days in Singapore, you’ll see why it’s so often recommended as the perfect add-on to an Asian adventure. It’s compact, easy to get around, and full of culture, history and flavour... the kind of place where you can pack a lot in without feeling rushed.
Get in touch Singapore holidays Ian recommends
[checked_out] =>
[checked_out_time] =>
[catid] => 22
[created] => 2025-11-06 19:05:16
[created_by] => 110
[created_by_alias] =>
[modified] => 2025-11-07 13:34:17
[modified_by] => 110
[publish_up] => 2025-11-06 11:05:38
[publish_down] =>
[images] => {"image_intro":"images\/blog\/Ian%2048%20hours%20in%20Singapore_Blog%20hero.jpg#joomlaImage:\/\/local-images\/blog\/Ian 48 hours in Singapore_Blog hero.jpg?width=5833&height=2917","image_intro_alt":"","float_intro":"","image_intro_caption":"","image_fulltext":"images\/blog\/ian%2048%20hours%20in%20Singapore_Blog%20thumbnail.jpg#joomlaImage:\/\/local-images\/blog\/ian 48 hours in Singapore_Blog thumbnail.jpg?width=4500&height=2500","image_fulltext_alt":"","float_fulltext":"","image_fulltext_caption":""}
[urls] => {"urla":"","urlatext":"","targeta":"","urlb":"","urlbtext":"","targetb":"","urlc":"","urlctext":"","targetc":""}
[attribs] => {"article_layout":"","show_title":"","link_titles":"","show_tags":"","show_intro":"","info_block_position":"","info_block_show_title":"","show_category":"","link_category":"","show_parent_category":"","link_parent_category":"","show_author":"","link_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","show_hits":"","show_noauth":"","urls_position":"","alternative_readmore":"","article_page_title":"","show_publishing_options":"","show_article_options":"","show_urls_images_backend":"","show_urls_images_frontend":""}
[metadata] => {"robots":"","author":"","rights":""}
[metakey] =>
[metadesc] =>
[access] => 1
[hits] => 164
[featured] => 0
[language] => *
[readmore] => 14964
[ordering] =>
[featured_up] =>
[featured_down] =>
[state] => 1
[category_title] => All
[category_route] => all
[category_access] => 1
[category_alias] => all
[category_language] => *
[published] => 1
[parents_published] => 1
[lft] => 35
[author] => Gabrielle
[author_email] => gabrielle@holidayarchitects.co.uk
[modified_by_name] => Gabrielle
[parent_title] => ROOT
[parent_id] =>
[parent_route] =>
[parent_alias] => root
[parent_language] => *
[alternative_readmore] =>
[layout] =>
[params] => Joomla\Registry\Registry Object
(
[data:protected] => stdClass Object
(
[article_layout] => _:default
[show_title] => 1
[link_titles] => 1
[show_intro] => 1
[info_block_position] => 0
[info_block_show_title] => 1
[show_category] => 1
[link_category] => 1
[show_parent_category] => 0
[link_parent_category] => 0
[show_associations] => 0
[flags] => 1
[show_author] => 1
[link_author] => 0
[show_create_date] => 0
[show_modify_date] => 0
[show_publish_date] => 1
[show_item_navigation] => 1
[show_readmore] => 1
[show_readmore_title] => 1
[readmore_limit] => 100
[show_tags] => 1
[record_hits] => 1
[show_hits] => 1
[show_noauth] => 0
[urls_position] => 0
[captcha] =>
[show_publishing_options] => 1
[show_article_options] => 1
[show_configure_edit_options] => 1
[show_permissions] => 1
[show_associations_edit] => 1
[save_history] => 1
[history_limit] => 10
[show_urls_images_frontend] => 0
[show_urls_images_backend] => 1
[targeta] => 0
[targetb] => 0
[targetc] => 0
[float_intro] => left
[float_fulltext] => left
[category_layout] => _:blog
[show_category_title] => 0
[show_description] => 0
[show_description_image] => 0
[maxLevel] => -1
[show_empty_categories] => 0
[show_no_articles] => 1
[show_category_heading_title_text] => 1
[show_subcat_desc] => 1
[show_cat_num_articles] => 0
[show_cat_tags] => 1
[show_base_description] => 1
[maxLevelcat] => -1
[show_empty_categories_cat] => 0
[show_subcat_desc_cat] => 1
[show_cat_num_articles_cat] => 1
[num_leading_articles] => 1
[blog_class_leading] =>
[num_intro_articles] => 9
[blog_class] =>
[num_columns] => 1
[multi_column_order] => 0
[num_links] => 9
[show_subcategory_content] => -1
[link_intro_image] => 0
[show_pagination_limit] => 1
[filter_field] => hide
[show_headings] => 1
[list_show_date] => 0
[date_format] =>
[list_show_hits] => 1
[list_show_author] => 1
[display_num] => 10
[orderby_pri] => none
[orderby_sec] => front
[order_date] => created
[show_pagination] => 2
[show_pagination_results] => 1
[show_featured] => show
[show_feed_link] => 1
[feed_summary] => 0
[feed_show_readmore] => 0
[sef_ids] => 1
[custom_fields_enable] => 1
[workflow_enabled] => 0
[show_page_heading] => 0
[layout_type] => blog
[menu_image] => images/argentina/casa-sur-palermo/CasaSur-Fachada-13-Dhruv.jpg#joomlaImage://local-images/argentina/casa-sur-palermo/CasaSur-Fachada-13-Dhruv.jpg?width=1200&height=800
[menu_text] => 1
[menu_show] => 1
[page_title] => Blog
[page_description] => Are you looking for a trip of a lifetime? Holiday Architects is the home of multi-destination holidays, and we want to help you with your perfect holiday.
[page_rights] => Copyright Holiday Architects. All rights reserved.
[robots] =>
[check_access_rights] => 0
[access-view] => 1
)
[initialized:protected] => 1
[separator:protected] => .
)
[displayDate] => 2025-11-06 19:05:16
[tags] => Joomla\CMS\Helper\TagsHelper Object
(
[tagsChanged:protected] =>
[replaceTags:protected] =>
[typeAlias] =>
[itemTags] => Array
(
[0] => stdClass Object
(
[tag_id] => 50
[id] => 50
[parent_id] => 45
[lft] => 80
[rgt] => 81
[level] => 2
[path] => blog/48-hours-in
[title] => 48 hours in
[alias] => 48-hours-in
[note] =>
[description] =>
[published] => 1
[checked_out] =>
[checked_out_time] =>
[access] => 1
[params] => {"tag_layout":"","tag_link_class":""}
[metadesc] =>
[metakey] =>
[metadata] => {"author":"","robots":""}
[created_user_id] => 108
[created_time] => 2025-07-24 10:41:17
[created_by_alias] =>
[modified_user_id] => 108
[modified_time] => 2025-07-24 10:41:17
[images] => {"image_intro":"","float_intro":"","image_intro_alt":"","image_intro_caption":"","image_fulltext":"","float_fulltext":"","image_fulltext_alt":"","image_fulltext_caption":""}
[urls] => {}
[hits] => 0
[language] => *
[version] => 1
[publish_up] =>
[publish_down] =>
)
[1] => stdClass Object
(
[tag_id] => 108
[id] => 108
[parent_id] => 45
[lft] => 196
[rgt] => 197
[level] => 2
[path] => blog/team-travels
[title] => Team Travels
[alias] => team-travels
[note] =>
[description] =>
[published] => 1
[checked_out] =>
[checked_out_time] =>
[access] => 1
[params] => {"tag_layout":"","tag_link_class":""}
[metadesc] =>
[metakey] =>
[metadata] => {"author":"","robots":""}
[created_user_id] => 108
[created_time] => 2025-07-24 10:59:18
[created_by_alias] =>
[modified_user_id] => 108
[modified_time] => 2025-07-24 10:59:18
[images] => {"image_intro":"","float_intro":"","image_intro_alt":"","image_intro_caption":"","image_fulltext":"","float_fulltext":"","image_fulltext_alt":"","image_fulltext_caption":""}
[urls] => {}
[hits] => 0
[language] => *
[version] => 1
[publish_up] =>
[publish_down] =>
)
[2] => stdClass Object
(
[tag_id] => 123
[id] => 123
[parent_id] => 45
[lft] => 228
[rgt] => 229
[level] => 2
[path] => blog/singapore
[title] => Singapore
[alias] => singapore
[note] =>
[description] =>
[published] => 1
[checked_out] =>
[checked_out_time] =>
[access] => 1
[params] => {"tag_layout":"","tag_link_class":""}
[metadesc] =>
[metakey] =>
[metadata] => {"author":"","robots":""}
[created_user_id] => 110
[created_time] => 2025-10-08 15:15:26
[created_by_alias] =>
[modified_user_id] => 110
[modified_time] => 2025-10-08 15:15:26
[images] => {"image_intro":"","float_intro":"","image_intro_alt":"","image_intro_caption":"","image_fulltext":"","float_fulltext":"","image_fulltext_alt":"","image_fulltext_caption":""}
[urls] => {}
[hits] => 0
[language] => *
[version] => 1
[publish_up] =>
[publish_down] =>
)
)
[tags] =>
[newTags] =>
[oldTags] =>
)
[slug] => 216:48-hours-in-singapore
[event] => stdClass Object
(
[afterDisplayTitle] =>
[beforeDisplayContent] =>
[afterDisplayContent] =>
)
[text] => Three nights in Singapore might sound like a squeeze, but as Ian discovered on his recent trip, it makes for the perfect little add-on to a longer holiday in Asia. With its unmistakably iconic architecture, culture, lush green spaces, and some of the best food on the planet, you can pack a lot into 48 hours in Singapore . Getting around is simple, the metro is clean and easy to navigate, and taxis are quick and affordable, so you can spend less time worrying about logistics and more time soaking up the city. Below, Ian shares his tried-and-tested tips for making the most of 48 hours in Singapore , from iconic landmarks to hawker centre feasts. Day One In my opinion, you can’t beat a late flight out of the UK, travelling overnight and then arriving in the city for late afternoon. Changi Airport is something to behold when you arrive; once through arrivals, I would always recommend venturing straight for the Rain Vortex – the world’s tallest indoor waterfall. It stands (falls?) tall at 40 meters, and you can see it from multiple levels – it really is quite impressive. What a way to start the trip. Once you arrive at the hotel for your first night, check in and take some time to relax after the journey. You may be too tired to do anything (zero judgment here!), but I would always recommend freshening up and heading straight out for dinner. Even if it is just to a local restaurant down the street, it’s the best way to stay awake and to help get a good night’s sleep because you’ll need it! The impressive welcome at Changi Airport Day Two Morning Start off your day with an amble towards the iconic Raffles Hotel , stopping for a coffee along the way. At the other end, you’ll be treated with a famous Singapore Sling (they do a non-alcoholic version too). The Long Bar at Raffles opens at 11am and is walk-in only; from experience, arriving at 11am, you get sat down pretty quickly. I would suggest arriving a bit earlier and heading round to the front of the hotel to get that snapshot of the beautiful frontage before heading to the bar. Even if you don't fancy a drink, the bar itself is well-worth a visit; you can see the heritage of the building and just take in the atmosphere; jazz music playing on the speakers, free peanuts on every table, and delicious drinks. Ian outside the iconic Raffles in Singapore Ian on his second(?) Singapore Sling One you've had a drink, or two (the Singapore Slings can be quite strong); it’s time to walk it off. If you walk along North Bridge Road, you will arrive at the Parliament House of Singapore which is a worthy quick stop because you get the view of the parliament building with the backdrop of modern Singapore, a mix of old and new – exactly how I would describe Singapore itself really. As well as this, it is on the bank of the Singapore River and only a 10 minute further walk to see the most well-known building in the city. To see it in its full glory, walk to the Marina Bay Sands viewpoint (on Google, it is the MBS Viewpoint) and admire the view because you’ll be heading there tomorrow! You will have worked up an appetite so you could have lunch at one of the restaurants or bars along the street looking out onto Marina Bay Sands, but these could be pricey. Another option would be to walk to Clarke Quay, around 15 minutes way with lots of options to eat and drink and still with a lovely view of the quay. Marina Bay Sands Viewpoint Afternoon After lunch, you could walk around Fort Canning Park, this is a free park and really nice to walk round for some shade on a hot day. There are also some payable activities in the park which you can do too. Alternatively, head back to the hotel to relax, enjoy the amenities and freshen up for dinner. Evening My recommendation for dinner would be to head to Maxwells Food Centre, along Tg Pahar Road or you may have seen a local restaurant on your travels today! Array ( [0] => stdClass Object ( [title] => fort-canning [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/fort-canning.jpeg [width] => 1536 [height] => 2048 ) [full] => images/2025/10/01/fort-canning.jpeg [alt] => [item_type] => image [caption] => Ian at Fort Canning ) [1] => stdClass Object ( [title] => fort-canning-2 [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/fort-canning-2.jpeg [width] => 1536 [height] => 2048 ) [full] => images/2025/10/01/fort-canning-2.jpeg [alt] => [item_type] => image [caption] => Fort Canning Park ) [2] => stdClass Object ( [title] => maxwells [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/maxwells.jpeg [width] => 1536 [height] => 2048 ) [full] => images/2025/10/01/maxwells.jpeg [alt] => [item_type] => image [caption] => Maxwells Food Centre ) [3] => stdClass Object ( [title] => maxwells-gyoza [thumb] => stdClass Object ( [src] => images/2025/10/01/_spmedia_thumbs/maxwells-gyoza.jpeg [width] => 1536 [height] => 2048 ) [full] => images/2025/10/01/maxwells-gyoza.jpeg [alt] => [item_type] => image [caption] => Delicious gyoza at Maxwells ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: none; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); Fort Canning Park and Maxwells Food Centre Day Three Morning Another full day in Singapore to soak in the sights. Today, head out to Chinatown, take a walk around the stalls and shops, see Pagoda Street, the Sri Mariamman Temple, and the Buddha Tooth Relic Temple. These are all walkable from Maxwell Station and the perfect way to spend a morning, finishing of course at Maxwell Food Centre for lunch (you can absolutely visit here more than once, there are so many stalls to choose from!) Singapore is known for its hawker centres, with Maxwell's being the most famous, and it does not disappoint. It can be a lot on the senses when you walk in (the smells in particular are incredible) but here are my top tips. Take a couple of laps, see what there is, what you fancy to eat and then find somewhere to sit. People can sometimes ‘reserve’ a seat with a random item so keep an eye out for these but once you find somewhere, take a seat (it’s a lot easier doing this with someone than solo!) Feel free to share tables with people. On my most recent visit, I sat with first-generation Singaporeans who were telling me about their parents' emigrating from China. It was amazing to listen to their stories. Once you have chosen your food, they'll give you a buzzer so you can sit down and wait for it to be cooked, and it really is worth the wait! I can still smell the chicken rice and mixed veg I had (I also went back for some more gyoza). Chinatown, Singapore Afternoon After lunch you may wish to freshen up before this evening’s visits. Depending on sunset would depend on the time you want to book the Marina Bay Sands observation deck and also Gardens by the Bay. Ideally, you want to be heading into the gardens at dusk ready for the lights to come on (and hopefully witness the lights show). You do not need loads of time at the observation deck, the best station to get off at is Bayfront and it is signed from there. If you have a ticket already, join the queue and the lift will take you straight up to the deck. Enjoy the panoramic views of the city, it’s quite something, I loved being able to see the Gardens from above! Evening Once you’ve finished, there are signs to Gardens by the Bay so it is an easy walk between the two. There are lots of options to eat just outside the Gardens, just head for Satay by the Bay! At the Gardens, there are many options you can do. Walking around the park is easy and free but I would recommend the Skywalk, this is a great way to see the gardens from about (but the queue can be quite long even with a ticket). There are other exhibitions which you can pay for so check online to see the options. Once the sun has set, there is a light show which is quite spectacular and you will see the crowds build up in anticipation so find you spot and enjoy! It really is a lovely way to end the Singapore experience. Marina Bay Sands Observation Deck Evening Once you’ve finished, there are signs to Gardens by the Bay so it is an easy walk between the two. There are lots of options to eat just outside the Gardens, just head for Satay by the Bay! At the Gardens, there are many options you can do. Walking around the park is easy and free but I would recommend the Skywalk, this is a great way to see the gardens from about (but the queue can be quite long even with a ticket). There are other exhibitions which you can pay for so check online to see the options. Once the sun has set, there is a light show which is quite spectacular and you will see the crowds build up in anticipation so find you spot and enjoy! It really is a lovely way to end the Singapore experience. Array ( [0] => stdClass Object ( [content] => Top Tip: If you head to the metro station names Gardens by the Bay, there is a great viewpoint which you can see Marina Bay Sands with the iconic lit-up towers in front of it. It is a bit of a walk from the main Gardens but also a great station for getting out of the site away from the crowds. [name] => Ian [location] => [text_color] => [quote_color] => [admin_label] => Item 1 ) ) “ Top Tip: If you head to the metro station names Gardens by the Bay, there is a great viewpoint which you can see Marina Bay Sands with the iconic lit-up towers in front of it. It is a bit of a walk from the main Gardens but also a great station for getting out of the site away from the crowds. Ian ” Marina Bay Sands view from Gardens by the Bay After just a couple of days in Singapore, you’ll see why it’s so often recommended as the perfect add-on to an Asian adventure. It’s compact, easy to get around, and full of culture, history and flavour... the kind of place where you can pack a lot in without feeling rushed. Get in touch Singapore holidays Ian recommends
[jcfields] => Array
(
[1] => stdClass Object
(
[id] => 1
[title] => Title
[name] => title
[checked_out] =>
[checked_out_time] =>
[note] =>
[state] => 1
[access] => 1
[created_time] => 2025-04-28 13:49:42
[created_user_id] => 108
[ordering] => 0
[language] => *
[fieldparams] => Joomla\Registry\Registry Object
(
[data:protected] => stdClass Object
(
[filter] => \Joomla\CMS\Component\ComponentHelper::filterText
[maxlength] =>
)
[initialized:protected] => 1
[separator:protected] => .
)
[params] => Joomla\Registry\Registry Object
(
[data:protected] => stdClass Object
(
[hint] =>
[class] =>
[label_class] =>
[show_on] =>
[showon] =>
[render_class] =>
[value_render_class] =>
[showlabel] => 1
[label_render_class] =>
[display] => 2
[prefix] =>
[suffix] =>
[layout] =>
[display_readonly] => 2
[searchindex] => 1
)
[initialized:protected] => 1
[separator:protected] => .
)
[type] => text
[default_value] =>
[context] => com_content.article
[group_id] => 0
[label] => Title
[description] =>
[required] => 0
[only_use_in_subform] => 0
[language_title] =>
[language_image] =>
[editor] =>
[access_level] => Public
[author_name] => Mr Zen
[group_title] =>
[group_access] =>
[group_state] =>
[group_note] =>
[value] =>
[rawvalue] =>
)
)
)
48 hours in Singapore: Ian's top tips
Team Travels: Paul’s Canadian Adventure
Real Travels in Japan with Mark Cummings
Erin’s Vietnam Diary: Secret spots and quirky experiences
Real travels With Andy: A journey through Botswana in flood season
Behind the scenes at HA's 15th Birthday
15 years of HA
The Galle Literary Festival 2026
What to Know Before Your Sri Lanka Holiday
15 of our favourite holiday ideas

We'd love to keep in touch.
Sign up to get our latest team news, travel tips and holiday inspiration straight to your inbox.