ADVERTISEMENT

He stood in their midst

Published Apr 9, 2026 12:02 am  |  Updated Apr 8, 2026 04:00 pm
REFLECTIONS TODAY
About yesterday’s and today’s Gospel readings, the Vatican II Weekday Missal has an interesting comment: “The post-Resurrection appearances seem so unusual. They are sudden, staccato. As yesterday’s and today’s Gospels show, the risen Lord appeared out of nowhere. Usually he greeted the followers, calmed their fright, showed (by bodily scars or by eating) that he was no vision, gave a message—and then disappeared into nowhere.
“We tend to picture the risen Lord as passing through the doors and walls. But can the lesson be that the risen Lord is present always with his followers and just makes himself visible when he wishes? There is a eucharistic hint to many of the appearances— perhaps a reminder of his presence in the Blessed Sacrament. So, we should go through life with the feeling that we are not alone.
Our risen Lord is always here, present, nearby, giving us peace and courage and faith for eternal life, in every situation and difficulty” (Boston, Daughters of St. Paul, 1975, p. 687).
First Reading • Acts 3:11-26
As the crippled man who had been cured clung to Peter and John, all the people hurried in amazement toward them in the portico called “Solomon’s Portico.” When Peter saw this, he addressed the people, “You children of Israel, why are you amazed at this, and why do you look so intently at us as if we had made him walk by our own power or piety?
The God of Abraham, the God of Isaac, and the God of Jacob, the God of our fathers, has glorified his servant Jesus whom you handed over and denied in Pilate’s presence, when he had decided to release him. You denied the Holy and Righteous One and asked that a murderer be released to you.
The author of life you put to death, but God raised him from the dead; of this we are witnesses. And by faith in his name, this man, whom you see and know, his name has made strong, and the faith that comes through it has given him this perfect health, in the presence of all of you. Now I know, brothers and sisters, that you acted out of ignorance, just as your leaders did; but God has thus brought to fulfillment what he had announced beforehand through the mouth of all the prophets, that his Christ would suffer.
Repent, therefore, and be converted, that your sins may be wiped away, and that the Lord may grant you times of refreshment and send you the Christ already appointed for you, Jesus, whom heaven must receive until the times of universal restoration of which God spoke through the mouth of his holy prophets from of old…
Responsorial Psalm • Ps 8
“O Lord, our God, how wonderful your name in all the earth!” or “Alleluia.”
Gospel • Luke 24:35-48
The disciples of Jesus recounted what had taken place along the way, and how they had come to recognize him in the breaking of bread. While they were still speaking about this, he stood in their midst and said to them, “Peace be with you.”
But they were startled and terrified and thought that they were seeing a ghost. Then he said to them, “Why are you troubled? And why do questions arise in your hearts? Look at my hands and my feet, that it is I myself. Touch me and see, because a ghost does not have flesh and bones as you can see I have.”
And as he said this, he showed them his hands and his feet. While they were still incredulous for joy and were amazed, he asked them, “Have you anything here to eat?” They gave him a piece of baked fish; he took it and ate it in front of them. He said to them, “These are my words that I spoke to you while I was still with you, that everything written about me in the law of Moses and in the prophets and psalms must be fulfilled.”
Then he opened their minds to understand the Scriptures. And he said to them, “Thus it is written that the Christ would suffer and rise from the dead on the third day and that repentance, for the forgiveness of sins, would be preached in his name to all the nations, beginning from Jerusalem. You are witnesses of these things.”
Source: “365 Days with the Lord 2026,” St. Paul’s, 7708 St. Paul Rd., SAV, Makati City (Phils.); Tel.: 632-895-9701; E-mail: [email protected]; Website: http://www.stpauls.ph.

Related Tags

365 DAYS WITH THE LORD REFLECTIONS TODAY ST. PAUL
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.