ADVERTISEMENT

Not peace but the sword

Published Jul 14, 2025 12:05 am  |  Updated Jul 13, 2025 03:53 pm
REFLECTIONS TODAY
Jesus likens the Apostles to the prophets who were mandated to speak God’s word, and not turn beholden to anybody. Jesus is a “sign that will be contradicted,” as prophesied by Simeon (Lk 2:34). He can be a cause of conflict and division even among members of the family. He brings not peace but the sword that cuts through conscience and affections. In the light of the divergence of outlook within the early Christian community, Matthew challenges his listeners to make a fundamental choice—to be part of Jesus’ followers or to be outside. To join in the “household” of Jesus is to listen to his words and put them into action. Jesus declares, “Whoever does the will of my heavenly Father is my brother, and sister, and mother” (Mt 12:50).
St. John Paul II writes in his encyclical Veritatis Splendor: “Jesus’ call to ‘come, follow me’ marks the greatest possible exaltation of human freedom... which can be described as involving a fundamental option… It is a question of the decision of faith, of the obedience of faith (cf. Rom 16:26) ‘by which man makes a total and free self-commitment to God, offering “the full submission of intellect and will to God as he reveals” ’ ” (VS, 66).
Have we faced a situation wherein we had to make a fundamental option—for the Lord, for the sake of our conscience? Or have we gone the easiest way in not committing ourselves?
First Reading • Ex 1:8-14, 22
A new king, who knew nothing of Joseph, came to power in Egypt. He said to his subjects, “Look how numerous and powerful the people of the children of Israel are growing, more so than we ourselves! Come, let us deal shrewdly with them to stop their increase; otherwise, in time of war they too may join our enemies to fight against us, and so leave our country.”
Accordingly, taskmasters were set over the children of Israel to oppress them with forced labor. Thus they had to build for Pharaoh the supply cities of Pithom and Raamses. Yet the more they were oppressed, the more they multiplied and spread. The Egyptians, then, dreaded the children of Israel and reduced them to cruel slavery, making life bitter for them with hard work in mortar and brick and all kinds of field work—the whole cruel fate of slaves.
Pharaoh then commanded all his subjects, “Throw into the river every boy that is born to the Hebrews, but you may let all the girls live.”
Responsorial Psalm • PS 124
“Our help is in the name of the Lord.”
Gospel • Mt 10:34—11:1
Jesus said to his Apostles: “Do not think that I have come to bring peace upon the earth. I have come to bring not peace but the sword. For I have come to set a man against his father, a daughter against her mother, and a daughter-in-law against her mother-in-law; and one’s enemies will be those of his household.
“Whoever loves father or mother more than me is not worthy of me, and whoever loves son or daughter more than me is not worthy of me; and whoever does not take up his cross and follow after me is not worthy of me. Whoever finds his life will lose it, and whoever loses his life for my sake will find it.
“Whoever receives you receives me, and whoever receives me receives the one who sent me. Whoever receives a prophet because he is a prophet will receive a prophet’s reward, and whoever receives a righteous man because he is righteous will receive a righteous man’s reward. And whoever gives only a cup of cold water to one of these little ones to drink because he is a disciple—amen, I say to you, he will surely not lose his reward.”
When Jesus finished giving these commands to his Twelve disciples, he went away from that place to teach and to preach in their towns.
Source: “365 Days with the Lord 2025,” St. Paul’s, 7708 St. Paul Rd., SAV, Makati City (Phils.); Tel.: 632-895-9701; E-mail: [email protected]; Website: http://www.stpauls.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.