ADVERTISEMENT

Pope Leo XIV: 'Not in my interest at all' to debate Trump but will keep preaching peace

Published Apr 19, 2026 02:02 pm
This combination file photos show on left, President Donald Trump listening during a meeting with North Korean defectors where he talked with reporters about allowing the release of a secret memo on the F.B.I.'s role in the Russia inquiry, in the Oval Office of the White House, on Feb. 2, 2018, in Washington and on right, Pope Leo XIV arriving for his weekly general audience in St. Peter's Square, at the Vatican, on Aug. 6, 2025. (AP Photos/Evan Vucci and Gregorio Borgia, File)
This combination file photos show on left, President Donald Trump listening during a meeting with North Korean defectors where he talked with reporters about allowing the release of a secret memo on the F.B.I.'s role in the Russia inquiry, in the Oval Office of the White House, on Feb. 2, 2018, in Washington and on right, Pope Leo XIV arriving for his weekly general audience in St. Peter's Square, at the Vatican, on Aug. 6, 2025. (AP Photos/Evan Vucci and Gregorio Borgia, File)

ABOARD THE PAPAL PLANE (AP) — Pope Leo XIV said Saturday that it was “not in my interest at all” to debate U.S. President Donald Trump about the Iran war, but that he would continue preaching the Gospel message of peace.

Leo spoke to reporters aboard the papal plane flying from Cameroon to Angola as part of his 11-day tour of Africa.

He addressed the spiraling back-and-forth saga of Trump’s critiques of his peace message, which have dominated news headlines this week. But the American pope also sought to set the record straight, insisting that his preaching isn’t directed at Trump, but reflects the broader Gospel message of peace.

“There’s been a certain narrative that has not been accurate in all of its aspects, but because of the political situation created when, on the first day of the trip, the president of the United States made some comments about myself,” he said.

“Much of what has been written since then has been more commentary on commentary, trying to interpret what has been said.”

Trump launched the criticism on his social media platform Truth Social on the night of April 12, when he criticized Leo’s preaching about peace as the war, which began with joint U.S.-Israeli strikes on Feb. 28 and was followed by Iran’s retaliation, raged on. Trump accused Leo of being soft on crime, cozy with the left and said that the first American pontiff owed his election to Trump.

Leo has issued consistent calls for peace and dialogue, and has denounced the use of religious justification for war. Specifically, he called Trump’s threat to annihilate Iranian civilization “truly unacceptable.”

The Vatican has stressed that when Leo preaches about peace, he is referring to all wars ravaging the planet, not just the Iran conflict. The Russian Orthodox Church, for example, has justified Moscow’s invasion of Ukraine as a “holy war.”

Speaking to reporters on Saturday, Leo referred specifically to his remarks earlier this week to a peace meeting in Bamenda, Cameroon. The city is the epicenter of a separatist conflict that has been raging in the western, Anglophone region of the country for nearly a decade.

Leo said that his remarks, in which he blasted the “handful of tyrants” who were ravaging Earth with war and exploitation, were written two weeks ago, long before Trump’s criticisms began.

“And yet as it happens, it was looked at as if I was trying to debate again the president, which is not in my interest at all,” he said.

Looking ahead, however, he said that he would continue preaching the Gospel.

“I primarily come to Africa as a pastor, as the head of the Catholic Church to be with, to celebrate with, to encourage and accompany all the Catholics throughout Africa,” he said.

He drew attention to some upcoming liturgical readings about what it means to be Christian and to follow Christ, promote fraternity and brotherhood, “but also looking for ways to promote justice in our world, promote peace in our world,” he said.

Leo arrived later Saturday in Angola, the third stop on his four-nation tour. A message of peace would be especially relevant for the southern African country, which was ravaged by a 27-year civil war that ended in 2002 but has left deep scars.

Leo will meet with Angolan President Joao Lourenco and deliver his first speech before government authorities, when he hopes to bring joy and encouragement to Angola's long-suffering people.

Related Tags

world news Pope Leo XIV President Donald Trump
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.