CINXE.COM
ChurchPOP | Make holy all the things!
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>ChurchPOP | Make holy all the things!</title> <meta name="HandheldFriendly" content="True"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script> if(window.location.pathname == '/ghost/'){var ap=1;var oce=document.createElement} </script> <script src="https://cdn.cookielaw.org/consent/tcf.stub.js" type="text/javascript" charset="UTF-8"></script> <script type="text/javascript" src="https://cdn.cookielaw.org/consent/39a5c3d8-ab30-49fb-baa4-fc8b6fb8b9e6/OtAutoBlock.js" ></script> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-document-language="true" type="text/javascript" charset="UTF-8" data-domain-script="39a5c3d8-ab30-49fb-baa4-fc8b6fb8b9e6" ></script> <script type="text/javascript"> function OptanonWrapper() { // Get initial OnetrustActiveGroups ids if(typeof OptanonWrapperCount == "undefined"){ otGetInitialGrps(); } //Delete cookies otDeleteCookie(otIniGrps); // Assign OnetrustActiveGroups to custom variable function otGetInitialGrps(){ OptanonWrapperCount = ''; otIniGrps = OnetrustActiveGroups; // console.log("otGetInitialGrps", otIniGrps) } function otDeleteCookie(iniOptGrpId) { var otDomainGrps = JSON.parse(JSON.stringify(Optanon.GetDomainData().Groups)); var otDeletedGrpIds = otGetInactiveId(iniOptGrpId, OnetrustActiveGroups); if(otDeletedGrpIds.length != 0 && otDomainGrps.length !=0){ for(var i=0; i < otDomainGrps.length; i++){ //Check if CustomGroupId matches if(otDomainGrps[i]['CustomGroupId'] != '' && otDeletedGrpIds.includes(otDomainGrps[i]['CustomGroupId'])){ for(var j=0; j < otDomainGrps[i]['Cookies'].length; j++){ //console.log("otDeleteCookie",otDomainGrps[i]['Cookies'][j]['Name']) //Delete cookie eraseCookie(otDomainGrps[i]['Cookies'][j]['Name']); } } //Check if Hostid matches if(otDomainGrps[i]['Hosts'].length != 0){ for(var j=0; j < otDomainGrps[i]['Hosts'].length; j++){ //Check if HostId presents in the deleted list and cookie array is not blank if(otDeletedGrpIds.includes(otDomainGrps[i]['Hosts'][j]['HostId']) && otDomainGrps[i]['Hosts'][j]['Cookies'].length !=0){ for(var k=0; k < otDomainGrps[i]['Hosts'][j]['Cookies'].length; k++){ //Delete cookie eraseCookie(otDomainGrps[i]['Hosts'][j]['Cookies'][k]['Name']); } } } } } //Do more cleanup if(otDeletedGrpIds.includes("C0002")){ cookies = document.cookie.split(";") cookies.forEach(function(cookie){ name = cookie.split("=")[0].trim() if(name.startsWith("__io") || name.startsWith("_ga") || name.startsWith("_pk")) eraseCookie(name) }) } } otGetInitialGrps(); //Reassign new group ids } //Get inactive ids function otGetInactiveId(customIniId, otActiveGrp){ //Initial OnetrustActiveGroups // console.log("otGetInactiveId",customIniId) customIniId = customIniId.split(","); customIniId = customIniId.filter(Boolean); //After action OnetrustActiveGroups otActiveGrp = otActiveGrp.split(","); otActiveGrp = otActiveGrp.filter(Boolean); var result=[]; for (var i=0; i < customIniId.length; i++){ if ( otActiveGrp.indexOf(customIniId[i]) <= -1 ){ result.push(customIniId[i]); } } return result; } //Delete cookie function eraseCookie(name) { //Delete root path cookies domainName = window.location.hostname; shortName = domainName.substring(domainName.indexOf('.')) document.cookie = name+'=; Max-Age=-99999999; Path=/;Domain='+ domainName; document.cookie = name+'=; Max-Age=-99999999; Path=/;Domain='+ shortName; document.cookie = name+'=; Max-Age=-99999999; Path=/;'; //Delete LSO incase LSO being used, cna be commented out. localStorage.removeItem(name); //Check for the current path of the page pathArray = window.location.pathname.split('/'); //Loop through path hierarchy and delete potential cookies at each path. for (var i=0; i < pathArray.length; i++){ if (pathArray[i]){ //Build the path string from the Path Array e.g /site/login var currentPath = pathArray.slice(0,i+1).join('/'); document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + ';Domain='+ domainName; document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + ';Domain='+ shortName; document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + ';'; //Maybe path has a trailing slash! document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + '/;Domain='+ domainName; document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + '/;Domain='+ shortName; document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + '/;'; } } } } </script> <script> if(ap){document.createElement = oce} </script> <script async data-ot-ignore src="https://pagead2.googlesyndication.com/tag/js/gpt.js"></script> <script> window.lastTrackingConsentState = 2 window.addEventListener("OneTrustGroupsUpdated", function(event) { googletag.cmd.push(function() { googletag.pubads().setPrivacySettings({ limitedAds: !event.detail.includes("C0004") }); if (lastTrackingConsentState == 2 || lastTrackingConsentState != !event.detail.includes("C0004")){ googletag.pubads().refresh() } lastTrackingConsentState = !event.detail.includes("C0004") }) //console.log(`The following groups are now active: ${event.detail.join(", ")}`) }); window.googletag = window.googletag || {cmd: []}; window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('consent', 'default', { 'analytics_storage': 'denied', 'functionality_storage': 'denied', 'ad_storage': 'denied', 'personalization_storage': 'denied', 'security_storage': 'denied', 'wait_for_update': 500 }); googletag.cmd.push(function() { var mappingHeaderFooter = googletag.sizeMapping(). addSize([992, 0], [[970, 250], [728, 90], [970, 90]]). //desktop addSize([768, 0], [[728, 90]]). //tablet addSize([320, 0], [[320, 100]]). //mobile addSize([0, 0], []). //other build(); googletag.pubads().setPrivacySettings({ limitedAds: true }); googletag.defineSlot('/1319756/CPOP_EN_Header_Banner', [[970, 250], [970, 90], [320, 100], [728, 90]], 'CPOP_EN_Header_Banner').defineSizeMapping(mappingHeaderFooter).addService(googletag.pubads()).setCollapseEmptyDiv(true,true); googletag.pubads().enableSingleRequest(); googletag.pubads().collapseEmptyDivs(); googletag.enableServices(); googletag.pubads().disableInitialLoad(); }); </script> <!-- Google tag (gtag.js) --> <script async data-ot-ignore src="https://www.googletagmanager.com/gtag/js?id=G-F0HXNCPBDW"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-F0HXNCPBDW');</script> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap"> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap"> <link rel="stylesheet" type="text/css" href="https://www.churchpop.com/assets/css/screen.css?v=153e06b190"> <style> :root { --font-family-one: 'Inter', sans-serif; --font-weight-one-light: 300; --font-weight-one-bold: 700; --font-family-two: 'Inter', sans-serif; --font-weight-two-bold: 700; --font-family-three: 'Inter', sans-serif; --font-weight-three-regular: 400; --font-weight-three-medium: 500; --font-weight-three-bold: 700; --letter-spacing: -.01em; } </style> <meta name="description" content="ChurchPOP provides fun, informative, and authentically Catholic news and culture."> <link rel="icon" href="https://www.churchpop.com/content/images/size/w256h256/2023/07/churchpop_icon.png" type="image/png"> <link rel="canonical" href="https://www.churchpop.com/"> <meta name="referrer" content="no-referrer-when-downgrade"> <link rel="next" href="https://www.churchpop.com/page/2/"> <meta property="og:site_name" content="ChurchPOP"> <meta property="og:type" content="website"> <meta property="og:title" content="ChurchPOP | Make holy all the things!"> <meta property="og:description" content="ChurchPOP provides fun, informative, and authentically Catholic news and culture."> <meta property="og:url" content="https://www.churchpop.com/"> <meta property="og:image" content="https://www.churchpop.com/content/images/2023/05/cover-image.jpeg"> <meta property="article:publisher" content="https://www.facebook.com/churchpopsite/"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="ChurchPOP | Make holy all the things!"> <meta name="twitter:description" content="ChurchPOP provides fun, informative, and authentically Catholic news and culture."> <meta name="twitter:url" content="https://www.churchpop.com/"> <meta name="twitter:image" content="https://www.churchpop.com/content/images/2023/05/cover-image-1.jpeg"> <meta name="twitter:site" content="@Church_POP"> <meta property="og:image:width" content="820"> <meta property="og:image:height" content="320"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "WebSite", "publisher": { "@type": "Organization", "name": "ChurchPOP", "url": "https://www.churchpop.com/", "logo": { "@type": "ImageObject", "url": "https://www.churchpop.com/content/images/2023/07/churchpop_horizontal_logo.png" } }, "url": "https://www.churchpop.com/", "name": "ChurchPOP", "mainEntityOfPage": "https://www.churchpop.com/", "description": "ChurchPOP provides fun, informative, and authentically Catholic news and culture." } </script> <meta name="generator" content="Ghost 5.101"> <link rel="alternate" type="application/rss+xml" title="ChurchPOP" href="https://www.churchpop.com/rss/"> <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/sodo-search.min.js" data-key="5a4b861d41a88bd320070a50b7" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/main.css" data-sodo-search="https://churchpop-en.ghost.io/" data-locale="en" crossorigin="anonymous"></script> <link href="https://www.churchpop.com/webmentions/receive/" rel="webmention"> <script defer src="/public/cards.min.js?v=153e06b190"></script><style>:root {--ghost-accent-color: #1f1f1f;}</style> <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=153e06b190"> <style>:root {--ghost-bg-color: #00b4f0;}</style> </head> <body class="home-template global-accent-color-buttons"> <div class="global-wrap"> <div class="global-content"> <header class="header-section is-partial-color"> <div id='CPOP_EN_Header_Banner' class="header-ad"> <script> googletag.cmd.push(function() { googletag.display('CPOP_EN_Header_Banner'); }); </script> </div> <div class="header-wrap global-padding"> <div class="header-logo"><a href="https://www.churchpop.com" class="is-logo"><img src="https://www.churchpop.com/content/images/2023/07/churchpop_horizontal_logo.png" alt="ChurchPOP home"></a> </div> <div class="header-nav is-button-accent-color"> <button class="header-search search-open is-mobile" aria-label="Search" ><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m16.822 18.813 4.798 4.799c.262.248.61.388.972.388.772-.001 1.407-.637 1.407-1.409 0-.361-.139-.709-.387-.971l-4.799-4.797c3.132-4.108 2.822-10.005-.928-13.756l-.007-.007-.278-.278a.6985.6985 0 0 0-.13-.107C13.36-1.017 7.021-.888 3.066 3.067c-4.088 4.089-4.088 10.729 0 14.816 3.752 3.752 9.65 4.063 13.756.93Zm-.965-13.719c2.95 2.953 2.95 7.81 0 10.763-2.953 2.949-7.809 2.949-10.762 0-2.951-2.953-2.951-7.81 0-10.763 2.953-2.95 7.809-2.95 10.762 0Z"/></svg></button> <input id="toggle" class="header-checkbox" type="checkbox" aria-label="Show Navigation"> <label class="header-toggle" for="toggle" aria-disabled="true"> <span> <span class="bar"></span> <span class="bar"></span> <span class="bar"></span> </span> </label> <nav> <ul> <li> <a href="https://www.churchpop.com/" class="is-active" >Home</a> </li> <li> <a href="https://www.churchpop.com/category/articles/" >Articles</a> </li> <li> <a href="https://www.churchpop.com/category/lists/" >Lists</a> </li> <li> <a href="https://missions.ewtn.com/donation/churchpop/" class="special" target="_blank" >Donate</a> </li> <li> <ul class="social-nav"> <li><a href="https://www.facebook.com/churchpopsite/"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M23.9981 11.9991C23.9981 5.37216 18.626 0 11.9991 0C5.37216 0 0 5.37216 0 11.9991C0 17.9882 4.38789 22.9522 10.1242 23.8524V15.4676H7.07758V11.9991H10.1242V9.35553C10.1242 6.34826 11.9156 4.68714 14.6564 4.68714C15.9692 4.68714 17.3424 4.92149 17.3424 4.92149V7.87439H15.8294C14.3388 7.87439 13.8739 8.79933 13.8739 9.74824V11.9991H17.2018L16.6698 15.4676H13.8739V23.8524C19.6103 22.9522 23.9981 17.9882 23.9981 11.9991Z"/></svg><span class="social-name">Facebook</span></a></li> <li><a href="https://twitter.com/Church_POP"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z"/></svg><span class="social-name">X</span></a></li> <li><a href="https://www.instagram.com/churchpop/"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z"/></svg><span class="social-name">Instagram</span></a></li> <li><a href="https://t.me/churchpop"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9.028 20.837c-.714 0-.593-.271-.839-.949l-2.103-6.92L22.263 3.37"/><path d="M9.028 20.837c.552 0 .795-.252 1.105-.553l2.941-2.857-3.671-2.214"/><path d="M9.403 15.213l8.89 6.568c1.015.56 1.748.271 2-.942l3.62-17.053c.372-1.487-.564-2.159-1.534-1.72L1.125 10.263c-1.45.582-1.443 1.392-.264 1.753l5.455 1.7L18.94 5.753c.595-.36 1.143-.167.694.232"/></svg><span class="social-name">Telegram</span></a></li> <li><a href="/feed/"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M19.199 24C19.199 13.467 10.533 4.8 0 4.8V0c13.165 0 24 10.835 24 24h-4.801zM3.291 17.415c1.814 0 3.293 1.479 3.293 3.295 0 1.813-1.485 3.29-3.301 3.29C1.47 24 0 22.526 0 20.71s1.475-3.294 3.291-3.295zM15.909 24h-4.665c0-6.169-5.075-11.245-11.244-11.245V8.09c8.727 0 15.909 7.184 15.909 15.91z"/></svg><span class="social-name">RSS</span></a></li> </ul> </li> <li><button class="header-search search-open is-desktop global-button" aria-label="Search" ><span><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m16.822 18.813 4.798 4.799c.262.248.61.388.972.388.772-.001 1.407-.637 1.407-1.409 0-.361-.139-.709-.387-.971l-4.799-4.797c3.132-4.108 2.822-10.005-.928-13.756l-.007-.007-.278-.278a.6985.6985 0 0 0-.13-.107C13.36-1.017 7.021-.888 3.066 3.067c-4.088 4.089-4.088 10.729 0 14.816 3.752 3.752 9.65 4.063 13.756.93Zm-.965-13.719c2.95 2.953 2.95 7.81 0 10.763-2.953 2.949-7.809 2.949-10.762 0-2.951-2.953-2.951-7.81 0-10.763 2.953-2.95 7.809-2.95 10.762 0Z"/></svg>Search</span></button></li> </ul> </nav> </div> </div> </header> <main class="global-main"> <div class="hero-section is-partial-color"> <div class="hero-wrap"> <div class="hero-content global-padding" aria-label="Subscribe to our newsletter"> <h1 class="hero-title global-title hero-title-small">Get our <b>inspiring content</b> delivered to your inbox.</h1> <div class="subscribe-section"> <div class="subscribe-wrap"> <form data-members-form="subscribe" class="subscribe-form" data-members-autoredirect="false"> <input data-members-email type="email" placeholder="Your email address" aria-label="Your email address" required> <a class="global-button" href="#subscribe" role="button">Subscribe</a> </form> <div class="subscribe-form-caption"> Join us, for free! </div> <div class="subscribe-alert"> <small class="alert-loading global-alert">Processing your application</small> <small class="alert-success global-alert">Please check your inbox and click the link to confirm your subscription.</small> <small class="alert-error global-alert">There was an error sending the email</small> </div> </div> </div> </div> <div class="featured-section"> <div class="global-padding"> <div class="featured-subtitle global-subtitle"> <small class="global-subtitle-title"><span>Trending</span> this week:</small> <div class="featured-navigation"> <button class="featured-btn-previous" aria-label="Previous"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8.775 3.225 0 12l8.775 8.775 1.498-1.407-6.421-6.267H24v-2.202H3.852l6.421-6.267-1.498-1.407Z"/></svg></button> <button class="featured-btn-next" aria-label="Next"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15.225 20.775 24 12l-8.775-8.775-1.498 1.407 6.421 6.267H0v2.202h20.148l-6.421 6.267 1.498 1.407Z"/></svg></button> </div> </div> <div class="featured-wrap"> <article class="item is-featured is-small is-image" aria-labelledby="af-673e6bf1e8b61a000148802c"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/did-saint-padre-pio-see-souls-in-purgatory-his-spiritual-sons-supernatural-testimony/" class="global-link global-radius" aria-label="Did Saint Padre Pio See Souls in Purgatory? His Spiritual Son's Supernatural Testimony"></a> <img srcset="/content/images/size/w300/wordpress/2023/03/Untitled-design-22.png 300w, /content/images/size/w600/wordpress/2023/03/Untitled-design-22.png 600w, /content/images/size/w1200/wordpress/2023/03/Untitled-design-22.png 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/wordpress/2023/03/Untitled-design-22.png" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/eleonora-vescovini/" class="global-link" title="Author: Eleonora Vescovini"></a> <img src="/content/images/size/w300/2023/05/eleonora.jpg" loading="lazy" alt="Eleonora Vescovini" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/catholic-saints/">Catholic Saints</a><a href="/category/supernatural/">Supernatural</a></span> </div> <h2 class="item-title" id="af-673e6bf1e8b61a000148802c"><a href="/did-saint-padre-pio-see-souls-in-purgatory-his-spiritual-sons-supernatural-testimony/">Did Saint Padre Pio See Souls in Purgatory? His Spiritual Son's Supernatural Testimony</a></h2> <p class="item-excerpt"> "Tell Fra Modestino that his father is safe. He was saved by his prayers and his intentions. Now he’s in heaven." </p> </div> </article> <article class="item is-featured is-small is-image" aria-labelledby="af-673bc60a0ae1880001e1044b"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/a-chapel-made-of-salt-polands-stunning-chapel-of-st-kinga-the-worlds-largest-underground-church/" class="global-link global-radius" aria-label="A Chapel Made of Salt: Poland's Stunning Chapel of St. Kinga, the World's Largest Underground Church"></a> <img srcset="/content/images/size/w300/2024/11/15.11.24-CapillaDeSalNota.jpg 300w, /content/images/size/w600/2024/11/15.11.24-CapillaDeSalNota.jpg 600w, /content/images/size/w1200/2024/11/15.11.24-CapillaDeSalNota.jpg 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2024/11/15.11.24-CapillaDeSalNota.jpg" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/harumi/" class="global-link" title="Author: Harumi Suzuki"></a> <img src="/content/images/size/w300/2023/07/WhatsApp-Image-2023-07-13-at-4.49.19-PM.jpeg" loading="lazy" alt="Harumi Suzuki" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/catholic-churches/">Catholic Churches</a><a href="/category/catholic-history/">Catholic History</a></span> </div> <h2 class="item-title" id="af-673bc60a0ae1880001e1044b"><a href="/a-chapel-made-of-salt-polands-stunning-chapel-of-st-kinga-the-worlds-largest-underground-church/">A Chapel Made of Salt: Poland's Stunning Chapel of St. Kinga, the World's Largest Underground Church</a></h2> <p class="item-excerpt"> More than 300 feet underground in the Wieliczka Mines in Poland lies the Chapel of Saint Kinga, the largest underground church in the world. </p> </div> </article> <article class="item is-featured is-small is-image" aria-labelledby="af-673f6b3be8b61a000148806c"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/gwen-stefani-matt-maher-lauren-daigle-more-join-hallows-advent-pray25-prayer-challenge/" class="global-link global-radius" aria-label="Gwen Stefani, Matt Maher, Lauren Daigle & More Join Hallow's Advent Pray25 Prayer Challenge"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-21T120714.885.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-21T120714.885.png 600w, /content/images/size/w1200/2024/11/Untitled-design---2024-11-21T120714.885.png 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2024/11/Untitled-design---2024-11-21T120714.885.png" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/jacqueline-burkepile/" class="global-link" title="Author: Jacqueline Burkepile"></a> <img src="/content/images/size/w300/2023/06/jacqueline-new-headshot.jpeg" loading="lazy" alt="Jacqueline Burkepile" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/news/">News</a><a href="/category/advent/">Advent</a></span> </div> <h2 class="item-title" id="af-673f6b3be8b61a000148806c"><a href="/gwen-stefani-matt-maher-lauren-daigle-more-join-hallows-advent-pray25-prayer-challenge/">Gwen Stefani, Matt Maher, Lauren Daigle & More Join Hallow's Advent Pray25 Prayer Challenge</a></h2> <p class="item-excerpt"> "It’s truly going to be an incredible few weeks experiencing God’s love through prayer, meditation, and music." </p> </div> </article> <article class="item is-featured is-small is-image" aria-labelledby="af-6740e412e8b61a00014881f4"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/3-truths-about-hell-every-catholic-needs-to-hear/" class="global-link global-radius" aria-label="3 Truths About Hell Every Catholic Needs To Hear"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-22T142710.265.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-22T142710.265.png 600w, /content/images/size/w1200/2024/11/Untitled-design---2024-11-22T142710.265.png 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2024/11/Untitled-design---2024-11-22T142710.265.png" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/george-ryan/" class="global-link" title="Author: George Ryan"></a> <img src="/content/images/size/w300/2023/07/churchpop_icon-9.png" loading="lazy" alt="George Ryan" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/videos/">Videos</a><a href="/category/supernatural/">Supernatural</a></span> </div> <h2 class="item-title" id="af-6740e412e8b61a00014881f4"><a href="/3-truths-about-hell-every-catholic-needs-to-hear/">3 Truths About Hell Every Catholic Needs To Hear</a></h2> <p class="item-excerpt"> Are we ignoring the truths about eternal separation from God? </p> </div> </article> <article class="item is-featured is-small is-image" aria-labelledby="af-673f77dbe8b61a00014880b7"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/saint-cecilia-martyr-patron-of-music-the-story-of-the-first-incorrupt-saint-how-her-body-was-found/" class="global-link global-radius" aria-label="Saint Cecilia, Martyr & Patron of Music: The Story of the First Incorrupt Saint & How Her Body Was Found"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-21T155054.758.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-21T155054.758.png 600w, /content/images/size/w1200/2024/11/Untitled-design---2024-11-21T155054.758.png 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2024/11/Untitled-design---2024-11-21T155054.758.png" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/mat-burkepile/" class="global-link" title="Author: Mat Burkepile"></a> <img src="/content/images/size/w300/2023/07/Screen-Shot-2023-07-03-at-11.51.10-AM.png" loading="lazy" alt="Mat Burkepile" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/catholic-saints/">Catholic Saints</a><a href="/category/catholic-church-history/">Catholic Church History</a></span> </div> <h2 class="item-title" id="af-673f77dbe8b61a00014880b7"><a href="/saint-cecilia-martyr-patron-of-music-the-story-of-the-first-incorrupt-saint-how-her-body-was-found/">Saint Cecilia, Martyr & Patron of Music: The Story of the First Incorrupt Saint & How Her Body Was Found</a></h2> <p class="item-excerpt"> Saint Cecilia was more than a model of early Christianity. She inspires musicians to live up to the saying attributed to Saint Augustine: “He who sings prays twice.” </p> </div> </article> <article class="item is-featured is-small is-image" aria-labelledby="af-673fb360e8b61a000148818c"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/3-remarkable-facts-about-the-life-of-jesus-catholics-might-not-know/" class="global-link global-radius" aria-label="3 Remarkable Facts About the Life of Jesus Catholics Might Not Know"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-21T165930.969.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-21T165930.969.png 600w, /content/images/size/w1200/2024/11/Untitled-design---2024-11-21T165930.969.png 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2024/11/Untitled-design---2024-11-21T165930.969.png" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/george-ryan/" class="global-link" title="Author: George Ryan"></a> <img src="/content/images/size/w300/2023/07/churchpop_icon-9.png" loading="lazy" alt="George Ryan" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/lists/">Lists</a><a href="/category/videos/">Videos</a></span> </div> <h2 class="item-title" id="af-673fb360e8b61a000148818c"><a href="/3-remarkable-facts-about-the-life-of-jesus-catholics-might-not-know/">3 Remarkable Facts About the Life of Jesus Catholics Might Not Know</a></h2> <p class="item-excerpt"> Do you know these things about the life of Jesus? 🤔 </p> </div> </article> <article class="item is-featured is-small is-image" aria-labelledby="af-673e56a1e8b61a0001487fd2"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/priest-of-new-york-catholic-parish-removed-after-sabrina-carpenter-desecrates-church-in-music-video/" class="global-link global-radius" aria-label="Priest of New York Catholic Parish Removed After Sabrina Carpenter Desecrates Church in Music Video"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-20T162030.422.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-20T162030.422.png 600w, /content/images/size/w1200/2024/11/Untitled-design---2024-11-20T162030.422.png 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2024/11/Untitled-design---2024-11-20T162030.422.png" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/christina/" class="global-link" title="Author: Christina Herrera"></a> <img src="/content/images/size/w300/2023/08/WhatsApp-Image-2023-08-25-at-12.41.29-PM--1-.jpeg" loading="lazy" alt="Christina Herrera" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/news/">News</a></span> </div> <h2 class="item-title" id="af-673e56a1e8b61a0001487fd2"><a href="/priest-of-new-york-catholic-parish-removed-after-sabrina-carpenter-desecrates-church-in-music-video/">Priest of New York Catholic Parish Removed After Sabrina Carpenter Desecrates Church in Music Video</a></h2> <p class="item-excerpt"> "By the infinite merits of the Sacred Heart of Jesus and the Immaculate Heart of Mary, I beg the conversion of poor sinners.” </p> </div> </article> <article class="item is-featured is-small is-image" aria-labelledby="af-673e209ce8b61a0001487f36"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/carlo-acutis-the-teen-tech-wiz-10-iconic-nicknames-for-the-soon-to-be-first-millennial-saint/" class="global-link global-radius" aria-label="Carlo Acutis, the 'Teen Tech Wiz': 10 Iconic Nicknames for the Soon-to-Be 'First Millennial Saint'"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-20T142314.888.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-20T142314.888.png 600w, /content/images/size/w1200/2024/11/Untitled-design---2024-11-20T142314.888.png 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2024/11/Untitled-design---2024-11-20T142314.888.png" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/jacqueline-burkepile/" class="global-link" title="Author: Jacqueline Burkepile"></a> <img src="/content/images/size/w300/2023/06/jacqueline-new-headshot.jpeg" loading="lazy" alt="Jacqueline Burkepile" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/lists/">Lists</a><a href="/category/catholic-saints/">Catholic Saints</a></span> </div> <h2 class="item-title" id="af-673e209ce8b61a0001487f36"><a href="/carlo-acutis-the-teen-tech-wiz-10-iconic-nicknames-for-the-soon-to-be-first-millennial-saint/">Carlo Acutis, the 'Teen Tech Wiz': 10 Iconic Nicknames for the Soon-to-Be 'First Millennial Saint'</a></h2> <p class="item-excerpt"> Would you add any nicknames to the list for Soon-to-be-Saint Carlo Acutis? </p> </div> </article> <article class="item is-featured is-small is-image" aria-labelledby="af-673bba310ae1880001e1041b"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/4-little-known-ways-purgatory-can-comfort-us-after-losing-a-loved-one/" class="global-link global-radius" aria-label="4 Little-Known Ways Purgatory Can Comfort Us After Losing a Loved One"></a> <img srcset="/content/images/size/w300/2023/11/20888031236_ca48be59ea.jpg 300w, /content/images/size/w600/2023/11/20888031236_ca48be59ea.jpg 600w, /content/images/size/w1200/2023/11/20888031236_ca48be59ea.jpg 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2023/11/20888031236_ca48be59ea.jpg" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/caroline-perkins/" class="global-link" title="Author: Caroline Perkins"></a> <img src="/content/images/size/w300/2023/05/caroline-headshot-1-2.jpg" loading="lazy" alt="Caroline Perkins" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/purgatory/">Purgatory</a><a href="/category/catholic-daily-living/">Catholic Daily Living</a></span> </div> <h2 class="item-title" id="af-673bba310ae1880001e1041b"><a href="/4-little-known-ways-purgatory-can-comfort-us-after-losing-a-loved-one/">4 Little-Known Ways Purgatory Can Comfort Us After Losing a Loved One</a></h2> <p class="item-excerpt"> Did you know praying for the dead can comfort us? </p> </div> </article> <article class="item is-featured is-small is-image" aria-labelledby="af-673ba6e00ae1880001e103c9"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/our-lady-of-fatima-revealed-3-spiritual-weapons-to-end-war-obtain-peace/" class="global-link global-radius" aria-label="Our Lady of Fatima Revealed 3 Spiritual Weapons to End War & Obtain Peace"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-18T145407.307.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-18T145407.307.png 600w, /content/images/size/w1200/2024/11/Untitled-design---2024-11-18T145407.307.png 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2024/11/Untitled-design---2024-11-18T145407.307.png" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/andres-jaromezuk/" class="global-link" title="Author: Andres Jaromezuk"></a> <img src="/content/images/size/w300/2023/05/Andres-Jaromezuk.jpg" loading="lazy" alt="Andres Jaromezuk" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/lists/">Lists</a><a href="/category/virgin-mary/">Virgin Mary</a></span> </div> <h2 class="item-title" id="af-673ba6e00ae1880001e103c9"><a href="/our-lady-of-fatima-revealed-3-spiritual-weapons-to-end-war-obtain-peace/">Our Lady of Fatima Revealed 3 Spiritual Weapons to End War & Obtain Peace</a></h2> <p class="item-excerpt"> "Pray the rosary every day to obtain peace for the world and the end of the war.” - Our Lady of Fatima </p> </div> </article> <article class="item is-featured is-small is-image" aria-labelledby="af-673b7c660ae1880001e10316"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/inside-the-magnificent-papal-basilicas-of-saints-peter-paul-a-testament-to-the-triumph-of-christianity/" class="global-link global-radius" aria-label="Inside the Magnificent Papal Basilicas of Saints Peter & Paul, a Testament to the Triumph of Christianity"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-18T135739.165.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-18T135739.165.png 600w, /content/images/size/w1200/2024/11/Untitled-design---2024-11-18T135739.165.png 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2024/11/Untitled-design---2024-11-18T135739.165.png" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/ishmael/" class="global-link" title="Author: Ishmael Adibuah"></a> <img src="/content/images/size/w300/2024/08/Ishmael-Adibuah-s-MSU-UNDERGRAD-SHOOT_41_Print-1-1.jpg" loading="lazy" alt="Ishmael Adibuah" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/catholic-churches/">Catholic Churches</a><a href="/category/catholic-history/">Catholic History</a></span> </div> <h2 class="item-title" id="af-673b7c660ae1880001e10316"><a href="/inside-the-magnificent-papal-basilicas-of-saints-peter-paul-a-testament-to-the-triumph-of-christianity/">Inside the Magnificent Papal Basilicas of Saints Peter & Paul, a Testament to the Triumph of Christianity</a></h2> <p class="item-excerpt"> These two basilicas stand as magnificent testaments to the triumph of Christianity in the late Roman Empire. </p> </div> </article> <article class="item is-featured is-small is-image" aria-labelledby="af-67325182d10791000183135a"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/trouble-sleeping-try-this-powerful-prayer-recommended-by-a-catholic-priest/" class="global-link global-radius" aria-label="Trouble Sleeping? Try This Powerful Prayer Recommended by a Catholic Priest"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-11T144646.097.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-11T144646.097.png 600w, /content/images/size/w1200/2024/11/Untitled-design---2024-11-11T144646.097.png 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2024/11/Untitled-design---2024-11-11T144646.097.png" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/harumi/" class="global-link" title="Author: Harumi Suzuki"></a> <img src="/content/images/size/w300/2023/07/WhatsApp-Image-2023-07-13-at-4.49.19-PM.jpeg" loading="lazy" alt="Harumi Suzuki" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/catholic-prayer/">Catholic Prayers</a><a href="/category/prayers-in-english/">Prayers in English</a></span> </div> <h2 class="item-title" id="af-67325182d10791000183135a"><a href="/trouble-sleeping-try-this-powerful-prayer-recommended-by-a-catholic-priest/">Trouble Sleeping? Try This Powerful Prayer Recommended by a Catholic Priest</a></h2> <p class="item-excerpt"> This prayer serves as a powerful resource to end the day peacefully, trusting in God's love and protection. 🙏 </p> </div> </article> <article class="item is-featured is-small is-image" aria-labelledby="af-6733b9c50ae1880001e10055"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/marilyn-monroe-purgatory-tv-host-alleges-vision-actress-suffering-flames/" class="global-link global-radius" aria-label="Marilyn Monroe in Purgatory? TV Host Alleges Vision of Actress Suffering in Flames"></a> <img srcset="/content/images/size/w300/2024/11/marilyn.jpeg 300w, /content/images/size/w600/2024/11/marilyn.jpeg 600w, /content/images/size/w1200/2024/11/marilyn.jpeg 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2024/11/marilyn.jpeg" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/jacqueline-burkepile/" class="global-link" title="Author: Jacqueline Burkepile"></a> <img src="/content/images/size/w300/2023/06/jacqueline-new-headshot.jpeg" loading="lazy" alt="Jacqueline Burkepile" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/supernatural/">Supernatural</a><a href="/category/videos/">Videos</a></span> </div> <h2 class="item-title" id="af-6733b9c50ae1880001e10055"><a href="/marilyn-monroe-purgatory-tv-host-alleges-vision-actress-suffering-flames/">Marilyn Monroe in Purgatory? TV Host Alleges Vision of Actress Suffering in Flames</a></h2> <p class="item-excerpt"> “I saw her screaming and I heard God the Father’s voice say, ‘I saved her by a hair.'" </p> </div> </article> <article class="item is-featured is-small is-image" aria-labelledby="af-6737a3000ae1880001e102cb"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/how-powerful-are-demons-what-the-church-teaches-how-to-protect-yourself/" class="global-link global-radius" aria-label="How Powerful Are Demons? What the Church Teaches & How to Protect Yourself"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-15T155120.486.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-15T155120.486.png 600w, /content/images/size/w1200/2024/11/Untitled-design---2024-11-15T155120.486.png 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2024/11/Untitled-design---2024-11-15T155120.486.png" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/george-ryan/" class="global-link" title="Author: George Ryan"></a> <img src="/content/images/size/w300/2023/07/churchpop_icon-9.png" loading="lazy" alt="George Ryan" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/supernatural/">Supernatural</a><a href="/category/spiritual-warfare/">Spiritual Warfare</a></span> </div> <h2 class="item-title" id="af-6737a3000ae1880001e102cb"><a href="/how-powerful-are-demons-what-the-church-teaches-how-to-protect-yourself/">How Powerful Are Demons? What the Church Teaches & How to Protect Yourself</a></h2> <p class="item-excerpt"> A crucifix, holy water, and the Saint Michael prayer are “enough to block all diabolical activity.” </p> </div> </article> <article class="item is-featured is-small is-image" aria-labelledby="af-673792b60ae1880001e10272"> <div class="item-image global-image global-image-orientation global-radius"> <span class="is-last"></span> <a href="/texas-painted-churches-the-historic-beauty-of-saints-cyril-and-methodius-catholic-church-in-shiner/" class="global-link global-radius" aria-label="Texas’ Painted Churches: The Historic Beauty of Saints Cyril and Methodius Catholic Church in Shiner"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-15T125856.659.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-15T125856.659.png 600w, /content/images/size/w1200/2024/11/Untitled-design---2024-11-15T125856.659.png 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2024/11/Untitled-design---2024-11-15T125856.659.png" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/christina/" class="global-link" title="Author: Christina Herrera"></a> <img src="/content/images/size/w300/2023/08/WhatsApp-Image-2023-08-25-at-12.41.29-PM--1-.jpeg" loading="lazy" alt="Christina Herrera" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/news/">News</a><a href="/category/catholic-churches/">Catholic Churches</a></span> </div> <h2 class="item-title" id="af-673792b60ae1880001e10272"><a href="/texas-painted-churches-the-historic-beauty-of-saints-cyril-and-methodius-catholic-church-in-shiner/">Texas’ Painted Churches: The Historic Beauty of Saints Cyril and Methodius Catholic Church in Shiner</a></h2> <p class="item-excerpt"> Shiner isn't just a beer - it's home to one of the historic painted Catholic Churches in Texas! </p> </div> </article> </div> </div> </div> </div> </div><div class="loop-section global-padding" aria-label="Latest Articles"> <div class="loop-subtitle"> <small class="loop-subtitle-title global-title"> The <span>latest:</span></small> <div class="global-authors option-1-2"> <div> <div class="global-item-author is-image global-image"> <a href="/author/jacqueline-burkepile/" class="global-link" title="Author: Jacqueline Burkepile"></a> <img src="/content/images/size/w300/2023/06/jacqueline-new-headshot.jpeg" loading="lazy" alt="Jacqueline Burkepile" > </div> <div class="global-item-author is-image global-image"> <a href="/author/caroline-perkins/" class="global-link" title="Author: Caroline Perkins"></a> <img src="/content/images/size/w300/2023/05/caroline-headshot-1-2.jpg" loading="lazy" alt="Caroline Perkins" > </div> <div class="global-item-author is-image global-image"> <a href="/author/harumi/" class="global-link" title="Author: Harumi Suzuki"></a> <img src="/content/images/size/w300/2023/07/WhatsApp-Image-2023-07-13-at-4.49.19-PM.jpeg" loading="lazy" alt="Harumi Suzuki" > </div> <div class="global-item-author is-image global-image"> <a href="/author/christina/" class="global-link" title="Author: Christina Herrera"></a> <img src="/content/images/size/w300/2023/08/WhatsApp-Image-2023-08-25-at-12.41.29-PM--1-.jpeg" loading="lazy" alt="Christina Herrera" > </div> <div class="global-item-author is-image global-image"> <a href="/author/victoria-arruda/" class="global-link" title="Author: Victoria Arruda"></a> <img src="/content/images/size/w300/2023/06/WhatsApp-Image-2023-06-29-at-4.00.44-PM.jpeg" loading="lazy" alt="Victoria Arruda" > </div> </div> <small>Meet our author</small> <small>Meet our authors</small> <small>Meet our top authors</small> </div> </div> <div class="loop-wrap"> <article class="item is-loop is-image" aria-labelledby="al-673e6bf1e8b61a000148802c"> <div class="item-image global-image global-image-orientation global-radius is-square"> <a href="/did-saint-padre-pio-see-souls-in-purgatory-his-spiritual-sons-supernatural-testimony/" class="global-link global-radius" aria-label="Did Saint Padre Pio See Souls in Purgatory? His Spiritual Son's Supernatural Testimony"></a> <img srcset="/content/images/size/w300/wordpress/2023/03/Untitled-design-22.png 300w, /content/images/size/w600/wordpress/2023/03/Untitled-design-22.png 600w, /content/images/size/w1200/wordpress/2023/03/Untitled-design-22.png 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/wordpress/2023/03/Untitled-design-22.png" loading="lazy" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/eleonora-vescovini/" class="global-link" title="Author: Eleonora Vescovini"></a> <img src="/content/images/size/w300/2023/05/eleonora.jpg" loading="lazy" alt="Eleonora Vescovini" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/catholic-saints/">Catholic Saints</a><a href="/category/supernatural/">Supernatural</a></span> </div> <h2 class="item-title" id="al-673e6bf1e8b61a000148802c"><a href="/did-saint-padre-pio-see-souls-in-purgatory-his-spiritual-sons-supernatural-testimony/">Did Saint Padre Pio See Souls in Purgatory? His Spiritual Son's Supernatural Testimony</a></h2> <p class="item-excerpt"> "Tell Fra Modestino that his father is safe. He was saved by his prayers and his intentions. Now he’s in heaven." </p> </div> </article> <article class="item is-loop is-image" aria-labelledby="al-673bc60a0ae1880001e1044b"> <div class="item-image global-image global-image-orientation global-radius is-square"> <a href="/a-chapel-made-of-salt-polands-stunning-chapel-of-st-kinga-the-worlds-largest-underground-church/" class="global-link global-radius" aria-label="A Chapel Made of Salt: Poland's Stunning Chapel of St. Kinga, the World's Largest Underground Church"></a> <img srcset="/content/images/size/w300/2024/11/15.11.24-CapillaDeSalNota.jpg 300w, /content/images/size/w600/2024/11/15.11.24-CapillaDeSalNota.jpg 600w, /content/images/size/w1200/2024/11/15.11.24-CapillaDeSalNota.jpg 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2024/11/15.11.24-CapillaDeSalNota.jpg" loading="lazy" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/harumi/" class="global-link" title="Author: Harumi Suzuki"></a> <img src="/content/images/size/w300/2023/07/WhatsApp-Image-2023-07-13-at-4.49.19-PM.jpeg" loading="lazy" alt="Harumi Suzuki" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/catholic-churches/">Catholic Churches</a><a href="/category/catholic-history/">Catholic History</a></span> </div> <h2 class="item-title" id="al-673bc60a0ae1880001e1044b"><a href="/a-chapel-made-of-salt-polands-stunning-chapel-of-st-kinga-the-worlds-largest-underground-church/">A Chapel Made of Salt: Poland's Stunning Chapel of St. Kinga, the World's Largest Underground Church</a></h2> <p class="item-excerpt"> More than 300 feet underground in the Wieliczka Mines in Poland lies the Chapel of Saint Kinga, the largest underground church in the world. </p> </div> </article> <article class="item is-loop is-image" aria-labelledby="al-673f6b3be8b61a000148806c"> <div class="item-image global-image global-image-orientation global-radius is-square"> <a href="/gwen-stefani-matt-maher-lauren-daigle-more-join-hallows-advent-pray25-prayer-challenge/" class="global-link global-radius" aria-label="Gwen Stefani, Matt Maher, Lauren Daigle & More Join Hallow's Advent Pray25 Prayer Challenge"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-21T120714.885.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-21T120714.885.png 600w, /content/images/size/w1200/2024/11/Untitled-design---2024-11-21T120714.885.png 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2024/11/Untitled-design---2024-11-21T120714.885.png" loading="lazy" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/jacqueline-burkepile/" class="global-link" title="Author: Jacqueline Burkepile"></a> <img src="/content/images/size/w300/2023/06/jacqueline-new-headshot.jpeg" loading="lazy" alt="Jacqueline Burkepile" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/news/">News</a><a href="/category/advent/">Advent</a></span> </div> <h2 class="item-title" id="al-673f6b3be8b61a000148806c"><a href="/gwen-stefani-matt-maher-lauren-daigle-more-join-hallows-advent-pray25-prayer-challenge/">Gwen Stefani, Matt Maher, Lauren Daigle & More Join Hallow's Advent Pray25 Prayer Challenge</a></h2> <p class="item-excerpt"> "It’s truly going to be an incredible few weeks experiencing God’s love through prayer, meditation, and music." </p> </div> </article> <article class="item is-loop is-image" aria-labelledby="al-6740e412e8b61a00014881f4"> <div class="item-image global-image global-image-orientation global-radius is-square"> <a href="/3-truths-about-hell-every-catholic-needs-to-hear/" class="global-link global-radius" aria-label="3 Truths About Hell Every Catholic Needs To Hear"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-22T142710.265.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-22T142710.265.png 600w, /content/images/size/w1200/2024/11/Untitled-design---2024-11-22T142710.265.png 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2024/11/Untitled-design---2024-11-22T142710.265.png" loading="lazy" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/george-ryan/" class="global-link" title="Author: George Ryan"></a> <img src="/content/images/size/w300/2023/07/churchpop_icon-9.png" loading="lazy" alt="George Ryan" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/videos/">Videos</a><a href="/category/supernatural/">Supernatural</a></span> </div> <h2 class="item-title" id="al-6740e412e8b61a00014881f4"><a href="/3-truths-about-hell-every-catholic-needs-to-hear/">3 Truths About Hell Every Catholic Needs To Hear</a></h2> <p class="item-excerpt"> Are we ignoring the truths about eternal separation from God? </p> </div> </article> <article class="item is-loop is-image" aria-labelledby="al-673f77dbe8b61a00014880b7"> <div class="item-image global-image global-image-orientation global-radius is-square"> <a href="/saint-cecilia-martyr-patron-of-music-the-story-of-the-first-incorrupt-saint-how-her-body-was-found/" class="global-link global-radius" aria-label="Saint Cecilia, Martyr & Patron of Music: The Story of the First Incorrupt Saint & How Her Body Was Found"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-21T155054.758.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-21T155054.758.png 600w, /content/images/size/w1200/2024/11/Untitled-design---2024-11-21T155054.758.png 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2024/11/Untitled-design---2024-11-21T155054.758.png" loading="lazy" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/mat-burkepile/" class="global-link" title="Author: Mat Burkepile"></a> <img src="/content/images/size/w300/2023/07/Screen-Shot-2023-07-03-at-11.51.10-AM.png" loading="lazy" alt="Mat Burkepile" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/catholic-saints/">Catholic Saints</a><a href="/category/catholic-church-history/">Catholic Church History</a></span> </div> <h2 class="item-title" id="al-673f77dbe8b61a00014880b7"><a href="/saint-cecilia-martyr-patron-of-music-the-story-of-the-first-incorrupt-saint-how-her-body-was-found/">Saint Cecilia, Martyr & Patron of Music: The Story of the First Incorrupt Saint & How Her Body Was Found</a></h2> <p class="item-excerpt"> Saint Cecilia was more than a model of early Christianity. She inspires musicians to live up to the saying attributed to Saint Augustine: “He who sings prays twice.” </p> </div> </article> <article class="item is-loop is-image" aria-labelledby="al-673fb360e8b61a000148818c"> <div class="item-image global-image global-image-orientation global-radius is-square"> <a href="/3-remarkable-facts-about-the-life-of-jesus-catholics-might-not-know/" class="global-link global-radius" aria-label="3 Remarkable Facts About the Life of Jesus Catholics Might Not Know"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-21T165930.969.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-21T165930.969.png 600w, /content/images/size/w1200/2024/11/Untitled-design---2024-11-21T165930.969.png 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2024/11/Untitled-design---2024-11-21T165930.969.png" loading="lazy" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/george-ryan/" class="global-link" title="Author: George Ryan"></a> <img src="/content/images/size/w300/2023/07/churchpop_icon-9.png" loading="lazy" alt="George Ryan" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <div class="item-tags global-tags" aria-label="Categories"> <a href="/category/articles/">Articles</a><span><a href="/category/lists/">Lists</a><a href="/category/videos/">Videos</a></span> </div> <h2 class="item-title" id="al-673fb360e8b61a000148818c"><a href="/3-remarkable-facts-about-the-life-of-jesus-catholics-might-not-know/">3 Remarkable Facts About the Life of Jesus Catholics Might Not Know</a></h2> <p class="item-excerpt"> Do you know these things about the life of Jesus? 🤔 </p> </div> </article> </div> </div><div class="pagination-section"> <a href="/page/2/" aria-label="Load more"></a> <button class="global-button">Load more</button> </div> <aside class="special-section global-padding" aria-label="Related Articles"> <div class="special-subtitle global-subtitle"> <small class="global-subtitle-title"><span>Trending now:</span></small> </div> <div class="special-wrap"> <article class="item is-special is-image" aria-labelledby="as-673bc60a0ae1880001e1044b"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/a-chapel-made-of-salt-polands-stunning-chapel-of-st-kinga-the-worlds-largest-underground-church/" class="global-link global-radius" aria-label="A Chapel Made of Salt: Poland's Stunning Chapel of St. Kinga, the World's Largest Underground Church"></a> <img srcset="/content/images/size/w300/2024/11/15.11.24-CapillaDeSalNota.jpg 300w, /content/images/size/w600/2024/11/15.11.24-CapillaDeSalNota.jpg 600w" sizes="(max-width:480px) 300px, 600px" src="/content/images/size/w600/2024/11/15.11.24-CapillaDeSalNota.jpg" loading="lazy" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/harumi/" class="global-link" title="Author: Harumi Suzuki"></a> <img src="/content/images/size/w300/2023/07/WhatsApp-Image-2023-07-13-at-4.49.19-PM.jpeg" loading="lazy" alt="Harumi Suzuki" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <h2 class="item-title" id="as-673bc60a0ae1880001e1044b"><a href="/a-chapel-made-of-salt-polands-stunning-chapel-of-st-kinga-the-worlds-largest-underground-church/">A Chapel Made of Salt: Poland's Stunning Chapel of St. Kinga, the World's Largest Underground Church</a></h2> </div> </article> <article class="item is-special is-image" aria-labelledby="as-673f6b3be8b61a000148806c"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/gwen-stefani-matt-maher-lauren-daigle-more-join-hallows-advent-pray25-prayer-challenge/" class="global-link global-radius" aria-label="Gwen Stefani, Matt Maher, Lauren Daigle & More Join Hallow's Advent Pray25 Prayer Challenge"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-21T120714.885.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-21T120714.885.png 600w" sizes="(max-width:480px) 300px, 600px" src="/content/images/size/w600/2024/11/Untitled-design---2024-11-21T120714.885.png" loading="lazy" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/jacqueline-burkepile/" class="global-link" title="Author: Jacqueline Burkepile"></a> <img src="/content/images/size/w300/2023/06/jacqueline-new-headshot.jpeg" loading="lazy" alt="Jacqueline Burkepile" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <h2 class="item-title" id="as-673f6b3be8b61a000148806c"><a href="/gwen-stefani-matt-maher-lauren-daigle-more-join-hallows-advent-pray25-prayer-challenge/">Gwen Stefani, Matt Maher, Lauren Daigle & More Join Hallow's Advent Pray25 Prayer Challenge</a></h2> </div> </article> <article class="item is-special is-image" aria-labelledby="as-6740e412e8b61a00014881f4"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/3-truths-about-hell-every-catholic-needs-to-hear/" class="global-link global-radius" aria-label="3 Truths About Hell Every Catholic Needs To Hear"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-22T142710.265.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-22T142710.265.png 600w" sizes="(max-width:480px) 300px, 600px" src="/content/images/size/w600/2024/11/Untitled-design---2024-11-22T142710.265.png" loading="lazy" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/george-ryan/" class="global-link" title="Author: George Ryan"></a> <img src="/content/images/size/w300/2023/07/churchpop_icon-9.png" loading="lazy" alt="George Ryan" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <h2 class="item-title" id="as-6740e412e8b61a00014881f4"><a href="/3-truths-about-hell-every-catholic-needs-to-hear/">3 Truths About Hell Every Catholic Needs To Hear</a></h2> </div> </article> <article class="item is-special is-image" aria-labelledby="as-673f77dbe8b61a00014880b7"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/saint-cecilia-martyr-patron-of-music-the-story-of-the-first-incorrupt-saint-how-her-body-was-found/" class="global-link global-radius" aria-label="Saint Cecilia, Martyr & Patron of Music: The Story of the First Incorrupt Saint & How Her Body Was Found"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-21T155054.758.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-21T155054.758.png 600w" sizes="(max-width:480px) 300px, 600px" src="/content/images/size/w600/2024/11/Untitled-design---2024-11-21T155054.758.png" loading="lazy" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/mat-burkepile/" class="global-link" title="Author: Mat Burkepile"></a> <img src="/content/images/size/w300/2023/07/Screen-Shot-2023-07-03-at-11.51.10-AM.png" loading="lazy" alt="Mat Burkepile" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <h2 class="item-title" id="as-673f77dbe8b61a00014880b7"><a href="/saint-cecilia-martyr-patron-of-music-the-story-of-the-first-incorrupt-saint-how-her-body-was-found/">Saint Cecilia, Martyr & Patron of Music: The Story of the First Incorrupt Saint & How Her Body Was Found</a></h2> </div> </article> <article class="item is-special is-image" aria-labelledby="as-673fb360e8b61a000148818c"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/3-remarkable-facts-about-the-life-of-jesus-catholics-might-not-know/" class="global-link global-radius" aria-label="3 Remarkable Facts About the Life of Jesus Catholics Might Not Know"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-21T165930.969.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-21T165930.969.png 600w" sizes="(max-width:480px) 300px, 600px" src="/content/images/size/w600/2024/11/Untitled-design---2024-11-21T165930.969.png" loading="lazy" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/george-ryan/" class="global-link" title="Author: George Ryan"></a> <img src="/content/images/size/w300/2023/07/churchpop_icon-9.png" loading="lazy" alt="George Ryan" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <h2 class="item-title" id="as-673fb360e8b61a000148818c"><a href="/3-remarkable-facts-about-the-life-of-jesus-catholics-might-not-know/">3 Remarkable Facts About the Life of Jesus Catholics Might Not Know</a></h2> </div> </article> <article class="item is-special is-image" aria-labelledby="as-673e56a1e8b61a0001487fd2"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/priest-of-new-york-catholic-parish-removed-after-sabrina-carpenter-desecrates-church-in-music-video/" class="global-link global-radius" aria-label="Priest of New York Catholic Parish Removed After Sabrina Carpenter Desecrates Church in Music Video"></a> <img srcset="/content/images/size/w300/2024/11/Untitled-design---2024-11-20T162030.422.png 300w, /content/images/size/w600/2024/11/Untitled-design---2024-11-20T162030.422.png 600w" sizes="(max-width:480px) 300px, 600px" src="/content/images/size/w600/2024/11/Untitled-design---2024-11-20T162030.422.png" loading="lazy" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/christina/" class="global-link" title="Author: Christina Herrera"></a> <img src="/content/images/size/w300/2023/08/WhatsApp-Image-2023-08-25-at-12.41.29-PM--1-.jpeg" loading="lazy" alt="Christina Herrera" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <h2 class="item-title" id="as-673e56a1e8b61a0001487fd2"><a href="/priest-of-new-york-catholic-parish-removed-after-sabrina-carpenter-desecrates-church-in-music-video/">Priest of New York Catholic Parish Removed After Sabrina Carpenter Desecrates Church in Music Video</a></h2> </div> </article> </div> </aside> </main> <footer class="footer-section global-footer is-partial-color"> <div class="footer-wrap global-padding"> <div id="subscribe" class="modal" role="dialog" aria-modal="true"> <a href="#" class="fullscreenClose" aria-hidden="true"></a> <div class="window"> <button id="close-sub" class="closeX" onclick="exitModal()" aria-label="Close Subscribe Form"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 33" aria-hidden="true"> <path d="M33,33h-4.71l-11.79-11.64-11.64,11.64H0v-4.71l11.64-11.79L0,4.86V0H4.86l11.64,11.64L28.29,0h4.71V4.86l-11.64,11.64,11.64,11.64v4.86Z" /> </svg> </button> <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script> <script> hbspt.forms.create({ region: "na1", portalId: "4395239", formId: "0136eb9e-bd7f-4b5f-8351-77bc854d58ba", onFormReady: function($form) { formReady($form) } }); </script> </div> </div> <div class="footer-subscribe" aria-label="Subscribe to our newsletter"> <h3 class="global-title">Did you enjoy our stories? <span>Get them in your inbox!</span></h3> <div class="subscribe-section"> <div class="subscribe-wrap"> <form data-members-form="subscribe" class="subscribe-form" data-members-autoredirect="false"> <input data-members-email type="email" placeholder="Your email address" aria-label="Your email address" required> <a class="global-button" href="#subscribe" role="button">Subscribe</a> </form> <div class="subscribe-alert"> <small class="alert-loading global-alert">Processing your application</small> <small class="alert-success global-alert">Please check your inbox and click the link to confirm your subscription.</small> <small class="alert-error global-alert">There was an error sending the email</small> </div> </div> </div> </div> <div class="footer-container"> <div class="footer-content"> <div class="footer-logo"> <a href="https://www.churchpop.com" class="is-logo"><img src="https://www.churchpop.com/content/images/2023/07/churchpop_horizontal_logo.png" alt="ChurchPOP home"></a> </div> <p class="footer-description">Make holy all the things!</p> </div> <nav class="footer-nav"> <div class="footer-nav-column is-social"> <small>Follow Us</small> <ul> <li><a href="https://www.facebook.com/churchpopsite/"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M23.9981 11.9991C23.9981 5.37216 18.626 0 11.9991 0C5.37216 0 0 5.37216 0 11.9991C0 17.9882 4.38789 22.9522 10.1242 23.8524V15.4676H7.07758V11.9991H10.1242V9.35553C10.1242 6.34826 11.9156 4.68714 14.6564 4.68714C15.9692 4.68714 17.3424 4.92149 17.3424 4.92149V7.87439H15.8294C14.3388 7.87439 13.8739 8.79933 13.8739 9.74824V11.9991H17.2018L16.6698 15.4676H13.8739V23.8524C19.6103 22.9522 23.9981 17.9882 23.9981 11.9991Z"/></svg>Facebook</a></li> <li><a href="https://twitter.com/Church_POP"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z"/></svg>X</a></li> <li><a href="https://www.instagram.com/churchpop/"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z"/></svg><span class="social-name">Instagram</span></a></li> <li><a href="https://t.me/churchpop"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9.028 20.837c-.714 0-.593-.271-.839-.949l-2.103-6.92L22.263 3.37"/><path d="M9.028 20.837c.552 0 .795-.252 1.105-.553l2.941-2.857-3.671-2.214"/><path d="M9.403 15.213l8.89 6.568c1.015.56 1.748.271 2-.942l3.62-17.053c.372-1.487-.564-2.159-1.534-1.72L1.125 10.263c-1.45.582-1.443 1.392-.264 1.753l5.455 1.7L18.94 5.753c.595-.36 1.143-.167.694.232"/></svg><span class="social-name">Telegram</span></a></li> <li><a href="/feed/"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M19.199 24C19.199 13.467 10.533 4.8 0 4.8V0c13.165 0 24 10.835 24 24h-4.801zM3.291 17.415c1.814 0 3.293 1.479 3.293 3.295 0 1.813-1.485 3.29-3.301 3.29C1.47 24 0 22.526 0 20.71s1.475-3.294 3.291-3.295zM15.909 24h-4.665c0-6.169-5.075-11.245-11.244-11.245V8.09c8.727 0 15.909 7.184 15.909 15.91z"/></svg><span class="social-name">RSS</span></a></li> </ul> </div> <div class="footer-nav-column"> <small>ChurchPOP</small> <ul> <li><a href="https://www.churchpop.com/about/">About</a></li> <li><a href="https://www.churchpop.com/authors/">Authors</a></li> <li><a href="https://www.churchpop.com/submissionstips/">Submissions/Tips</a></li> <li><a href="https://www.ewtnadvertising.com/cpop">Advertising</a></li> <li><a href="https://www.churchpop.com/contact/">Contact</a></li> </ul> </div> <div class="footer-nav-column"> <small>ChurchPOP Global</small> <ul> <li><a href="https://churchpop.com">English</a></li> <li><a href="https://es.churchpop.com">Español</a></li> <li><a href="https://pt.churchpop.com">Português</a></li> <li><a href="https://it.churchpop.com">Italiano</a></li> <li><a href="https://hu.churchpop.com">Magyar</a></li> </ul> </div> <div class="footer-nav-column"> <small>Privacy</small> <ul> <li><a href="https://www.churchpop.com/privacy-policy/">Privacy Policy</a></li> <li> <!-- OneTrust Cookies Settings button start --> <button id="ot-sdk-btn" class="ot-sdk-show-settings">Cookie Settings</button> <!-- OneTrust Cookies Settings button end --> </li> <li><a href="https://www.churchpop.com/disclaimer/">Disclaimer</a></li> </ul> </div> </nav> <div class="footer-copyright"> © <a href="https://www.churchpop.com">ChurchPOP</a> 2024. A service of EWTN News Inc. </div> </div> </div> </footer> </div> </div> <div id="notifications" class="global-notification"> <div class="subscribe">You’ve successfully subscribed to ChurchPOP</div> <div class="signin">Welcome back! You’ve successfully signed in.</div> <div class="signup">Great! You’ve successfully signed up.</div> <div class="update-email">Success! Your email is updated.</div> <div class="expired">Your link has expired</div> <div class="checkout-success">Success! Check your email for magic link to sign-in.</div> </div> <div class="search-section" role="dialog" aria-modal="true"> <div class="search-wrap"> <div class="search-content is-partial-color"> <form class="search-form" onsubmit="return false"> <input class="search-input" type="text" placeholder="Search"> <div class="search-meta"> <span class="search-info">Please enter at least 3 characters</span> <span class="search-counter is-hide"> <span class="search-counter-results">0</span> Results for your search </span> </div> </form> <div class="search-results global-image"></div> <button class="search-close" aria-label="Close Search"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M11.997 10.846L1.369.219 1.363.214A.814.814 0 00.818.005.821.821 0 000 .822c0 .201.074.395.208.545l.006.006L10.842 12 .214 22.626l-.006.006a.822.822 0 00-.208.546c0 .447.37.817.818.817a.814.814 0 00.551-.215l10.628-10.627 10.628 10.628.005.005a.816.816 0 001.368-.603.816.816 0 00-.213-.552l-.006-.005L13.151 12l10.63-10.627c.003 0 .004-.003.006-.005A.82.82 0 0024 .817a.817.817 0 00-1.37-.602l-.004.004-10.63 10.627z"/></svg></button> </div> </div> <div class="search-overlay"></div> </div> <script src="https://www.churchpop.com/assets/js/global.js?v=153e06b190"></script> <script src="https://www.churchpop.com/assets/js/index.js?v=153e06b190"></script> <script> !function(){"use strict";const p=new URLSearchParams(window.location.search),isAction=p.has("action"),isStripe=p.has("stripe"),success=p.get("success"),action=p.get("action"),stripe=p.get("stripe"),n=document.getElementById("notifications"),a="is-subscribe",b="is-signin",c="is-signup",f="is-update-email",d="is-expired",e="is-checkout-success";p&&(isAction&&(action=="subscribe"&&success=="true"&&n.classList.add(a),action=="signup-paid"&&success=="true"&&n.classList.add(a),action=="signin"&&success=="true"&&n.classList.add(b),action=="signup"&&success=="true"&&n.classList.add(c),action=="updateEmail"&&success=="true"&&n.classList.add(f),success=="false"&&n.classList.add(d)),isStripe&&stripe=="success"&&n.classList.add(e),(isAction||isStripe)&&setTimeout(function(){window.history.replaceState(null,null,window.location.pathname),n.classList.remove(a,b,c,d,e,f)},5000))}(); </script> <script> const options = { api:'https://www.churchpop.com/ghost/api/content/posts/?key='+"4c4f48df5a4d65baace97dc86b"+'&limit=all&fields=url,title,feature_image,published_at,custom_excerpt,visibility,html', threshold: 0.1, ignoreLocation: true, keys: ['title','custom_excerpt','html'], images: true, limit: 14 } </script> </body> </html>