ADVERTISEMENT

What these new moms wished they knew

Because moms should never feel alone

Published May 17, 2023 12:36 pm
Motherhood is a unique experience for every mother, and nothing can truly prepare you for what to expect once you have embarked on this journey. The transition is quick. One day, you’re pregnant in your last trimester, and once you give birth, your world is immediately turned upside down.
New moms can relate. Suddenly, your life is no longer your own, and you are accountable for another human life, one that is fragile and dependent on you for their survival. So you have no choice but dedicate yourself fully to the little one, sacrificing whatever free time you may have had previously. Thankfully, it is temporary. You won’t have to churn up breast milk forever. Your baby will soon find its sleeping rhythm, which means you will be able to get some shut eye too! And you will learn to balance your personal time as your baby grows. As you go through this postpartum phase, it is essential to know that you are not alone. Seven new moms share the things they wish they knew before becoming a mother!

Maria Ferica Medina Tolentino

Mom to Clark Felix, 3 weeks old “You will have sleepless nights. Staying up late to party or hang out with friends is way different compared to staying up late for your newborn. Being a mom is a big responsibility and your newborn relies on you all the time, regardless of the time of the day or night.” She believes, “It’s amazing to realize how we weren’t taught how to be moms, but for some reason it just comes out naturally. It’s innate in every woman.” She adds that “grace under pressure” is how she describes herself about how she is handling postpartum. “There were so many changes not only physically but mentally and emotionally as well. In the game of motherhood, you have to accept and embrace these changes. You have to think positively and believe in yourself that you are capable of being a mother to your child. The important thing is that no matter the circumstances you may encounter, you just have to remain focused on the task at hand.”

Patricia Romo-Marcos

Mom to Eduardo Julien, 1 month old “I didn’t know that it was going to be the biggest challenge of my life, demanding both physical and emotional strength. It is a 24/7 responsibility of feeding, consoling, diaper changing and more. But it’s also the most beautiful and fulfilling thing ever, watching this beautiful baby grow and seeing my husband step up as a father.”

Jiana Tan

Mom of Jamie Finn, 2 months old “I wish I knew postpartum would be a lot more difficult than the actual delivery. I think postpartum challenges should be more talked about especially given the recent rise in mental health issues. Aside from the painful physical after effects of childbirth, it’s also the realization of how heavily dependent your child is to you. So while you’re physically trying to recover, you have to get around breastfeeding and taking care of him. The pressure and responsibility can get overwhelming.”

Diane Yap Reyes

Mom to Pian Grace, 2 months old “I wish I knew how sacrificial and selfless motherhood is. I was clueless and not prepared for it at all, but it was like a natural instinct to put Pian before myself always. I still can’t believe what I’m capable of doing, just for Pian. How I always put what’s best for her, even if it will take a lot of effort—the interesting thing is, at the moment, it doesn’t even feel hard at all, but when I look back, I can’t believe I was able to do it.”

Alynna Asistio Carbonell

Mom to Ava Zafina, 6 months old “How being a mom would really drastically change your life. I thought I’d be able to go back to work and go back to my life before… but being a mom changed my life so much. It’s overwhelming for sure, but it will all be worth it once you start taking care of your little one… I wouldn’t trade what I have right now for anything!”

Angela Muhlach-Hortaleza

Mom to Alexander Ron, 8 months old “I didn’t know that breastfeeding would be very difficult. I had latching issues and hyperlactation which was very exhausting, draining and painful. I had postpartum depression and I realized that ‘Best is fed’ so I switched to formula after five months and I became a better mom as I was able to focus on my recovery. I am happier, and the baby is happier. Nowadays, there is so much pressure on mothers so do not let it get the best of you.”

Jenica Charmaine Ang-Teng

Mom to Samuel Collins, 8 months old “That motherhood will completely change my life. It changed my priorities, I became more selfless; sacrificing my personal time, hobbies, and personal interests for my baby. Yet, it’s amazing to see how this feeling of unconditional love also bonds us stronger as a family.”

Related Tags

parenting PH motherhood parenting Manila Bulletin Lifestyle new mom MB Lifestyle Online MB Lifestyle PH
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.