ADVERTISEMENT

A happy un-Mother's Day

Published May 7, 2022 11:15 am

Why this writer refuses to accept that women are useless for deciding not to ‘go forth and multiply’

FURBABY The author and her Corgi Juancho on vacation in Venice

Every time Mother’s Day rolls in, I find myself waking up to greetings modified for me because of my relationship with my dog Juancho.

“Happy Mother’s Day to our favorite dog mom! You should give Juancho a human sibling soon!”

I often find it sweet that people appreciate my relationship with Juancho that much. He does react when I’m referred to as “Mama” and I joke about him being the heir to all my worldly possessions. A vast collection of makeup and pretty clothes he can never wear. But we all know that motherhood—at least the kind that people expect me to sign up for and not the kind I enjoy with my dog—is something I have already decided to walk away from. 

“But don’t you want to join the club?” is a question I often get asked and “Do I have to?” is my usual reply. 

I once got my grandmother a gift for Mother’s Day. She found it to be a little too extravagant for the occasion. “I would prefer if you just spend this on a child of your own then later, you’ll also get gifts on Mother’s Day,” she said, her forehead creased with worry. “It would also be the best gift you can give me.”

JUANCHILL Juancho and the author chilling at the living room

I spoil my grandmother quite a lot but that’s the one gift she knew I refuse to give, a gift that’s too much of a luxury and a betrayal of my own person. I’ve heard every guilt-tripping line in the book from family, friends, and even people I just met. I’ll hear it again on Mother’s Day and it will make me wonder when the questions will end and when the assumption of my being unkind to my husband by not giving him kids will start to dissipate.

I never wanted to become a mother but I admit I also toyed with the idea. After all, society taught me that it’s what I’m supposed to be at some point in my life. In the end, I chose me and how I’m differently wired.

I’ll be the funtita who can play with your kids until they get tired and get a drink with you for an hour when it gets really hard.

One’s decision not to be a mother is not an attack on another person’s desire to be one. My truest of friends always understood or never really cared about the decision we made. Yet, on Mother’s Day, I know there will be people who will greet me once more. 

If you greet a dog-mom, a step mom, or any other type of mom on Mother’s Day, I hope you mean it and that you say that with respect to the decision they made and the life path they chose for themselves. Raising kids takes a village and, while I never wanted one of my own, I do find them in my life every now and then.

LIVING THE DREAM Juancho and the author in another adventure

We all have a role to play in society and I refuse to accept that women like me are useless for deciding not to “go forth and multiply.” Our roles have merely expanded and in the one I chose, I get to be there for other people in my life, including mothers.

I know that my relationship with my dog, though maternal, doesn’t come close to the bonds formed by mothers with their own offspring. It’s the bond I chose, however, and one of the roles I will happily continue to play, with much contentment, too.

So on Mother’s Day, I write this as an ally of a woman’s choice to be who she wants to be, a mother or not, a wife or a single woman for life.

I write this definitely as a friend to women who choose a path different than mine and on this day, Mother’s Day, we celebrate you the most. I’ll cheer you on every single day you need a friend to do that and remind you of all the other things you can and will do outside of motherhood. I’ll be the funtita who can play with your kids until they get tired and get a drink with you for an hour when it gets really hard.

And for the dog moms, enjoy the greetings without the guilt.

Related Tags

Juancho Corgi Almost Diplomatic Carol Malasig Philippines Panorama
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.