ADVERTISEMENT

Do you easily yield to temptation?

Published Feb 22, 2026 12:03 am  |  Updated Feb 21, 2026 02:45 pm
THROUGH UNTRUE
Every day we experience temptation. We are tempted to lie when the truth is inconvenient. We are tempted to commit our favorite sins, to curse, nurture resentment, waste time online, indulge our lower appetites, avoid discipline, and neglect prayer.
But no need to panic. Temptation, in itself, is not a sin. Today’s Gospel reading tells us that after His baptism, the Holy Spirit led Jesus into the desert, where He was tempted by the devil three times (Matthew 4:1–11). Yet, as the Letter to the Hebrews assures us, Jesus was “tempted in every way, yet He did not commit sin” (Hebrews 4:15).
Temptation becomes sin only when we give in to it. The crucial question, then, is why, despite our best efforts, we yield to temptation.
First, let us be honest: we often provoke it ourselves. Yes, the devil still tempts us, as he did Jesus, attacking Him where He appeared most vulnerable. But today, we have mastered this strategy so well that the devil almost seems redundant. We know our weaknesses, so we tempt ourselves precisely in those areas. Technology, consumerism, and social media help us in doing this. They do better than the devil in producing arguments to justify our wrongdoing.
Second, we often convince ourselves that no one will ever know. The truth is, even if no one else knows, we know. After all, we were the ones who decided to commit sin. Pretending not to know the truth and silencing our conscience only weakens our integrity. Worse still, when we get used to feigning ignorance, we blame others once we are exposed. This is exactly what happened to our first parents: Adam blamed Eve, and Eve blamed the serpent. Poor serpent, it had no one left to blame.
Third, we give in to temptation because it presents sin as attractive and pleasurable. It promises immediate gratification while concealing long-term consequences. Temptation whispers, “Doing this once won’t hurt you.” But “once” easily becomes twice, until a vice is formed that later evolves into addiction. When we become addicts, we rationalize by saying, “This cannot be wrong because it feels so right.” But enjoyment is not a reliable moral compass. Poison can also taste sweet.
Finally, we fall because we absolutize our freedom. We insist, “This is my life. I know what is best for me.” Any dissenting voice, whether from conscience, a friend, or family, is dismissed as an attack on our personality and autonomy. Thus, we live in denial and regard sin not as a moral failure but as proof of our courage to assert our “authentic self.” As one song puts it, “I can’t help it. I was born this way.” The trouble with this reasoning is that it damages not only our character but also our Christian witnessing. The evil we normalize in our own lives, we legitimize for others.
So how do we stop yielding to temptation? Perhaps the most decisive way is simply to say no. Yet anyone who has struggled with a persistent weakness knows that it is difficult to do this because saying no might deprive us of the pleasures we think we deserve.
Actually, by refusing to yield to temptation, we declare that we cherish long-term benefits over short-term satisfaction, and that we value character over convenience. Each sincere no to temptation is a resounding yes to our deepest identity as beings created in God’s image. If we can rationalize wrongdoing, we can also envision virtue. If we can abuse and misuse our freedom and intelligence to commit sin, we can properly use them to live upright lives.
And let us not forget that we are not alone in this struggle. God’s grace does not make the battle easy, but it strengthens our will. As St. Paul wrote, “God is faithful; He will not let you be tempted beyond your strength. When He allows you to be tempted, He also provides a way so that you can endure and overcome it” (1 Corinthians 10:13).

Related Tags

THROUGH UNTRUE FR. ROLANDO DELA ROSA
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.