ADVERTISEMENT

Follow this easy day trip to San Fernando, Pampanga that you can do right now

Published Jul 10, 2021 03:07 am

Just two hours away from Manila via NLEX, you'll reach the City of San Fernando, the capital of Pampanga, and the home of the big Christmas lanterns we all adore. But more than the big lanterns, this city boasts of many tourist spots that are waiting to be re-explored now that travel restrictions are easing up (especially for vaccinated individuals, so better have that jab). As the “ber” months are about to roll in soon, it is time to take an adventure outside the metro to shake those pandemic blues away.

Here is my suggestion for a day trip travel itinerary that you can refer to when you visit San Fernando, Pampanga.

Explore the colonial structures

What better way to start your day tour than to roam the City of San Fernando by car, foot, or even a kalesa ride. Enjoy the sights of several historic structures built during the colonial era such as the Metropolitan Cathedral of San Fernando, Pampanga Hotel, the Arzobispado De Pampanga at San Jose Road, the beautiful ancestral houses along Consunji Street, and the old PNR train station museum near Capitol Boulevard.

The Arzobispado De Pampanga at San Jose Road.
Old PNR train station museum near Capitol Boulevard.

Eat lunch at a Dubai-inspired restaurant

After a city stroll, head to Souq Pampanga, a Dubai-inspired restaurant along Lazatin Boulevard. This instagrammable restaurant offers international food as well as deconstructed Filipino food including Kapampangan cuisine. It also has a boutique hotel in case you decide to spend the night in San Fernando.

Experience mulberry picking in this farm

No need to drive for eight hours just to reach Baguio or Benguet to experience strawberry picking because here in San Fernando along McArthur Highway, you'll find this hidden farm where you can experience picking mulberries for only P50. Doing this activity is not only fun (and healthy as you burn calories), you can also bond with your family and friends.

Pick mulberries for only P50.

Dine at the biggest McDonald’s store

After picking mulberries, see for yourself the country’s biggest McDonald’s store. This is located at Capital Town along Capitol Boulevard. Take pictures or have a snack while savoring the afternoon breeze.

See for yourself the country’s biggest McDonald’s store (above). This is located at Capital Town (below) along Capitol Boulevard.

Buy Kapampangan pasalubong

Before you drive back to NLEX and head back home, visit any of the Kapampangan pasalubong shops along McArthur Highway.

Don't leave Pampanga without bringing home its treats.

The City of San Fernando has so much to offer in terms of tourist spots, which can be enjoyed by both the young and old. And while the IATF has eased travel restrictions, it’s still best that we practice all safety precautions like hand sanitizing, wearing of facemask and face shield, as well as social distancing. But more than any safety advice, it's better to be vaccinated for your own and your loved ones’ health safety. 

* Special thanks to the Velasquez-Soliman Family of San Fernando, Pampanga for hosting this weekend trip with my friends.

EDITOR’S NOTE: The author is a vlogger who loves to travel and share his experiences on his YouTube channel “The Wayner.” A certified HR professional, R-Wayne is also an advocate of heritage conservation, environmental protection, and animal welfare.

Related Tags

NLEX Pampanga city of san fernando McDonald’s Souq Pampanga
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.