91³Ô¹ÏÍø

Watch CBS News

Exclusive
Politics

Trump won't back down from Pope Leo feud sparked by "60 Minutes" report, tells CBS News pontiff should stay out of politics

President Trump told CBS News senior correspondent Norah O'Donnell that Pope Leo is "wrong on the issues" Monday after lashing out at the pontiff late Sunday, calling him "WEAK on Crime, and terrible for Foreign Policy" in a lengthy Truth Social post.

In a phone interview, Mr. Trump confirmed that he had watched "60 Minutes," which highlighted Pope Leo's disapproval of mass deportations and the Iran war, before firing off the post. When asked if he plans to call the pope directly, Mr. Trump gave a firm "no."

"He's wrong on the issues," Mr. Trump said of Pope Leo. "I don't think he should be getting into politics. I think he probably learned that from this." 

Mr. Trump also said he wasn't sure whether Pope Leo, the first U.S.-born pontiff, would visit the States during Trump's presidency. "I have no idea," he said. "It's up to him, not up to me."

The president admitted he was surprised by the backlash from the Christian right over the now-deleted AI image he posted to Truth Social on Sunday night, which depicted him as a Jesus-like figure. He said he thought the image was by "a very beautiful, talented artist," and he said he believed the photo was intended to depict him as a doctor, and not Jesus.

"I viewed that as a picture of me being a doctor in fixing — you had the Red Cross right there, you had, you know, medical people surrounding me. And I was like the doctor, you know, as a little fun playing the doctor and making people better. So that's what it was viewed as. That's what most people thought."

Asked why he took down the photo, Mr. Trump said, "Normally I don't like doing that, but I didn't want to have anybody be confused. People were confused."

Earlier Monday on X, conservative activist Riley Gaines said she couldn't understand why Trump posted the image, asking: "Does he actually like this?" She added that "a little humility would serve him well" and that "God shall not be mocked."

When asked if he took the post down because of Gaines' and others' criticism, President Trump said no. "I didn't listen to Riley Gaines. I'm not a big fan of Riley, actually."

The president also remarked that he believes he has "done more for the Catholic Church than any president in the last hundred years." He said, "During COVID I gave them billions of dollars. They were gonna go under. I gave them billions of dollars for education and that's not the right way to treat somebody that's been so good."

Pope Leo addressed Mr. Trump's Truth Social post while on a flight to Algeria on Monday. "The things that I say are certainly not meant as attacks on anyone, and the message of the Gospel is very clear: 'Blessed are the peacemakers,'" he said. 

"I have no fear of the Trump administration, or speaking out loudly of the message of the Gospel, which is what I believe I am here to do, what the church is here to do," Pope Leo said. "We are not politicians, we don't deal with foreign policy with the same perspective he might understand it, but I do believe in the message of the Gospel, as a peacemaker. "

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });