CINXE.COM

Authors

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Authors</title> <meta name="HandheldFriendly" content="True"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="parsely-link" content="https://www.churchpop.com/authors/" /> <meta name="parsely-title" content="Authors" /> <meta name="parsely-type" content="post" /> <meta name="parsely-image-url" content="" /> <meta name="parsely-pub-date" content="2023-05-04T09:45:08-05:00" /> <meta name="parsely-author" content="Jacqueline Burkepile" /> <meta name="parsely-tags" content="" /> <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 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=fd8173fe09"> <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> <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/authors/"> <meta name="referrer" content="no-referrer-when-downgrade"> <meta property="og:site_name" content="ChurchPOP"> <meta property="og:type" content="website"> <meta property="og:title" content="Authors"> <meta property="og:description" content="Make holy all the things!"> <meta property="og:url" content="https://www.churchpop.com/authors/"> <meta property="og:image" content="https://www.churchpop.com/content/images/2023/05/cover-image.jpeg"> <meta property="article:published_time" content="2023-05-04T14:45:08.000Z"> <meta property="article:modified_time" content="2024-02-27T17:44:00.000Z"> <meta property="article:publisher" content="https://www.facebook.com/churchpopsite/"> <meta property="article:author" content="https://www.facebook.com/JacquelineBurkepile/"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Authors"> <meta name="twitter:description" content="Make holy all the things!"> <meta name="twitter:url" content="https://www.churchpop.com/authors/"> <meta name="twitter:image" content="https://www.churchpop.com/content/images/2023/05/cover-image-1.jpeg"> <meta name="twitter:label1" content="Written by"> <meta name="twitter:data1" content="Jacqueline Burkepile"> <meta name="twitter:site" content="@Church_POP"> <meta name="twitter:creator" content="@jmburkepile"> <meta property="og:image:width" content="820"> <meta property="og:image:height" content="320"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "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" } }, "author": { "@type": "Person", "name": "Jacqueline Burkepile", "image": { "@type": "ImageObject", "url": "https://www.churchpop.com/content/images/size/w1200/2025/01/New-headshot--Jac.-Jan-8--2.png", "width": 1200, "height": 1023 }, "url": "https://www.churchpop.com/author/jacqueline-burkepile/", "sameAs": [ "https://www.youtube.com/@JacquelineBurkepile", "https://www.facebook.com/JacquelineBurkepile/", "https://twitter.com/jmburkepile" ] }, "headline": "Authors", "url": "https://www.churchpop.com/authors/", "datePublished": "2023-05-04T14:45:08.000Z", "dateModified": "2024-02-27T17:44:00.000Z", "mainEntityOfPage": "https://www.churchpop.com/authors/" } </script> <meta name="generator" content="Ghost 5.116"> <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=fd8173fe09"></script><style>:root {--ghost-accent-color: #1f1f1f;}</style> <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=fd8173fe09"> <style>:root {--ghost-bg-color: #00b4f0;}</style> </head> <body class="page-template page-authors 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/" >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="archive-section is-partial-color"> <h1 class="global-title">Authors</h1> </div> <div class="custom-archive loop-section global-padding"> <div class="global-subtitle"> <small class="global-subtitle-title"> Meet our <span>authors</span> </small> </div> <div class="featured-authors"> <div class="item"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/jacqueline-burkepile/" class="global-link global-radius" aria-label="Jacqueline Burkepile"></a> <img srcset="/content/images/size/w300/2025/01/New-headshot--Jac.-Jan-8--2.png 300w, /content/images/size/w600/2025/01/New-headshot--Jac.-Jan-8--2.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2025/01/New-headshot--Jac.-Jan-8--2.png" alt="Jacqueline Burkepile"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/jacqueline-burkepile/">Jacqueline Burkepile</a></h2> <p class="post-count">1400 posts </p> <div class="archive-social"> <span><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 0C6.908 0 2.766 4.143 2.766 9.234c0 1.529.456 3.028 1.108 4.388C5.872 17.785 11.79 24 12 24c.21 0 6.524-6.908 8.128-10.382.632-1.368 1.106-2.855 1.106-4.384C21.234 4.143 17.092 0 12 0zm0 4.425a4.663 4.663 0 014.661 4.661A4.663 4.663 0 0112 13.747a4.663 4.663 0 01-4.661-4.661A4.663 4.663 0 0112 4.425z"/></svg>Texas, United States</span> <a href="https://www.youtube.com/@JacquelineBurkepile" aria-label=" link Website"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M0 12C0 5.374 5.374 0 12 0c6.628 0 12 5.374 12 12 0 6.628-5.372 12-12 12-6.626 0-12-5.372-12-12zm5.593-.866a5.34 5.34 0 0 0-1.558 3.74c0 2.868 2.369 5.237 5.174 5.174a5.235 5.235 0 0 0 3.74-1.558l1.559-1.558-1.746-1.745-1.558 1.558a2.737 2.737 0 0 1-1.933.81c-1.496 0-2.743-1.246-2.743-2.743 0-.748.313-1.434.81-1.932l1.559-1.558-1.745-1.746-1.559 1.559v-.001zm7.62-1.962l-4.85 4.85 1.698 1.696 4.848-4.85-1.696-1.696zm4.843 4.212a5.34 5.34 0 0 0 1.558-3.741c0-2.868-2.368-5.236-5.173-5.174A5.232 5.232 0 0 0 10.7 6.03L9.142 7.585l1.746 1.746 1.558-1.56a2.738 2.738 0 0 1 1.932-.809c1.496 0 2.743 1.246 2.743 2.742a2.74 2.74 0 0 1-.81 1.933l-1.56 1.559 1.746 1.745 1.56-1.558z"/></svg>Website</a> <a href="https://www.facebook.com/JacquelineBurkepile/" aria-label="Facebook"><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> <a href=" jacqueline-burkepile-instagram" aria-label="Instagram"><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>Instagram</a> <a href="https://twitter.com/jmburkepile" aria-label="X"><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> </div> <p class="item-excerpt"> Jacqueline Burkepile is the editor for the English edition of ChurchPOP. She is a journalist, a former director of campus ministry, and a wife and mother. </p> </div> </div> <div class="item"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/caroline-perkins/" class="global-link global-radius" aria-label="Caroline Perkins"></a> <img srcset="/content/images/size/w300/2023/05/caroline-headshot-1-2.jpg 300w, /content/images/size/w600/2023/05/caroline-headshot-1-2.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/05/caroline-headshot-1-2.jpg" alt="Caroline Perkins"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/caroline-perkins/">Caroline Perkins</a></h2> <p class="post-count">217 posts </p> <div class="archive-social"> <span><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 0C6.908 0 2.766 4.143 2.766 9.234c0 1.529.456 3.028 1.108 4.388C5.872 17.785 11.79 24 12 24c.21 0 6.524-6.908 8.128-10.382.632-1.368 1.106-2.855 1.106-4.384C21.234 4.143 17.092 0 12 0zm0 4.425a4.663 4.663 0 014.661 4.661A4.663 4.663 0 0112 13.747a4.663 4.663 0 01-4.661-4.661A4.663 4.663 0 0112 4.425z"/></svg>Colorado, United States</span> <a href=" caroline-perkins-instagram" aria-label="Instagram"><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>Instagram</a> </div> <p class="item-excerpt"> Caroline Perkins is the brand content editor at Church POP. She lives in Denver with her husband and three children. She is also the author of “ABC Get to Know the Saints with Me.” </p> </div> </div> <div class="item"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/harumi/" class="global-link global-radius" aria-label="Harumi Suzuki"></a> <img srcset="/content/images/size/w300/2023/07/WhatsApp-Image-2023-07-13-at-4.49.19-PM.jpeg 300w, /content/images/size/w600/2023/07/WhatsApp-Image-2023-07-13-at-4.49.19-PM.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/07/WhatsApp-Image-2023-07-13-at-4.49.19-PM.jpeg" alt="Harumi Suzuki"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/harumi/">Harumi Suzuki</a></h2> <p class="post-count">68 posts </p> <div class="archive-social"> <span><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 0C6.908 0 2.766 4.143 2.766 9.234c0 1.529.456 3.028 1.108 4.388C5.872 17.785 11.79 24 12 24c.21 0 6.524-6.908 8.128-10.382.632-1.368 1.106-2.855 1.106-4.384C21.234 4.143 17.092 0 12 0zm0 4.425a4.663 4.663 0 014.661 4.661A4.663 4.663 0 0112 13.747a4.663 4.663 0 01-4.661-4.661A4.663 4.663 0 0112 4.425z"/></svg>Lima, Perú</span> <a href="https://www.instagram.com/harumi_sc/" aria-label=" link Website"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M0 12C0 5.374 5.374 0 12 0c6.628 0 12 5.374 12 12 0 6.628-5.372 12-12 12-6.626 0-12-5.372-12-12zm5.593-.866a5.34 5.34 0 0 0-1.558 3.74c0 2.868 2.369 5.237 5.174 5.174a5.235 5.235 0 0 0 3.74-1.558l1.559-1.558-1.746-1.745-1.558 1.558a2.737 2.737 0 0 1-1.933.81c-1.496 0-2.743-1.246-2.743-2.743 0-.748.313-1.434.81-1.932l1.559-1.558-1.745-1.746-1.559 1.559v-.001zm7.62-1.962l-4.85 4.85 1.698 1.696 4.848-4.85-1.696-1.696zm4.843 4.212a5.34 5.34 0 0 0 1.558-3.741c0-2.868-2.368-5.236-5.173-5.174A5.232 5.232 0 0 0 10.7 6.03L9.142 7.585l1.746 1.746 1.558-1.56a2.738 2.738 0 0 1 1.932-.809c1.496 0 2.743 1.246 2.743 2.742a2.74 2.74 0 0 1-.81 1.933l-1.56 1.559 1.746 1.745 1.56-1.558z"/></svg>Website</a> <a href="https://www.facebook.com/harumi.suzuki.9/" aria-label="Facebook"><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> </div> <p class="item-excerpt"> Harumi Suzuki is the editor of the Spanish edition of ChurchPOP. She is a publicist, graphic designer, and writer. She is also the founder of Agnus Dei, a Catholic startup. </p> </div> </div> <div class="item"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/christina/" class="global-link global-radius" aria-label="Christina Herrera"></a> <img srcset="/content/images/size/w300/2023/08/WhatsApp-Image-2023-08-25-at-12.41.29-PM--1-.jpeg 300w, /content/images/size/w600/2023/08/WhatsApp-Image-2023-08-25-at-12.41.29-PM--1-.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/08/WhatsApp-Image-2023-08-25-at-12.41.29-PM--1-.jpeg" alt="Christina Herrera"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/christina/">Christina Herrera</a></h2> <p class="post-count">66 posts </p> <p class="item-excerpt"> Christina Herrera has dedicated the last several years to political work. Christina resides in Washington, DC, with her dog, Chanel. </p> </div> </div> <div class="item"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/victoria-arruda/" class="global-link global-radius" aria-label="Victoria Arruda"></a> <img srcset="/content/images/size/w300/2023/06/WhatsApp-Image-2023-06-29-at-4.00.44-PM.jpeg 300w, /content/images/size/w600/2023/06/WhatsApp-Image-2023-06-29-at-4.00.44-PM.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/06/WhatsApp-Image-2023-06-29-at-4.00.44-PM.jpeg" alt="Victoria Arruda"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/victoria-arruda/">Victoria Arruda</a></h2> <p class="post-count">41 posts </p> <p class="item-excerpt"> Victoria Arruda serves as co-editor of ChurchPOP Portuguese. She is a journalist, translator, and catechist for RCIA. </p> </div> </div> <div class="item"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/eleonora-vescovini/" class="global-link global-radius" aria-label="Eleonora Vescovini"></a> <img srcset="/content/images/size/w300/2023/05/eleonora.jpg 300w, /content/images/size/w600/2023/05/eleonora.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/05/eleonora.jpg" alt="Eleonora Vescovini"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/eleonora-vescovini/">Eleonora Vescovini</a></h2> <p class="post-count">29 posts </p> <p class="item-excerpt"> Eleonora is the editor for the Italian edition of ChurchPOP. She obtained a Master&#x27;s Degree in Social and Institutional Communication at the Pontifical University of the Holy Cross in Rome. She also </p> </div> </div> </div> <div class="loop-wrap is-authors"> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/editor/" class="global-link global-radius" aria-label="The Editors"></a> <img srcset="/content/images/size/w300/2023/07/churchpop_icon-6.png 300w, /content/images/size/w600/2023/07/churchpop_icon-6.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/07/churchpop_icon-6.png" alt="The Editors"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/editor/">The Editors</a></h2> <small>1963 posts</small> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/george-ryan/" class="global-link global-radius" aria-label="George Ryan"></a> <img srcset="/content/images/size/w300/2023/07/churchpop_icon-9.png 300w, /content/images/size/w600/2023/07/churchpop_icon-9.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/07/churchpop_icon-9.png" alt="George Ryan"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/george-ryan/">George Ryan</a></h2> <small>178 posts</small> <p class="item-excerpt"> George Ryan is a journalist for uCatholic. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/brantly/" class="global-link global-radius" aria-label="Brantly Millegan"></a> <img srcset="/content/images/size/w300/2023/07/churchpop_icon-1.png 300w, /content/images/size/w600/2023/07/churchpop_icon-1.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/07/churchpop_icon-1.png" alt="Brantly Millegan"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/brantly/">Brantly Millegan</a></h2> <small>74 posts</small> <p class="item-excerpt"> Brantly Millegan is the founder of ChurchPOP. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/fr-bill-peckamn/" class="global-link global-radius" aria-label="Fr. Bill Peckman"></a> <img srcset="/content/images/size/w300/wordpress/2016/09/456.jpg 300w, /content/images/size/w600/wordpress/2016/09/456.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/09/456.jpg" alt="Fr. Bill Peckman"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/fr-bill-peckamn/">Fr. Bill Peckman</a></h2> <small>52 posts</small> <p class="item-excerpt"> Fr. Bill Peckman is a priest in the Diocese of Jefferson City, Missouri. He is the pastor Immaculate Conception Parish, St. Mary Parish, St. Patrick Parish, and Sacred Heart Parish. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/andres-jaromezuk/" class="global-link global-radius" aria-label="Andres Jaromezuk"></a> <img srcset="/content/images/size/w300/2023/05/Andres-Jaromezuk.jpg 300w, /content/images/size/w600/2023/05/Andres-Jaromezuk.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/05/Andres-Jaromezuk.jpg" alt="Andres Jaromezuk"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/andres-jaromezuk/">Andres Jaromezuk</a></h2> <small>from Buenos Aires, Argentina ∙ 51 posts</small> <p class="item-excerpt"> Andrés Jaromezuk is the former editor of the Spanish edition of ChurchPOP. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/fr-robert-barron/" class="global-link global-radius" aria-label="Bp. Robert Barron"></a> <img srcset="/content/images/size/w300/wordpress/2015/01/24.jpg 300w, /content/images/size/w600/wordpress/2015/01/24.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/01/24.jpg" alt="Bp. Robert Barron"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/fr-robert-barron/">Bp. Robert Barron</a></h2> <small>from Winona, MN ∙ 35 posts</small> <p class="item-excerpt"> Bp. Robert Barron is the Bishop of the Diocese of Winona-Rochester (MN) and the founder of Word on Fire Catholic Ministries. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/catholic-news-agency/" class="global-link global-radius" aria-label="Catholic News Agency"></a> <img srcset="/content/images/size/w300/2023/05/download.png 300w, /content/images/size/w600/2023/05/download.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/05/download.png" alt="Catholic News Agency"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/catholic-news-agency/">Catholic News Agency</a></h2> <small>34 posts</small> <p class="item-excerpt"> Catholic News Agency provides free up-to-the-minute news affecting the Universal Church, giving particular emphasis to the words of the Holy Father and happenings of the Holy See. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/dwight-longenecker/" class="global-link global-radius" aria-label="Fr. Dwight Longenecker"></a> <img srcset="/content/images/size/w300/wordpress/2014/08/906579_117238838472946_1722134408_o.jpg 300w, /content/images/size/w600/wordpress/2014/08/906579_117238838472946_1722134408_o.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/08/906579_117238838472946_1722134408_o.jpg" alt="Fr. Dwight Longenecker"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/dwight-longenecker/">Fr. Dwight Longenecker</a></h2> <small>from Greenville, SC ∙ 24 posts</small> <p class="item-excerpt"> Fr. Dwight Longenecker is a former Evangelical and Anglican priest, now Catholic priest. He blogs at Standing on My Head. Visit his website to browse his books and stay in touch. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/matthew-sewell/" class="global-link global-radius" aria-label="Matthew Sewell"></a> <img srcset="/content/images/size/w300/wordpress/2016/07/2-2.jpg 300w, /content/images/size/w600/wordpress/2016/07/2-2.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/07/2-2.jpg" alt="Matthew Sewell"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/matthew-sewell/">Matthew Sewell</a></h2> <small>from Spokane, WA ∙ 24 posts</small> <p class="item-excerpt"> Matthew lives and works in Spokane, but is excited to one day return to Montana. A Happiness Engineer by day, he could stand to read more and watch Netflix less. He hosts the Popecast podcast &amp; blog. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/albert-little/" class="global-link global-radius" aria-label="Albert Little"></a> <img srcset="/content/images/size/w300/wordpress/2015/02/14.png 300w, /content/images/size/w600/wordpress/2015/02/14.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/02/14.png" alt="Albert Little"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/albert-little/">Albert Little</a></h2> <small>from Sarnia, Ontario ∙ 20 posts</small> <p class="item-excerpt"> Albert Little is a Catholic convert, husband, and full-time dad. In his spare time he reads books, looks at birds through binoculars, and blogs at The Cordial Catholic. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/joseph-heschmeyer/" class="global-link global-radius" aria-label="Joseph Heschmeyer"></a> <img srcset="/content/images/size/w300/wordpress/2014/08/10481420_10100099443382049_6274621835391664066_n1-700x700.jpg 300w, /content/images/size/w600/wordpress/2014/08/10481420_10100099443382049_6274621835391664066_n1-700x700.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/08/10481420_10100099443382049_6274621835391664066_n1-700x700.jpg" alt="Joseph Heschmeyer"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/joseph-heschmeyer/">Joseph Heschmeyer</a></h2> <small>from Kansas ∙ 20 posts</small> <p class="item-excerpt"> Joseph Heschmeyer is an apologist for Catholic Answers. A former lawyer then former seminarian now turned author and Catholic speaker. He lives near Kansas City with his wife Anna and their children. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/georgette-bechara/" class="global-link global-radius" aria-label="Georgette Bechara"></a> <img srcset="/content/images/size/w300/wordpress/2018/09/123.jpg 300w, /content/images/size/w600/wordpress/2018/09/123.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2018/09/123.jpg" alt="Georgette Bechara"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/georgette-bechara/">Georgette Bechara</a></h2> <small>from Sydney, Australia ∙ 19 posts</small> <p class="item-excerpt"> Georgette Bechara is a commerce/law student from Sydney, Australia. She aspires to be a voice for the many persecuted Christians in a world that is so hostile towards people of faith. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/madeline-daley/" class="global-link global-radius" aria-label="Madeline Daley"></a> <img srcset="/content/images/size/w300/2024/06/processed-258A8E6B-175D-414E-A537-ADFAA209BCA0--1--1-1.jpeg 300w, /content/images/size/w600/2024/06/processed-258A8E6B-175D-414E-A537-ADFAA209BCA0--1--1-1.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/06/processed-258A8E6B-175D-414E-A537-ADFAA209BCA0--1--1-1.jpeg" alt="Madeline Daley"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/madeline-daley/">Madeline Daley</a></h2> <small>19 posts</small> <p class="item-excerpt"> Madeline is an intern at EWTN News and a master&#x27;s student at Ohio University. With a background in media production, she loves to capture the heart of the Gospel in the media she creates. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/susanna-spencer/" class="global-link global-radius" aria-label="Susanna Spencer"></a> <img srcset="/content/images/size/w300/2023/11/Untitled-design--41-.png 300w, /content/images/size/w600/2023/11/Untitled-design--41-.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/11/Untitled-design--41-.png" alt="Susanna Spencer"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/susanna-spencer/">Susanna Spencer</a></h2> <small>from St. Paul, MN ∙ 17 posts</small> <p class="item-excerpt"> Susanna lives in St. Paul, MN with her husband and children. She spends her time going to beautiful liturgies, cooking, reading, home schooling her children, and writing all about it at her blog. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/msgr-stephen-j-rossetti/" class="global-link global-radius" aria-label="Msgr. Stephen J. Rossetti"></a> <img srcset="/content/images/size/w300/wordpress/2020/06/MSR.jpg 300w, /content/images/size/w600/wordpress/2020/06/MSR.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2020/06/MSR.jpg" alt="Msgr. Stephen J. Rossetti"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/msgr-stephen-j-rossetti/">Msgr. Stephen J. Rossetti</a></h2> <small>16 posts</small> <p class="item-excerpt"> Msgr. Rossetti is a priest in the Diocese of Syracuse, research associate professor at the Catholic University of America and actively involved in the deliverance ministry for the past 13 years. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/simone-rizkallah/" class="global-link global-radius" aria-label="Simone Rizkallah"></a> <img srcset="/content/images/size/w300/2024/05/Untitled-design---2024-05-28T141513.053-1.png 300w, /content/images/size/w600/2024/05/Untitled-design---2024-05-28T141513.053-1.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/05/Untitled-design---2024-05-28T141513.053-1.png" alt="Simone Rizkallah"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/simone-rizkallah/">Simone Rizkallah</a></h2> <small>from New York, New York ∙ 14 posts</small> <p class="item-excerpt"> Simone Rizkallah is host of the &quot;Beyond Rome&quot; podcast which seeks to reconnect Catholics to their roots in the Near East. She is the Director at Philos Catholic. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/fr-edward-looney/" class="global-link global-radius" aria-label="Fr. Edward Looney"></a> <img srcset="/content/images/size/w300/wordpress/2016/12/123-1-700x700.jpg 300w, /content/images/size/w600/wordpress/2016/12/123-1-700x700.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/12/123-1-700x700.jpg" alt="Fr. Edward Looney"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/fr-edward-looney/">Fr. Edward Looney</a></h2> <small>from Wisconsin ∙ 13 posts</small> <p class="item-excerpt"> Ordained a priest for the Diocese of Green Bay, WI in 2015, Fr. Looney is President of the Mariological Society of America and writes often on Marian topics, including the 1859 Wisconsin apparition. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/bridget-costello/" class="global-link global-radius" aria-label="Bridget Costello"></a> <img srcset="/content/images/size/w300/2023/10/IMG_0435-1.jpg 300w, /content/images/size/w600/2023/10/IMG_0435-1.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/10/IMG_0435-1.jpg" alt="Bridget Costello"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/bridget-costello/">Bridget Costello</a></h2> <small>11 posts</small> <p class="item-excerpt"> Bridget Costello is a Salesian Cooperator and full-time missionary. She loves sharing the Truth and beauty of the Catholic Faith, especially to young people and families. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/come-besse/" class="global-link global-radius" aria-label="Côme Besse"></a> <img srcset="/content/images/size/w300/2023/05/Photo-1.jpeg 300w, /content/images/size/w600/2023/05/Photo-1.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/05/Photo-1.jpeg" alt="Côme Besse"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/come-besse/">Côme Besse</a></h2> <small>11 posts</small> <p class="item-excerpt"> Côme Besse is the founder of Divine Box, a French website that sells monastic products. Newly married, he loves his wife and traveling to abbeys to dig out the </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/matthew-petesch/" class="global-link global-radius" aria-label="Matthew Petesch"></a> <img srcset="/content/images/size/w300/wordpress/2015/08/11.png 300w, /content/images/size/w600/wordpress/2015/08/11.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/08/11.png" alt="Matthew Petesch"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/matthew-petesch/">Matthew Petesch</a></h2> <small>11 posts</small> <p class="item-excerpt"> Matthew is a High School teacher and avid reader. He lives in the august state of Montana with his wife. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/jacob/" class="global-link global-radius" aria-label="Jacob Stein"></a> <img srcset="/content/images/size/w300/2024/03/WhatsApp-Image-2024-03-18-at-7.52.36-AM-2-1.jpeg 300w, /content/images/size/w600/2024/03/WhatsApp-Image-2024-03-18-at-7.52.36-AM-2-1.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/03/WhatsApp-Image-2024-03-18-at-7.52.36-AM-2-1.jpeg" alt="Jacob Stein"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/jacob/">Jacob Stein</a></h2> <small>from Rome, Italy ∙ 11 posts</small> <p class="item-excerpt"> Jacob Stein, from Omaha, Nebraska, is completing his licentiate in Dogmatic Theology at the Angelicum in Rome. He is known for founding his online apostolate, Crux Stationalis. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/elise-harris/" class="global-link global-radius" aria-label="Elise Harris"></a> <img srcset="/content/images/size/w300/2023/07/churchpop_icon-8.png 300w, /content/images/size/w600/2023/07/churchpop_icon-8.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/07/churchpop_icon-8.png" alt="Elise Harris"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/elise-harris/">Elise Harris</a></h2> <small>10 posts</small> <p class="item-excerpt"> Elise Harris is the senior correspondent in Rome for Crux Catholic Media. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/sponsored-content/" class="global-link global-radius" aria-label="Sponsored Content"></a> <img srcset="/content/images/size/w300/wordpress/2016/10/sponsored.png 300w, /content/images/size/w600/wordpress/2016/10/sponsored.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/10/sponsored.png" alt="Sponsored Content"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/sponsored-content/">Sponsored Content</a></h2> <small>9 posts</small> <p class="item-excerpt"> This content promotes our sponsors. Please consider supporting them! </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/mat-burkepile/" class="global-link global-radius" aria-label="Mat Burkepile"></a> <img srcset="/content/images/size/w300/2023/07/Screen-Shot-2023-07-03-at-11.51.10-AM.png 300w, /content/images/size/w600/2023/07/Screen-Shot-2023-07-03-at-11.51.10-AM.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/07/Screen-Shot-2023-07-03-at-11.51.10-AM.png" alt="Mat Burkepile"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/mat-burkepile/">Mat Burkepile</a></h2> <small>from Texas ∙ 8 posts</small> <p class="item-excerpt"> Mat Burkepile is the music director and organist for St. Peter&#x27;s Catholic Church in Lindsay, Texas. He is master violinist, music teacher, and the husband of ChurchPOP&#x27;s Jacqueline Burkepile. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/rachel-lu/" class="global-link global-radius" aria-label="Rachel Lu"></a> <img srcset="/content/images/size/w300/wordpress/2014/08/rachel-lu-cropped.png 300w, /content/images/size/w600/wordpress/2014/08/rachel-lu-cropped.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/08/rachel-lu-cropped.png" alt="Rachel Lu"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/rachel-lu/">Rachel Lu</a></h2> <small>8 posts</small> <p class="item-excerpt"> Rachel Lu is a senior contributor at &lt;i&gt;The Federalist&lt;/i&gt;, and also contributes to &lt;i&gt;Crisis Magazine&lt;/i&gt; and &lt;i&gt;Ricochet&lt;/i&gt;. She teaches philosophy at the University of St. Thomas. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/tyler-blanski/" class="global-link global-radius" aria-label="Tyler Blanski"></a> <img srcset="/content/images/size/w300/2023/07/churchpop_icon-18.png 300w, /content/images/size/w600/2023/07/churchpop_icon-18.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/07/churchpop_icon-18.png" alt="Tyler Blanski"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/tyler-blanski/">Tyler Blanski</a></h2> <small>8 posts</small> <p class="item-excerpt"> Tyler Blanski is praying for a holy renaissance. He is the author of &lt;a href&#x3D;&quot;http://www.amazon.com/When-Donkeys-Talk-Rediscover-Christianity/dp/0310334985&quot;&gt;When Donkeys Talk: Rediscovering the Myste </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/cleiton-ramos/" class="global-link global-radius" aria-label="Cleiton Ramos"></a> <img srcset="/content/images/size/w300/2023/05/cleiton.jpg 300w, /content/images/size/w600/2023/05/cleiton.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/05/cleiton.jpg" alt="Cleiton Ramos"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/cleiton-ramos/">Cleiton Ramos</a></h2> <small>7 posts</small> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/debbie-cowden/" class="global-link global-radius" aria-label="Debbie Cowden"></a> <img srcset="/content/images/size/w300/2024/01/IMG_0015_Original-1.jpeg 300w, /content/images/size/w600/2024/01/IMG_0015_Original-1.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/01/IMG_0015_Original-1.jpeg" alt="Debbie Cowden"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/debbie-cowden/">Debbie Cowden</a></h2> <small>from Ohio ∙ 7 posts</small> <p class="item-excerpt"> Debbie Cowden is the Senior Digital Media Specialist and a co-host at EWTN. She lives in Ohio with her husband and four kids. She co-wrote &quot;The Prayerbook for Tired Parents,&quot; with her husband, Dave. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/michael-saltis/" class="global-link global-radius" aria-label="Michael Saltis"></a> <img srcset="/content/images/size/w300/wordpress/2014/11/1147dbf.jpg 300w, /content/images/size/w600/wordpress/2014/11/1147dbf.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/11/1147dbf.jpg" alt="Michael Saltis"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/michael-saltis/">Michael Saltis</a></h2> <small>7 posts</small> <p class="item-excerpt"> Michael Saltis is a graduate of the University of Dayton. He lives, works, and occasionally finds time to write in Akron, Ohio. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/buchi/" class="global-link global-radius" aria-label="Buchi Akpati"></a> <img srcset="/content/images/size/w300/2023/06/WhatsApp-Image-2023-06-12-at-10.45.04-AM.jpeg 300w, /content/images/size/w600/2023/06/WhatsApp-Image-2023-06-12-at-10.45.04-AM.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/06/WhatsApp-Image-2023-06-12-at-10.45.04-AM.jpeg" alt="Buchi Akpati"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/buchi/">Buchi Akpati</a></h2> <small>from Virginia, USA ∙ 7 posts</small> <p class="item-excerpt"> Buchi Akpati served as the digital media manager for EWTN News until early September 2023. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/nicholas/" class="global-link global-radius" aria-label="Nicholas Scotchie"></a> <img srcset="/content/images/size/w300/2024/05/headshot-1-1.jpg 300w, /content/images/size/w600/2024/05/headshot-1-1.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/05/headshot-1-1.jpg" alt="Nicholas Scotchie"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/nicholas/">Nicholas Scotchie</a></h2> <small>from New York, New York ∙ 7 posts</small> <p class="item-excerpt"> Nicholas Scotchie is a graduate economics student from New York City. He aspires to preach the love of God that is at the heart of the Church’s theological and liturgical traditions. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/ishmael/" class="global-link global-radius" aria-label="Ishmael Adibuah"></a> <img srcset="/content/images/size/w300/2024/08/Ishmael-Adibuah-s-MSU-UNDERGRAD-SHOOT_41_Print-1-1.jpg 300w, /content/images/size/w600/2024/08/Ishmael-Adibuah-s-MSU-UNDERGRAD-SHOOT_41_Print-1-1.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/08/Ishmael-Adibuah-s-MSU-UNDERGRAD-SHOOT_41_Print-1-1.jpg" alt="Ishmael Adibuah"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/ishmael/">Ishmael Adibuah</a></h2> <small>from Detroit, Michigan ∙ 7 posts</small> <p class="item-excerpt"> Ishmael Adibuah, a native of Detroit, Michigan, is an alumnus of Michigan State University and the Angelicum in Rome. He is also a member of the Thomistic Institute. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/devin-rose/" class="global-link global-radius" aria-label="Devin Rose"></a> <img srcset="/content/images/size/w300/wordpress/2014/10/69563_10152115805073077_2005635923_n.jpg 300w, /content/images/size/w600/wordpress/2014/10/69563_10152115805073077_2005635923_n.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/10/69563_10152115805073077_2005635923_n.jpg" alt="Devin Rose"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/devin-rose/">Devin Rose</a></h2> <small>6 posts</small> <p class="item-excerpt"> Devin Rose is a Catholic, husband, father, and software engineer. He&#x27;s the author of &lt;i&gt;&lt;a href&#x3D;&quot;http://www.amazon.com/Farm-Flop-Dwellers-Guide-Failing-ebook/dp/B00O080FIU/&quot;&gt;Farm Flop&lt;/a&gt;&lt;/i&gt; and &lt;i&gt; </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/jennifer-fulwiler/" class="global-link global-radius" aria-label="Jennifer Fulwiler"></a> <img srcset="/content/images/size/w300/wordpress/2014/08/jf.png 300w, /content/images/size/w600/wordpress/2014/08/jf.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/08/jf.png" alt="Jennifer Fulwiler"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/jennifer-fulwiler/">Jennifer Fulwiler</a></h2> <small>6 posts</small> <p class="item-excerpt"> Jennifer Fulwiler is an atheist-to-Catholic convert, wife, mother, author, speaker, and blogger. She is the author of &lt;i&gt;&lt;a href&#x3D;&quot;http://www.amazon.com/gp/product/1586178822/ref&#x3D;as_li_ss_tl?ie&#x3D;UTF8&amp;a </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/mary-rezac/" class="global-link global-radius" aria-label="Mary Rezac"></a> <img srcset="/content/images/size/w300/wordpress/2015/10/IMG_1725.jpg 300w, /content/images/size/w600/wordpress/2015/10/IMG_1725.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/10/IMG_1725.jpg" alt="Mary Rezac"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/mary-rezac/">Mary Rezac</a></h2> <small>6 posts</small> <p class="item-excerpt"> Mary Rezac, a staff writer for Catholic News Agency/EWTN News, holds a degree from the University of Nebraska-Lincoln in secondary English and journalism education. She loves St. John Paul II, Blesse </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/martin/" class="global-link global-radius" aria-label="Martin Marie"></a> <img srcset="/content/images/size/w300/2024/04/three-hearts.jpeg 300w, /content/images/size/w600/2024/04/three-hearts.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/04/three-hearts.jpeg" alt="Martin Marie"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/martin/">Martin Marie</a></h2> <small>6 posts</small> <p class="item-excerpt"> Dedicated Catholic layman who has a passion for bringing souls to Christ. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/bridgetaugust/" class="global-link global-radius" aria-label="Bridget August"></a> <img srcset="/content/images/size/w300/2025/02/Bridget-Headshot-1.JPEG 300w, /content/images/size/w600/2025/02/Bridget-Headshot-1.JPEG 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2025/02/Bridget-Headshot-1.JPEG" alt="Bridget August"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/bridgetaugust/">Bridget August</a></h2> <small>6 posts</small> <p class="item-excerpt"> Bridget August is an aspiring writer and EWTN News intern, striving to bring fresh perspectives to journalism. Bridget is eager to expand her work and make a meaningful contribution to the field. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/daniel-maria-klimek/" class="global-link global-radius" aria-label="Fr. Daniel Maria Klimek, T.O.R."></a> <img srcset="/content/images/size/w300/wordpress/2016/03/1-16.jpg 300w, /content/images/size/w600/wordpress/2016/03/1-16.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/03/1-16.jpg" alt="Fr. Daniel Maria Klimek, T.O.R."> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/daniel-maria-klimek/">Fr. Daniel Maria Klimek, T.O.R.</a></h2> <small>5 posts</small> <p class="item-excerpt"> Fr. Daniel Maria Klimek, T.O.R., is an assistant professor of theology at the Franciscan University of Steubenville. He completed his Master’s at Yale Divinity School and received his Ph.D. with di </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/fr-kyle-walterscheid/" class="global-link global-radius" aria-label="Fr. Kyle Walterscheid"></a> <img srcset="/content/images/size/w300/wordpress/2019/06/fr-kyle.jpg 300w, /content/images/size/w600/wordpress/2019/06/fr-kyle.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2019/06/fr-kyle.jpg" alt="Fr. Kyle Walterscheid"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/fr-kyle-walterscheid/">Fr. Kyle Walterscheid</a></h2> <small>5 posts</small> <p class="item-excerpt"> Fr. Kyle Walterscheid is the pastor of St. John Paul II Catholic Church and Campus Ministry in Denton, TX. You can read more of his work on his blog, &lt;a href&#x3D;&quot;http://catholicvocationsforchrist.blogsp </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/john-laney/" class="global-link global-radius" aria-label="John Laney"></a> <img srcset="/content/images/size/w300/2023/07/churchpop_icon-11.png 300w, /content/images/size/w600/2023/07/churchpop_icon-11.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/07/churchpop_icon-11.png" alt="John Laney"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/john-laney/">John Laney</a></h2> <small>5 posts</small> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/nchla/" class="global-link global-radius" aria-label="NCHLA"></a> <img srcset="/content/images/size/w300/wordpress/2015/04/123.jpg 300w, /content/images/size/w600/wordpress/2015/04/123.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/04/123.jpg" alt="NCHLA"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/nchla/">NCHLA</a></h2> <small>5 posts</small> <p class="item-excerpt"> The &lt;a href&#x3D;&quot;http://nchla.org/index.asp&quot;&gt;National Committee for a Human Life Amendment&lt;/a&gt; is dedicated to the full legal recognition of the right to life of the unborn child. objectives include educ </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/heather-konerman/" class="global-link global-radius" aria-label="Heather Konerman"></a> <img srcset="/content/images/size/w300/wordpress/2018/09/1234.jpg 300w, /content/images/size/w600/wordpress/2018/09/1234.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2018/09/1234.jpg" alt="Heather Konerman"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/heather-konerman/">Heather Konerman</a></h2> <small>4 posts</small> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/lorelei-savaryn/" class="global-link global-radius" aria-label="Lorelei Savaryn"></a> <img srcset="/content/images/size/w300/2024/05/Savaryn2023-54--2---2--2-1.jpg 300w, /content/images/size/w600/2024/05/Savaryn2023-54--2---2--2-1.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/05/Savaryn2023-54--2---2--2-1.jpg" alt="Lorelei Savaryn"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/lorelei-savaryn/">Lorelei Savaryn</a></h2> <small>4 posts</small> <p class="item-excerpt"> Lorelei Savaryn is a Catholic Convert, wife, mother to four, and children&#x27;s author. Her novels are written from the Catholic imagination and uplift the true, the beautiful, and the good things. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/matthew-newsome/" class="global-link global-radius" aria-label="Matthew Newsome"></a> <img srcset="/content/images/size/w300/wordpress/2019/03/1.jpg 300w, /content/images/size/w600/wordpress/2019/03/1.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2019/03/1.jpg" alt="Matthew Newsome"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/matthew-newsome/">Matthew Newsome</a></h2> <small>4 posts</small> <p class="item-excerpt"> Deacon Matthew Newsome is the Catholic Campus Minister at Western Carolina University in the Roman Catholic Diocese of Charlotte. He is married with seven children. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/matthew-schneider/" class="global-link global-radius" aria-label="Fr. Matthew P. Schneider, LC"></a> <img srcset="/content/images/size/w300/wordpress/2016/01/234-2.jpg 300w, /content/images/size/w600/wordpress/2016/01/234-2.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/01/234-2.jpg" alt="Fr. Matthew P. Schneider, LC"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/matthew-schneider/">Fr. Matthew P. Schneider, LC</a></h2> <small>4 posts</small> <p class="item-excerpt"> Fr. Matthew P. Schneider, LC is a priest with the Legionaries of Christ, ordained in 2013, and lives in the Washington DC metro area. Originally from Calgary, Alberta, Canada, Fr. Matthew has worked </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/richard-gerard-evans/" class="global-link global-radius" aria-label="Richard G. Evans"></a> <img srcset="/content/images/size/w300/wordpress/2014/08/cropped.png 300w, /content/images/size/w600/wordpress/2014/08/cropped.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/08/cropped.png" alt="Richard G. Evans"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/richard-gerard-evans/">Richard G. Evans</a></h2> <small>4 posts</small> <p class="item-excerpt"> Richard G. Evans lives in Minneapolis, MN, and works as a Patient Service Representative with HealthEast Clinics. He is single, and besides his love of the Catholic faith, he also enjoys collecting v </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/shaun-mcafee/" class="global-link global-radius" aria-label="Shaun McAfee"></a> <img srcset="/content/images/size/w300/wordpress/2014/08/shaun-mcafee.png 300w, /content/images/size/w600/wordpress/2014/08/shaun-mcafee.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/08/shaun-mcafee.png" alt="Shaun McAfee"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/shaun-mcafee/">Shaun McAfee</a></h2> <small>4 posts</small> <p class="item-excerpt"> Shaun McAfee (Founding Contributor) is a Protestant-to-Catholic convert, husband, and father. He has a Masters in Dogmatic Theology from Holy Apostles College and Seminary, is the Founder of &lt;a href&#x3D; </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/kylie/" class="global-link global-radius" aria-label="Kylie Gallegos"></a> <img srcset="/content/images/size/w300/2023/06/Untitled-design--73--1.png 300w, /content/images/size/w600/2023/06/Untitled-design--73--1.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/06/Untitled-design--73--1.png" alt="Kylie Gallegos"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/kylie/">Kylie Gallegos</a></h2> <small>4 posts</small> <p class="item-excerpt"> Kylie Gallegos is a senior at the University of Notre Dame majoring in American Studies and Theology. She is the president of Notre Dame Right to Life and a current intern with EWTN News Production. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/ania-pietrus/" class="global-link global-radius" aria-label="Anna Pietrus"></a> <img srcset="/content/images/size/w300/2023/11/Untitled-design---2023-11-02T150948.679.png 300w, /content/images/size/w600/2023/11/Untitled-design---2023-11-02T150948.679.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/11/Untitled-design---2023-11-02T150948.679.png" alt="Anna Pietrus"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/ania-pietrus/">Anna Pietrus</a></h2> <small>4 posts</small> <p class="item-excerpt"> Anna is a social media manager at EWTN Poland. She has a Bachelor of Arts in English Studies and is a translator, nature enthusiast, and fiancée. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/amy-brooks/" class="global-link global-radius" aria-label="Amy Brooks"></a> <img srcset="/content/images/size/w300/wordpress/2016/01/1-11.jpg 300w, /content/images/size/w600/wordpress/2016/01/1-11.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/01/1-11.jpg" alt="Amy Brooks"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/amy-brooks/">Amy Brooks</a></h2> <small>3 posts</small> <p class="item-excerpt"> Amy Brooks is a stay-at-home mom, freelance writer, and blogger at &lt;a href&#x3D;&quot;http://prayerwinechocolate.com/&quot;&gt;prayerwinechocolate.com&lt;/a&gt;. Amy lives in PA with her husband Matt and son Xavier. They ar </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/ann-schneible/" class="global-link global-radius" aria-label="Ann Schneible"></a> <img srcset="/content/images/size/w300/wordpress/2015/06/35.jpg 300w, /content/images/size/w600/wordpress/2015/06/35.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/06/35.jpg" alt="Ann Schneible"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/ann-schneible/">Ann Schneible</a></h2> <small>3 posts</small> <p class="item-excerpt"> Ann Schneible writes for Catholic News Agency. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/br-zachary-burns/" class="global-link global-radius" aria-label="Father Zachary Burns"></a> <img srcset="/content/images/size/w300/wordpress/2016/03/Br-Zack-Headshot-Photo.jpg 300w, /content/images/size/w600/wordpress/2016/03/Br-Zack-Headshot-Photo.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/03/Br-Zack-Headshot-Photo.jpg" alt="Father Zachary Burns"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/br-zachary-burns/">Father Zachary Burns</a></h2> <small>3 posts</small> <p class="item-excerpt"> Father Zachary Burns is a priest of the Third Order Regular of St. Francis, Province of the Most Sacred Heart of Jesus. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/brandon-vogt/" class="global-link global-radius" aria-label="Brandon Vogt"></a> <img srcset="/content/images/size/w300/wordpress/2014/08/brandon-vogt.png 300w, /content/images/size/w600/wordpress/2014/08/brandon-vogt.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/08/brandon-vogt.png" alt="Brandon Vogt"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/brandon-vogt/">Brandon Vogt</a></h2> <small>3 posts</small> <p class="item-excerpt"> Brandon Vogt is a husband, father, author, speaker, and blogger. He&#x27;s the Founder of &lt;a href&#x3D;&quot;http://www.strangenotions.com/&quot;&gt;Strange Notions&lt;/a&gt; and the Content Director for &lt;a href&#x3D;&quot;http://www.word </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/briana-meade/" class="global-link global-radius" aria-label="Briana Meade"></a> <img srcset="/content/images/size/w300/wordpress/2014/08/1424377_2486623925114_1440151646_n.jpg 300w, /content/images/size/w600/wordpress/2014/08/1424377_2486623925114_1440151646_n.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/08/1424377_2486623925114_1440151646_n.jpg" alt="Briana Meade"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/briana-meade/">Briana Meade</a></h2> <small>3 posts</small> <p class="item-excerpt"> Briana Meade (Founding Contributor) is a twenty-six year old blogger and avid fan of Starbucks macchiatos, Lorde, and New England summers. She writes at &lt;a href&#x3D;&quot;http://brianameade.com/&quot;&gt;brianameade. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/david-kerr/" class="global-link global-radius" aria-label="David Kerr"></a> <img srcset="/content/images/size/w300/2023/09/david-kerr.webp 300w, /content/images/size/w600/2023/09/david-kerr.webp 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/09/david-kerr.webp" alt="David Kerr"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/david-kerr/">David Kerr</a></h2> <small>3 posts</small> <p class="item-excerpt"> David Kerr is the Director of Communications with the Diocese of Lansing in Michigan. A native of Scotland, he worked for 12 years as a senior broadcast journalist with BBC News. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/dominic-de-souza/" class="global-link global-radius" aria-label="Dominic de Souza"></a> <img srcset="/content/images/size/w300/wordpress/2015/08/11880401_10153502428692177_195455828_n.jpg 300w, /content/images/size/w600/wordpress/2015/08/11880401_10153502428692177_195455828_n.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/08/11880401_10153502428692177_195455828_n.jpg" alt="Dominic de Souza"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/dominic-de-souza/">Dominic de Souza</a></h2> <small>3 posts</small> <p class="item-excerpt"> Dominic de Souza is the founder and general designer at CatholicViral.com. When not inventing epic stuff to share... he&#x27;s inventing epic stuff to share. &lt;a href&#x3D;&quot;http://www.catholicviral.com/meet-tea </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/john-hall/" class="global-link global-radius" aria-label="John Hall"></a> <img srcset="/content/images/size/w300/wordpress/2015/08/john.png 300w, /content/images/size/w600/wordpress/2015/08/john.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/08/john.png" alt="John Hall"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/john-hall/">John Hall</a></h2> <small>3 posts</small> <p class="item-excerpt"> John is happily and convictedly a practicing Catholic, even though he isn’t very good at it yet. He is an alumnus of Thomas Aquinas College (’10) and is a High School Teacher in Montana, where he </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/joseph-sciambra/" class="global-link global-radius" aria-label="Joseph Sciambra"></a> <img srcset="/content/images/size/w300/wordpress/2014/08/joseph.png 300w, /content/images/size/w600/wordpress/2014/08/joseph.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/08/joseph.png" alt="Joseph Sciambra"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/joseph-sciambra/">Joseph Sciambra</a></h2> <small>3 posts</small> <p class="item-excerpt"> Joseph Sciambra joined the Catholic Church in 1999 after having spent years as an amateur porn actor and escort. Since then he has written extensively concerning the real-life issues of pornography, </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/lisa-cotter/" class="global-link global-radius" aria-label="Lisa Cotter"></a> <img srcset="/content/images/size/w300/wordpress/2018/08/lisa-cotter.jpg 300w, /content/images/size/w600/wordpress/2018/08/lisa-cotter.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2018/08/lisa-cotter.jpg" alt="Lisa Cotter"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/lisa-cotter/">Lisa Cotter</a></h2> <small>3 posts</small> <p class="item-excerpt"> Lisa Cotter is a Catholic speaker, author, and podcaster on the topics of relationships, femininity, and living life with excellence. You can learn more about her on &lt;a href&#x3D;&quot;http://madetomagnify.com </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/mark-haas/" class="global-link global-radius" aria-label="Mark Haas"></a> <img srcset="/content/images/size/w300/wordpress/2017/07/mark-haas.png 300w, /content/images/size/w600/wordpress/2017/07/mark-haas.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2017/07/mark-haas.png" alt="Mark Haas"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/mark-haas/">Mark Haas</a></h2> <small>3 posts</small> <p class="item-excerpt"> Mark Haas is a Catholic composer, and speaker. He lives in Charleston, WV with his wife and their five original compositions. &lt;a href&#x3D;&quot;https://www.markhaasmusic.com/Mark_Haas___Composer/Home.html&quot;&gt;ww </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/mary-jo-gerd/" class="global-link global-radius" aria-label="Mary Jo Gerd"></a> <img srcset="/content/images/size/w300/wordpress/2017/08/123-3.jpg 300w, /content/images/size/w600/wordpress/2017/08/123-3.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2017/08/123-3.jpg" alt="Mary Jo Gerd"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/mary-jo-gerd/">Mary Jo Gerd</a></h2> <small>3 posts</small> <p class="item-excerpt"> Mary Jo traded in her secular media job for the more rewarding, albeit lower paying vocation of full-time wife and mother. She hasn&#x27;t looked back since. Well, maybe once or twice. She lives in Denver </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/robert-george/" class="global-link global-radius" aria-label="Robert P. George"></a> <img srcset="/content/images/size/w300/wordpress/2018/08/george.jpg 300w, /content/images/size/w600/wordpress/2018/08/george.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2018/08/george.jpg" alt="Robert P. George"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/robert-george/">Robert P. George</a></h2> <small>3 posts</small> <p class="item-excerpt"> Robert P. George is the McCormick Professor of Jurisprudence and Director of the James Madison Program in American Ideals and Institutions at Princeton University. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/susanna-and-mark-spencer/" class="global-link global-radius" aria-label="Susanna and Mark Spencer"></a> <img srcset="/content/images/size/w300/wordpress/2015/04/27.jpg 300w, /content/images/size/w600/wordpress/2015/04/27.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/04/27.jpg" alt="Susanna and Mark Spencer"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/susanna-and-mark-spencer/">Susanna and Mark Spencer</a></h2> <small>3 posts</small> <p class="item-excerpt"> Susanna and Mark live in St. Paul, MN with their four children. Susanna earned her MA in Theology at Franciscan University of Steubenville, and spends her time going to beautiful liturgies, cooking, </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/claudette/" class="global-link global-radius" aria-label="Claudette Jerez"></a> <img srcset="/content/images/size/w300/2023/08/claudette.jpeg 300w, /content/images/size/w600/2023/08/claudette.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/08/claudette.jpeg" alt="Claudette Jerez"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/claudette/">Claudette Jerez</a></h2> <small>3 posts</small> <p class="item-excerpt"> Claudette Jerez is a Digital Media Specialist for EWTN News. She covers events like World Youth Day, the World Meeting of Families, and the National March for Life in Washington DC. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/francesca/" class="global-link global-radius" aria-label="Francesca Pollio Fenton"></a> <img srcset="/content/images/size/w300/2024/03/francesca-1.webp 300w, /content/images/size/w600/2024/03/francesca-1.webp 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/03/francesca-1.webp" alt="Francesca Pollio Fenton"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/francesca/">Francesca Pollio Fenton</a></h2> <small>from Colorado ∙ 3 posts</small> <p class="item-excerpt"> Francesca is the social media manager for Catholic News Agency at EWTN News. She received her degree in communications with an emphasis on digital media from the University of Colorado - Denver. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/luisa/" class="global-link global-radius" aria-label="Luisa Restrepo"></a> <img srcset="/content/images/size/w300/2024/04/es-author.jpeg 300w, /content/images/size/w600/2024/04/es-author.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/04/es-author.jpeg" alt="Luisa Restrepo"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/luisa/">Luisa Restrepo</a></h2> <small>from Medellín, Colombia ∙ 3 posts</small> <p class="item-excerpt"> Luisa is a consecrated laywoman and communicator. She has written for various Catholic media outlets, including Aleteia and Catholic Link. She dedicates time to bringing young people to the faith. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/stephenryan/" class="global-link global-radius" aria-label="Stephen Ryan"></a> <img srcset="/content/images/size/w300/2024/05/Untitled-design--44---2-.png 300w, /content/images/size/w600/2024/05/Untitled-design--44---2-.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/05/Untitled-design--44---2-.png" alt="Stephen Ryan"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/stephenryan/">Stephen Ryan</a></h2> <small>from Alexandria, Virginia ∙ 3 posts</small> <p class="item-excerpt"> Stephen Ryan is the founder of the Catholic media ministry Mystic Post. Stephen is also the author of the new nonfiction book about the Virgin Mary entitled, &quot;Beauty Will Save the World.&quot; </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/ryanbilodeau-2/" class="global-link global-radius" aria-label="Ryan Bilodeau"></a> <img srcset="/content/images/size/w300/2024/11/Ryan-Bilodeau-1-1.jpg 300w, /content/images/size/w600/2024/11/Ryan-Bilodeau-1-1.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/11/Ryan-Bilodeau-1-1.jpg" alt="Ryan Bilodeau"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/ryanbilodeau-2/">Ryan Bilodeau</a></h2> <small>3 posts</small> <p class="item-excerpt"> Ryan is a Theology teacher, writer, and digital marketing strategist who supports Catholic organizations. He founded the Catholic Cases Morality app and is creating a nonprofit to aid the homeless. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/becky-roach/" class="global-link global-radius" aria-label="Becky Roach"></a> <img srcset="/content/images/size/w300/wordpress/2019/08/Screen-Shot-2019-08-21-at-1.05.17-PM.png 300w, /content/images/size/w600/wordpress/2019/08/Screen-Shot-2019-08-21-at-1.05.17-PM.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2019/08/Screen-Shot-2019-08-21-at-1.05.17-PM.png" alt="Becky Roach"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/becky-roach/">Becky Roach</a></h2> <small>2 posts</small> <p class="item-excerpt"> Becky Roach lives in Ohio with her husband and five children. When not doing laundry or making memories with her kids, Becky enjoys diet coke and date nights with her husband. She is also a staff wri </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/cate-von-dohlen/" class="global-link global-radius" aria-label="Cate Von Dohlen"></a> <img srcset="/content/images/size/w300/2023/07/churchpop_icon-3.png 300w, /content/images/size/w600/2023/07/churchpop_icon-3.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/07/churchpop_icon-3.png" alt="Cate Von Dohlen"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/cate-von-dohlen/">Cate Von Dohlen</a></h2> <small>2 posts</small> <p class="item-excerpt"> Cate Von Dohlen is the Content Marketing Lead at Hallow. She is a Graduate of the University of Notre Dame&#x27;s Program of Liberal Studies and enjoys ND football, writing and being in the great outdoors </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/christian-clifford/" class="global-link global-radius" aria-label="Christian Clifford"></a> <img srcset="/content/images/size/w300/wordpress/2018/06/11.jpg 300w, /content/images/size/w600/wordpress/2018/06/11.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2018/06/11.jpg" alt="Christian Clifford"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/christian-clifford/">Christian Clifford</a></h2> <small>2 posts</small> <p class="item-excerpt"> Christian Clifford is an educator and author who lives in the San Francisco Bay Area with his wife and son. For more information, visit &lt;a href&#x3D;&quot;https://missions1769.com/&quot;&gt;Missions1769.com&lt;/a&gt;. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/david-bates/" class="global-link global-radius" aria-label="David Bates"></a> <img srcset="/content/images/size/w300/wordpress/2014/09/bates.jpg 300w, /content/images/size/w600/wordpress/2014/09/bates.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/09/bates.jpg" alt="David Bates"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/david-bates/">David Bates</a></h2> <small>2 posts</small> <p class="item-excerpt"> David Bates grew up in England raised in the Catholic faith. While at university, through the witness of a Catholic missionary, he experienced a profound deepening of his relationship with Jesus Chri </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/fr-gabriel-lickteig/" class="global-link global-radius" aria-label="Fr. Gabriel Lickteig"></a> <img srcset="/content/images/size/w300/wordpress/2020/01/fr-gabriel.png 300w, /content/images/size/w600/wordpress/2020/01/fr-gabriel.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2020/01/fr-gabriel.png" alt="Fr. Gabriel Lickteig"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/fr-gabriel-lickteig/">Fr. Gabriel Lickteig</a></h2> <small>2 posts</small> <p class="item-excerpt"> Fr. Gabriel Lickteig is the chaplain for Northwest Missouri State University&#x27;s Newman Catholic Center in the Diocese of Kansas City-St. Joseph, Missouri. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/fr-khoi-tran/" class="global-link global-radius" aria-label="Fr. Khoi Tran"></a> <img srcset="/content/images/size/w300/wordpress/2021/02/152380644_334407054667165_8412780193860365975_n-700x700.jpg 300w, /content/images/size/w600/wordpress/2021/02/152380644_334407054667165_8412780193860365975_n-700x700.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2021/02/152380644_334407054667165_8412780193860365975_n-700x700.jpg" alt="Fr. Khoi Tran"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/fr-khoi-tran/">Fr. Khoi Tran</a></h2> <small>2 posts</small> <p class="item-excerpt"> Fr. Khoi was born in Vietnam, but immigrated to the United States in 1994. After years of parish ministry, he now serves our military personnel and their families in the United States Air and Space F </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/fr-stephen-elser/" class="global-link global-radius" aria-label="Fr. Stephen Elser"></a> <img srcset="/content/images/size/w300/2024/12/elser-1.jpg 300w, /content/images/size/w600/2024/12/elser-1.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/12/elser-1.jpg" alt="Fr. Stephen Elser"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/fr-stephen-elser/">Fr. Stephen Elser</a></h2> <small>from Arkansas ∙ 2 posts</small> <p class="item-excerpt"> Fr. Stephen Elser is the pastor at St. Paul the Apostle Church in Pocahontas, Ark. He also loves music and plays the piano, saxophone, and organ. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/gretchen-filz/" class="global-link global-radius" aria-label="Gretchen Filz"></a> <img srcset="/content/images/size/w300/wordpress/2018/09/Gretchen-Filz.jpeg 300w, /content/images/size/w600/wordpress/2018/09/Gretchen-Filz.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2018/09/Gretchen-Filz.jpeg" alt="Gretchen Filz"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/gretchen-filz/">Gretchen Filz</a></h2> <small>2 posts</small> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/jordan-watwood/" class="global-link global-radius" aria-label="Jordan Watwood"></a> <img srcset="/content/images/size/w300/2023/07/churchpop_icon-12.png 300w, /content/images/size/w600/2023/07/churchpop_icon-12.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/07/churchpop_icon-12.png" alt="Jordan Watwood"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/jordan-watwood/">Jordan Watwood</a></h2> <small>2 posts</small> <p class="item-excerpt"> Jordan Watwood is the Director of Marketing at Fuzati. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/joseph-pearce/" class="global-link global-radius" aria-label="Joseph Pearce"></a> <img srcset="/content/images/size/w300/wordpress/2014/07/joseph-pearce-square.png 300w, /content/images/size/w600/wordpress/2014/07/joseph-pearce-square.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/07/joseph-pearce-square.png" alt="Joseph Pearce"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/joseph-pearce/">Joseph Pearce</a></h2> <small>2 posts</small> <p class="item-excerpt"> Joseph Pearce, author of &lt;a href&#x3D;&quot;http://www.amazon.com/Small-Still-Beautiful-Economics-Families/dp/1933859059/ref&#x3D;sr_1_1?ie&#x3D;UTF8&amp;amp;qid&#x3D;1408721169&amp;amp;sr&#x3D;8-1&amp;amp;keywords&#x3D;small+is+still+beautiful&quot;&gt; </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/kevin-jones/" class="global-link global-radius" aria-label="Kevin Jones"></a> <img srcset="/content/images/size/w300/wordpress/2016/01/Kevin-Jones-headshot.jpg 300w, /content/images/size/w600/wordpress/2016/01/Kevin-Jones-headshot.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/01/Kevin-Jones-headshot.jpg" alt="Kevin Jones"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/kevin-jones/">Kevin Jones</a></h2> <small>2 posts</small> <p class="item-excerpt"> Kevin Jones is a Senior Staff Writer at Catholic News Agency. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/laura-hudgens/" class="global-link global-radius" aria-label="Laura Hudgens"></a> <img srcset="/content/images/size/w300/wordpress/2017/03/1-1.jpg 300w, /content/images/size/w600/wordpress/2017/03/1-1.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2017/03/1-1.jpg" alt="Laura Hudgens"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/laura-hudgens/">Laura Hudgens</a></h2> <small>2 posts</small> <p class="item-excerpt"> Laura is a freelance writer, a part-time high school teacher, and a full-time wife, mother, and Catholic. Her work has appeared on The &lt;i&gt;Washington Post, The Huffington Post, The Federalist, Grown a </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/louis-hall/" class="global-link global-radius" aria-label="Louis Hall"></a> <img srcset="/content/images/size/w300/wordpress/2016/01/1-12.jpg 300w, /content/images/size/w600/wordpress/2016/01/1-12.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/01/1-12.jpg" alt="Louis Hall"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/louis-hall/">Louis Hall</a></h2> <small>2 posts</small> <p class="item-excerpt"> Louis is an artist, and with help from his kids, creates the weirdly Catholic &lt;a href&#x3D;&quot;http://www.angelictwaddle.com/&quot;&gt;Angelic Twaddle Comics&lt;/a&gt;. In his day job, he is a professional Creative Direct </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/maggie-maslak/" class="global-link global-radius" aria-label="Maggie Maslak"></a> <img srcset="/content/images/size/w300/wordpress/2016/02/123.png 300w, /content/images/size/w600/wordpress/2016/02/123.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/02/123.png" alt="Maggie Maslak"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/maggie-maslak/">Maggie Maslak</a></h2> <small>2 posts</small> <p class="item-excerpt"> Maggie Maslak is a journalist for Catholic News Agency. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/matt-meeks/" class="global-link global-radius" aria-label="Matt Meeks"></a> <img srcset="/content/images/size/w300/2023/06/Untitled-design--92-.png 300w, /content/images/size/w600/2023/06/Untitled-design--92-.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/06/Untitled-design--92-.png" alt="Matt Meeks"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/matt-meeks/">Matt Meeks</a></h2> <small>from Minnesota ∙ 2 posts</small> <p class="item-excerpt"> Matt Meeks is a partner at Catholic Ventures, which manages Catholic.store, Catholic.church, and the Lion &amp; Lamb book club. He lives with his wife and three sons on a farm in Minnesota. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/michael-walker/" class="global-link global-radius" aria-label="Michael Walker"></a> <img srcset="/content/images/size/w300/wordpress/2017/03/headshot.jpg 300w, /content/images/size/w600/wordpress/2017/03/headshot.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2017/03/headshot.jpg" alt="Michael Walker"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/michael-walker/">Michael Walker</a></h2> <small>2 posts</small> <p class="item-excerpt"> Michael Walker graduated from the University of Dallas in 2013. He is currently studying for a Master&#x27;s at the Dominican School in Berkeley, California. You can follow him on Twitter at: &lt;a href&#x3D;&quot;htt </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/peter-darcy/" class="global-link global-radius" aria-label="Peter Darcy"></a> <img srcset="/content/images/size/w300/wordpress/2014/11/17.jpg 300w, /content/images/size/w600/wordpress/2014/11/17.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/11/17.jpg" alt="Peter Darcy"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/peter-darcy/">Peter Darcy</a></h2> <small>2 posts</small> <p class="item-excerpt"> Peter Darcy is a freelance writer and organizing professional who hails from New Orleans. He holds a degree in Philosophy from Notre Dame and in his spare time discusses the problems of life with his </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/scott-smith/" class="global-link global-radius" aria-label="Scott Smith"></a> <img srcset="/content/images/size/w300/wordpress/2017/09/345345-700x700.jpg 300w, /content/images/size/w600/wordpress/2017/09/345345-700x700.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2017/09/345345-700x700.jpg" alt="Scott Smith"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/scott-smith/">Scott Smith</a></h2> <small>2 posts</small> <p class="item-excerpt"> Scott Smith is a Catholic author, blogger, speaker, and attorney. He is about to open registration for a course on the Blessed Mother, &quot;&lt;a href&#x3D;&quot;http://www.h2olywaterbooks.com/what-you-need-to-know.h </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/susan-brinkmann/" class="global-link global-radius" aria-label="Susan Brinkmann"></a> <img srcset="/content/images/size/w300/wordpress/2019/05/rsz_brinkmann.jpg 300w, /content/images/size/w600/wordpress/2019/05/rsz_brinkmann.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2019/05/rsz_brinkmann.jpg" alt="Susan Brinkmann"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/susan-brinkmann/">Susan Brinkmann</a></h2> <small>2 posts</small> <p class="item-excerpt"> Susan Brinkmann, &lt;a href&#x3D;&quot;http://www.secularcarmelite.com/&quot;&gt;O.C.D.S.&lt;/a&gt;, is an author and award winning journalist. She is the Director of Communications and New Age Research for &lt;a href&#x3D;&quot;https://ww </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/tiphaine-lamb/" class="global-link global-radius" aria-label="Tiphaine Lamb"></a> <img srcset="/content/images/size/w300/wordpress/2016/12/234-8.jpg 300w, /content/images/size/w600/wordpress/2016/12/234-8.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/12/234-8.jpg" alt="Tiphaine Lamb"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/tiphaine-lamb/">Tiphaine Lamb</a></h2> <small>2 posts</small> <p class="item-excerpt"> Tiphaine Lamb is a Catholic revert, wife, and mother of four with a passion for Charlotte Mason homeschooling. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/nuria/" class="global-link global-radius" aria-label="Nuria Chicchon Sara"></a> <img srcset="/content/images/size/w300/2023/08/Untitled-design--98-.png 300w, /content/images/size/w600/2023/08/Untitled-design--98-.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/08/Untitled-design--98-.png" alt="Nuria Chicchon Sara"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/nuria/">Nuria Chicchon Sara</a></h2> <small>2 posts</small> <p class="item-excerpt"> Nuria is the Social Media Manager for ChurchPOP Español. She belongs to the Avanzada Católica Movement and is a communicator and designer. Contact her at nuria.chicchon@churchpop.com. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/michaelgormley/" class="global-link global-radius" aria-label="Michael Gormley"></a> <img srcset="/content/images/size/w300/2023/09/Untitled-design---2023-09-29T150648.105.png 300w, /content/images/size/w600/2023/09/Untitled-design---2023-09-29T150648.105.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/09/Untitled-design---2023-09-29T150648.105.png" alt="Michael Gormley"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/michaelgormley/">Michael Gormley</a></h2> <small>from Houston, Texas ∙ 2 posts</small> <p class="item-excerpt"> Michael “Gomer” Gormley is a Catholic evangelist and podcaster. His podcasts are Catching Foxes and Every Knee Shall Bow. Gomerly is also the Mission Evangelist for Paradisus Dei. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/jasmine/" class="global-link global-radius" aria-label="Jasmine Gonzalez-Berg"></a> <img srcset="/content/images/size/w300/2024/07/Screen-Shot-2024-07-16-at-4.55.06-PM-2.png 300w, /content/images/size/w600/2024/07/Screen-Shot-2024-07-16-at-4.55.06-PM-2.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/07/Screen-Shot-2024-07-16-at-4.55.06-PM-2.png" alt="Jasmine Gonzalez-Berg"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/jasmine/">Jasmine Gonzalez-Berg</a></h2> <small>2 posts</small> <p class="item-excerpt"> Jasmine is a writer for Hollywood Catholic, an entertainment-focused website. She loves writing about her Catholic faith and hopes everyone can see the beauty the faith brings to the world. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/drjaredstaudt/" class="global-link global-radius" aria-label="Dr. Jared Staudt"></a> <img srcset="/content/images/size/w300/2024/08/Dr.-Jared-Staudt.jpeg 300w, /content/images/size/w600/2024/08/Dr.-Jared-Staudt.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/08/Dr.-Jared-Staudt.jpeg" alt="Dr. Jared Staudt"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/drjaredstaudt/">Dr. Jared Staudt</a></h2> <small>2 posts</small> <p class="item-excerpt"> Dr. R. Jared Staudt serves the Catholic Church as a teacher, speaker, writer, and administrator. He is the Director of Content for Exodus 90. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/adelaide-mena/" class="global-link global-radius" aria-label="Adelaide Mena"></a> <img srcset="/content/images/size/w300/wordpress/2016/03/3-1.jpg 300w, /content/images/size/w600/wordpress/2016/03/3-1.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/03/3-1.jpg" alt="Adelaide Mena"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/adelaide-mena/">Adelaide Mena</a></h2> <small>1 post</small> <p class="item-excerpt"> Adelaide Mena was the DC Correspondent for Catholic News Agency until 2017 and is a 2012 graduate of Princeton University. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/adgloriamdei/" class="global-link global-radius" aria-label="AdGloriamDei"></a> <img srcset="/content/images/size/w300/wordpress/2017/04/1-2.jpg 300w, /content/images/size/w600/wordpress/2017/04/1-2.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2017/04/1-2.jpg" alt="AdGloriamDei"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/adgloriamdei/">AdGloriamDei</a></h2> <small>1 post</small> <p class="item-excerpt"> AdGloriamDei is a 5th year diocesan seminarian from a rural midwest diocese. He loves teaching catechism classes and spending time with his brother seminarians. He often says that entering the semina </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/alan-holdren/" class="global-link global-radius" aria-label="Alan Holdren"></a> <img srcset="/content/images/size/w300/wordpress/2015/04/1.jpeg 300w, /content/images/size/w600/wordpress/2015/04/1.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/04/1.jpeg" alt="Alan Holdren"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/alan-holdren/">Alan Holdren</a></h2> <small>1 post</small> <p class="item-excerpt"> Alan Holdren is the Rome Bureau Chief for Catholic News Agency. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/allison-howell/" class="global-link global-radius" aria-label="Allison Howell"></a> <img srcset="/content/images/size/w300/wordpress/2016/03/1-4.jpg 300w, /content/images/size/w600/wordpress/2016/03/1-4.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/03/1-4.jpg" alt="Allison Howell"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/allison-howell/">Allison Howell</a></h2> <small>1 post</small> <p class="item-excerpt"> Allison and her husband, a former Pentecostal pastor, were welcomed into the Church in 2004. They live with their seven children in Alaska, where they homeschool, hunt, hike, and pick blueberries. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/amy-smith/" class="global-link global-radius" aria-label="Amy Smith"></a> <img srcset="/content/images/size/w300/wordpress/2020/09/Screen-Shot-2020-09-18-at-4.22.38-PM.png 300w, /content/images/size/w600/wordpress/2020/09/Screen-Shot-2020-09-18-at-4.22.38-PM.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2020/09/Screen-Shot-2020-09-18-at-4.22.38-PM.png" alt="Amy Smith"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/amy-smith/">Amy Smith</a></h2> <small>1 post</small> <p class="item-excerpt"> Amy Smith is associate editor of the &lt;a href&#x3D;&quot;https://www.ncregister.com/author/amy-smith&quot;&gt;National Catholic Register&lt;/a&gt;. She edits features and enjoys writing about hope, saints (her favorites are </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/andrea-gagliarducci/" class="global-link global-radius" aria-label="Andrea Gagliarducci"></a> <img srcset="/content/images/size/w300/wordpress/2016/06/Andrea-Gagliarducci-fototessera.jpg 300w, /content/images/size/w600/wordpress/2016/06/Andrea-Gagliarducci-fototessera.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/06/Andrea-Gagliarducci-fototessera.jpg" alt="Andrea Gagliarducci"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/andrea-gagliarducci/">Andrea Gagliarducci</a></h2> <small>1 post</small> <p class="item-excerpt"> Andrea is a journalist covering the Vatican for Catholic News Agency. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/andrew-butler/" class="global-link global-radius" aria-label="Andrew Butler"></a> <img srcset="/content/images/size/w300/wordpress/2018/08/Andrew-Butler-2-700x700.jpg 300w, /content/images/size/w600/wordpress/2018/08/Andrew-Butler-2-700x700.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2018/08/Andrew-Butler-2-700x700.jpg" alt="Andrew Butler"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/andrew-butler/">Andrew Butler</a></h2> <small>1 post</small> <p class="item-excerpt"> Andrew Butler is a communications professional for the Knights of Columbus. He is a graduate of Providence College and an avid &lt;a href&#x3D;&quot;https://www.youtube.com/watch?v&#x3D;dQqUFo1UypQ&quot;&gt;singer&lt;/a&gt;. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/andrew-m-yuengert/" class="global-link global-radius" aria-label="Andrew Yuengert"></a> <img srcset="/content/images/size/w300/wordpress/2015/02/2.png 300w, /content/images/size/w600/wordpress/2015/02/2.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/02/2.png" alt="Andrew Yuengert"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/andrew-m-yuengert/">Andrew Yuengert</a></h2> <small>1 post</small> <p class="item-excerpt"> Andrew M. Yuengert has a Ph.D. in Economics from Yale University and is a Professor of Economics at Pepperdine University. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/andy-fowler/" class="global-link global-radius" aria-label="Andy Fowler"></a> <img srcset="/content/images/size/w300/wordpress/2019/01/Andy-fowler.jpg 300w, /content/images/size/w600/wordpress/2019/01/Andy-fowler.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2019/01/Andy-fowler.jpg" alt="Andy Fowler"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/andy-fowler/">Andy Fowler</a></h2> <small>1 post</small> <p class="item-excerpt"> Andy Fowler is a reporter for the Knights of Columbus in New Haven, Conn. A former writer for Morning Joe on MSNBC, he was a researcher for the 2016 film Hillary’s America: The Secret History of th </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/anthony-baratta/" class="global-link global-radius" aria-label="Anthony Baratta"></a> <img srcset="/content/images/size/w300/wordpress/2014/08/anthony-baratta.png 300w, /content/images/size/w600/wordpress/2014/08/anthony-baratta.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/08/anthony-baratta.png" alt="Anthony Baratta"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/anthony-baratta/">Anthony Baratta</a></h2> <small>1 post</small> <p class="item-excerpt"> Anthony Baratta is a writer and newly married husband who left Southern Baptist Theological Seminary to become Catholic in March of 2012. Read more about Anthony’s journey at his &lt;a href&#x3D;&quot;http://ww </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/avellina-balestri/" class="global-link global-radius" aria-label="Avellina Balestri"></a> <img srcset="/content/images/size/w300/wordpress/2016/09/234-5.jpg 300w, /content/images/size/w600/wordpress/2016/09/234-5.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/09/234-5.jpg" alt="Avellina Balestri"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/avellina-balestri/">Avellina Balestri</a></h2> <small>1 post</small> <p class="item-excerpt"> Avellina Balestri (aka Rosaria Marie) is a Catholic freelance writer and Editor-in-Chief of &lt;i&gt;&lt;a href&#x3D;&quot;http://www.thefellowshipoftheking.net/&quot;&gt;The Fellowship of the King&lt;/a&gt; &lt;/i&gt;, a Catholic online </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/bill-kassel/" class="global-link global-radius" aria-label="Bill Kassel"></a> <img srcset="/content/images/size/w300/wordpress/2015/06/Kassel-Headshot.png 300w, /content/images/size/w600/wordpress/2015/06/Kassel-Headshot.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/06/Kassel-Headshot.png" alt="Bill Kassel"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/bill-kassel/">Bill Kassel</a></h2> <small>1 post</small> <p class="item-excerpt"> An adult convert, Bill Kassel is a writer, communications consultant, and musician based in Michigan. During the 1980s he led a Catholic music ensemble called Company, which was a forerunner of today </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/blanca-ruiz/" class="global-link global-radius" aria-label="Blanca Ruiz"></a> <img srcset="/content/images/size/w300/wordpress/2015/06/12.png 300w, /content/images/size/w600/wordpress/2015/06/12.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/06/12.png" alt="Blanca Ruiz"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/blanca-ruiz/">Blanca Ruiz</a></h2> <small>1 post</small> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/cathopic/" class="global-link global-radius" aria-label="Cathopic"></a> <img srcset="/content/images/size/w300/2023/07/churchpop_icon-4.png 300w, /content/images/size/w600/2023/07/churchpop_icon-4.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/07/churchpop_icon-4.png" alt="Cathopic"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/cathopic/">Cathopic</a></h2> <small>1 post</small> <p class="item-excerpt"> United by faith, Cathopic seeks to serve the Body of Christ through high-quality and authentic digital resources, to convert the culture for Christ. Join us in our mission to evangelize the world by </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/cecilia-allen/" class="global-link global-radius" aria-label="Cecilia Allen"></a> <img srcset="/content/images/size/w300/2023/07/churchpop_icon-5.png 300w, /content/images/size/w600/2023/07/churchpop_icon-5.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/07/churchpop_icon-5.png" alt="Cecilia Allen"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/cecilia-allen/">Cecilia Allen</a></h2> <small>1 post</small> <p class="item-excerpt"> The oldest of 5 children, Cecilia was raised in a Catholic, homeschooling family. She spent a year volunteering with Franciscan Sisters before entering the Carmelite Monastery. She later discerned a </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/chad-bird/" class="global-link global-radius" aria-label="Chad Bird"></a> <img srcset="/content/images/size/w300/wordpress/2014/08/chad-bird-pic.png 300w, /content/images/size/w600/wordpress/2014/08/chad-bird-pic.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/08/chad-bird-pic.png" alt="Chad Bird"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/chad-bird/">Chad Bird</a></h2> <small>1 post</small> <p class="item-excerpt"> Chad Bird is a husband, father, poet, runner, lover of Hebrew and the Hebrew Bible, and an active Christian of the Lutheran confession. His writings have been published in &lt;i&gt;The Federalist, Modern R </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/chelsea-clarkson/" class="global-link global-radius" aria-label="Chelsea Clarkson"></a> <img srcset="/content/images/size/w300/wordpress/2015/05/13.jpg 300w, /content/images/size/w600/wordpress/2015/05/13.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/05/13.jpg" alt="Chelsea Clarkson"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/chelsea-clarkson/">Chelsea Clarkson</a></h2> <small>1 post</small> <p class="item-excerpt"> Chelsea Clarkson is a mother and writer living in Sarasota, Florida. She blogs about faith, family, and fabulosity at &lt;a href&#x3D;&quot;http://holysparkle.com/&quot;&gt;Holy Sparkle&lt;/a&gt;. Chelsea also runs &lt;a href&#x3D;&quot;ht </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/christina-kleehammer/" class="global-link global-radius" aria-label="Christina Kleehammer"></a> <img srcset="/content/images/size/w300/wordpress/2016/02/1-19.jpg 300w, /content/images/size/w600/wordpress/2016/02/1-19.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/02/1-19.jpg" alt="Christina Kleehammer"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/christina-kleehammer/">Christina Kleehammer</a></h2> <small>1 post</small> <p class="item-excerpt"> Christina Kleehammer is a soldier’s wife, a baby boy’s mother, and a Roman Catholic convert hailing from the Post-Evangelical refugee camps of the American spiritual landscape. She tends to write </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/claudine-macalisang/" class="global-link global-radius" aria-label="Claudine Macalisang"></a> <img srcset="/content/images/size/w300/wordpress/2022/12/claudine-700x700.jpg 300w, /content/images/size/w600/wordpress/2022/12/claudine-700x700.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2022/12/claudine-700x700.jpg" alt="Claudine Macalisang"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/claudine-macalisang/">Claudine Macalisang</a></h2> <small>1 post</small> <p class="item-excerpt"> Claudine is the founder, artist, and admin of the page &lt;a href&#x3D;&quot;https://www.instagram.com/carissimaedei/&quot;&gt;Carissimae Dei&lt;/a&gt;. She loves dwelling in silence, mental prayer, and reading spiritual books </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/daniel-mcinerny/" class="global-link global-radius" aria-label="Daniel McInerny"></a> <img srcset="/content/images/size/w300/wordpress/2014/12/dan.png 300w, /content/images/size/w600/wordpress/2014/12/dan.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/12/dan.png" alt="Daniel McInerny"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/daniel-mcinerny/">Daniel McInerny</a></h2> <small>1 post</small> <p class="item-excerpt"> Daniel McInerny holds a PhD in philosophy and taught for many years at several universities in the United States. He is the author of the blackly comic thriller &lt;a href&#x3D;&quot;http://www.amazon.com/High-Co </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/david-ramos/" class="global-link global-radius" aria-label="David Ramos"></a> <img srcset="/content/images/size/w300/wordpress/2015/06/12.png 300w, /content/images/size/w600/wordpress/2015/06/12.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/06/12.png" alt="David Ramos"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/david-ramos/">David Ramos</a></h2> <small>1 post</small> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/duncan-g-stroik/" class="global-link global-radius" aria-label="Duncan Stroik"></a> <img srcset="/content/images/size/w300/wordpress/2016/06/123-1-700x700.jpg 300w, /content/images/size/w600/wordpress/2016/06/123-1-700x700.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/06/123-1-700x700.jpg" alt="Duncan Stroik"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/duncan-g-stroik/">Duncan Stroik</a></h2> <small>1 post</small> <p class="item-excerpt"> Duncan G. Stroik is a practicing architect, author, and Professor of Architecture at the University of Notre Dame. His award-winning work includes Our Lady of the Most Holy Trinity Chapel in Californ </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/edward-pentin/" class="global-link global-radius" aria-label="Edward Pentin"></a> <img srcset="/content/images/size/w300/wordpress/2016/06/1.jpeg 300w, /content/images/size/w600/wordpress/2016/06/1.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/06/1.jpeg" alt="Edward Pentin"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/edward-pentin/">Edward Pentin</a></h2> <small>1 post</small> <p class="item-excerpt"> Edward Pentin is the Rome Correspondent for the National Catholic Register. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/ewtn-global-catholic-network/" class="global-link global-radius" aria-label="EWTN Global Catholic Network"></a> <img srcset="/content/images/size/w300/wordpress/2019/07/Screen-Shot-2019-07-19-at-2.25.29-PM.png 300w, /content/images/size/w600/wordpress/2019/07/Screen-Shot-2019-07-19-at-2.25.29-PM.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2019/07/Screen-Shot-2019-07-19-at-2.25.29-PM.png" alt="EWTN Global Catholic Network"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/ewtn-global-catholic-network/">EWTN Global Catholic Network</a></h2> <small>1 post</small> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/father-paul-michael-piega/" class="global-link global-radius" aria-label="Father Paul-Michael Piega"></a> <img srcset="/content/images/size/w300/wordpress/2018/09/Piega.jpg 300w, /content/images/size/w600/wordpress/2018/09/Piega.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2018/09/Piega.jpg" alt="Father Paul-Michael Piega"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/father-paul-michael-piega/">Father Paul-Michael Piega</a></h2> <small>1 post</small> <p class="item-excerpt"> Fr. Piega is a priest in the Diocese of Austin, Texas. His hope is that you strive to become a saint and that you know that there is a God who loves you. Know of his prayers for you and he humbly ask </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/fr-dave-pivonka/" class="global-link global-radius" aria-label="Fr. Dave Pivonka"></a> <img srcset="/content/images/size/w300/wordpress/2015/12/222-700x700.jpg 300w, /content/images/size/w600/wordpress/2015/12/222-700x700.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/12/222-700x700.jpg" alt="Fr. Dave Pivonka"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/fr-dave-pivonka/">Fr. Dave Pivonka</a></h2> <small>1 post</small> <p class="item-excerpt"> Fr. Dave Pivonka, TOR, is a nationally known author and speaker. He also leads pilgrimages to some of the holiest sites in the world. He spends much of his time helping others come to know God’s lo </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/fr-david-cartwright/" class="global-link global-radius" aria-label="Fr. David Cartwright"></a> <img srcset="/content/images/size/w300/wordpress/2017/11/FrDavid-700x700.jpg 300w, /content/images/size/w600/wordpress/2017/11/FrDavid-700x700.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2017/11/FrDavid-700x700.jpg" alt="Fr. David Cartwright"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/fr-david-cartwright/">Fr. David Cartwright</a></h2> <small>1 post</small> <p class="item-excerpt"> Fr David Cartwright is the Vocations Director for the Archdiocese of Melbourne, Australia. He was ordained in the Jubilee Year of 2000 and also serves as Pastor of St. Fidelis Parish, Moreland in the </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/fr-goyo-hidalgo/" class="global-link global-radius" aria-label="Fr. Goyo Hidalgo"></a> <img srcset="/content/images/size/w300/wordpress/2021/10/Screen-Shot-2021-10-12-at-2.41.16-PM.png 300w, /content/images/size/w600/wordpress/2021/10/Screen-Shot-2021-10-12-at-2.41.16-PM.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2021/10/Screen-Shot-2021-10-12-at-2.41.16-PM.png" alt="Fr. Goyo Hidalgo"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/fr-goyo-hidalgo/">Fr. Goyo Hidalgo</a></h2> <small>1 post</small> <p class="item-excerpt"> Fr. Goyo Hidalgo is a Catholic priest Archdiocese of Los Angeles, California. You can follow him on &lt;a href&#x3D;&quot;https://www.instagram.com/frgoyo/&quot;&gt;Instagram&lt;/a&gt; and &lt;a href&#x3D;&quot;https://twitter.com/FrGoyo&quot;&gt; </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/fr-joseph-keating/" class="global-link global-radius" aria-label="Fr. Joseph Keating"></a> <img srcset="/content/images/size/w300/wordpress/2021/03/keating_primary01.png 300w, /content/images/size/w600/wordpress/2021/03/keating_primary01.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2021/03/keating_primary01.png" alt="Fr. Joseph Keating"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/fr-joseph-keating/">Fr. Joseph Keating</a></h2> <small>1 post</small> <p class="item-excerpt"> Rev. Joe Keating was raised in a Catholic family in San Angelo, Texas. He was ordained a priest of Jesus Christ on May 21, 2016. He currently serves as pastor of Sacred Heart Parish and School in Mu </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/gavin-c-miller/" class="global-link global-radius" aria-label="Gavin Miller"></a> <img srcset="/content/images/size/w300/wordpress/2015/11/124.jpg 300w, /content/images/size/w600/wordpress/2015/11/124.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/11/124.jpg" alt="Gavin Miller"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/gavin-c-miller/">Gavin Miller</a></h2> <small>1 post</small> <p class="item-excerpt"> Gavin C. Miller is a field biologist with experience in ecological restoration and native plant propagation, and is also sometimes a freelance writer. He lives in Toronto. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/gia-chacon/" class="global-link global-radius" aria-label="Gia Chacon"></a> <img srcset="/content/images/size/w300/wordpress/2023/01/Screen-Shot-2023-01-26-at-2.49.55-PM-700x699.png 300w, /content/images/size/w600/wordpress/2023/01/Screen-Shot-2023-01-26-at-2.49.55-PM-700x699.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2023/01/Screen-Shot-2023-01-26-at-2.49.55-PM-700x699.png" alt="Gia Chacon"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/gia-chacon/">Gia Chacon</a></h2> <small>1 post</small> <p class="item-excerpt"> Gia is a humanitarian, motivational speaker, and founder of For the Martyrs and the March for the Martyrs. She hopes to empower this generation to live a life with passion-driven purpose. Connect wit </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/grant-diamond/" class="global-link global-radius" aria-label="Grant Diamond"></a> <img srcset="/content/images/size/w300/wordpress/2016/05/123-1-700x700.jpg 300w, /content/images/size/w600/wordpress/2016/05/123-1-700x700.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/05/123-1-700x700.jpg" alt="Grant Diamond"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/grant-diamond/">Grant Diamond</a></h2> <small>1 post</small> <p class="item-excerpt"> Grant grew up wanting to be President, now he just wants to tell people about Jesus. He blogs less than he should at &lt;a href&#x3D;&quot;http://www.leadwhereyouare.today/&quot;&gt;Lead Where You Are.Today&lt;/a&gt; and is cu </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/hacs/" class="global-link global-radius" aria-label="Holy Apostles College &amp;amp; Seminary"></a> <img srcset="/content/images/size/w300/wordpress/2014/09/HACS-Small-Logo.jpg 300w, /content/images/size/w600/wordpress/2014/09/HACS-Small-Logo.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/09/HACS-Small-Logo.jpg" alt="Holy Apostles College &amp;amp; Seminary"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/hacs/">Holy Apostles College &amp;amp; Seminary</a></h2> <small>1 post</small> <p class="item-excerpt"> &lt;a href&#x3D;&quot;http://www.holyapostles.edu/&quot;&gt;Holy Apostles College &amp;amp; Seminary&lt;/a&gt; offers graduate and undergraduate degrees 100% online and is recommended by the &lt;a href&#x3D;&quot;http://www.cardinalnewmansocie </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/hannah-brockhaus/" class="global-link global-radius" aria-label="Hannah Brockhaus"></a> <img srcset="/content/images/size/w300/wordpress/2016/08/123-5-700x700.jpg 300w, /content/images/size/w600/wordpress/2016/08/123-5-700x700.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/08/123-5-700x700.jpg" alt="Hannah Brockhaus"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/hannah-brockhaus/">Hannah Brockhaus</a></h2> <small>1 post</small> <p class="item-excerpt"> Hannah writes for Catholic News Agency. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/hannah-marie/" class="global-link global-radius" aria-label="Hannah Marie"></a> <img srcset="/content/images/size/w300/wordpress/2015/02/22.png 300w, /content/images/size/w600/wordpress/2015/02/22.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/02/22.png" alt="Hannah Marie"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/hannah-marie/">Hannah Marie</a></h2> <small>1 post</small> <p class="item-excerpt"> Hannah, a Gonzaga University alumna, shares her passion &amp;amp; love for her Catholic faith through writing. A resident of the Inland Northwest, Hannah enjoys being an Aunt/Godmother, fly fishing, ball </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/jana-zuniga/" class="global-link global-radius" aria-label="Jana Zuniga"></a> <img srcset="/content/images/size/w300/wordpress/2021/09/jana-headshot1.jpg 300w, /content/images/size/w600/wordpress/2021/09/jana-headshot1.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2021/09/jana-headshot1.jpg" alt="Jana Zuniga"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/jana-zuniga/">Jana Zuniga</a></h2> <small>1 post</small> <p class="item-excerpt"> Jana Zuniga is a Catholic artist and designer from Atlanta, Ga. She resides in Colorado Springs with her husband, Tim, and is the founder of January Jane Shop, an online shop for Catholic-inspired ar </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/jason-gordon/" class="global-link global-radius" aria-label="Jason Uriah"></a> <img srcset="/content/images/size/w300/wordpress/2017/01/123-4.jpg 300w, /content/images/size/w600/wordpress/2017/01/123-4.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2017/01/123-4.jpg" alt="Jason Uriah"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/jason-gordon/">Jason Uriah</a></h2> <small>1 post</small> <p class="item-excerpt"> Jason Uriah hails from New York City where he is a marketing associate by day and blogger by night. He is a sports and music fanatic and often tries to marry the two in his writing. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/john-tuttle/" class="global-link global-radius" aria-label="John Tuttle"></a> <img srcset="/content/images/size/w300/wordpress/2021/04/JohnNew2-scaled.jpg 300w, /content/images/size/w600/wordpress/2021/04/JohnNew2-scaled.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2021/04/JohnNew2-scaled.jpg" alt="John Tuttle"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/john-tuttle/">John Tuttle</a></h2> <small>1 post</small> <p class="item-excerpt"> John Tuttle is a Catholic writer and creative with a passion for truth, goodness, and beauty. His writing has been featured by a number of outlets, including The Wanderer, Franciscan Media, Catholic </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/joshua-snatchko/" class="global-link global-radius" aria-label="Joshua Snatchko"></a> <img srcset="/content/images/size/w300/wordpress/2016/09/josh-700x700.jpg 300w, /content/images/size/w600/wordpress/2016/09/josh-700x700.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/09/josh-700x700.jpg" alt="Joshua Snatchko"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/joshua-snatchko/">Joshua Snatchko</a></h2> <small>1 post</small> <p class="item-excerpt"> Joshua Snatchko is a graduate of Franciscan University of Steubenville (B.A. Theology and Catechetics &#x27;13). He has a beautiful wife Caitlin and one son named Patrick Joseph. And he&#x27;s a full-time yout </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/julie-cook/" class="global-link global-radius" aria-label="Julie Cook"></a> <img srcset="/content/images/size/w300/wordpress/2016/03/Julie-1.jpg 300w, /content/images/size/w600/wordpress/2016/03/Julie-1.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/03/Julie-1.jpg" alt="Julie Cook"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/julie-cook/">Julie Cook</a></h2> <small>1 post</small> <p class="item-excerpt"> Julie Cook lives in west Michigan and has been a certified Natural Family Planning instructor with the Couple to Couple League for 7 years. When not drawing outrageous things, she can be found upcycl </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/kate-chetta/" class="global-link global-radius" aria-label="Kate Chetta"></a> <img srcset="/content/images/size/w300/wordpress/2017/03/1-7.jpg 300w, /content/images/size/w600/wordpress/2017/03/1-7.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2017/03/1-7.jpg" alt="Kate Chetta"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/kate-chetta/">Kate Chetta</a></h2> <small>1 post</small> <p class="item-excerpt"> Kate Chetta is the wife of her best friend, Gaetano, and a mom of a 5 year old, 2 year old, 6 month old, and Liliana in heaven. She has the privilege of being a SAHM after leaving a career in the pha </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/kate-o-hare/" class="global-link global-radius" aria-label="Kate O&#x27;Hare"></a> <img srcset="/content/images/size/w300/wordpress/2022/11/Kate.jpg 300w, /content/images/size/w600/wordpress/2022/11/Kate.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2022/11/Kate.jpg" alt="Kate O&#x27;Hare"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/kate-o-hare/">Kate O&#x27;Hare</a></h2> <small>1 post</small> <p class="item-excerpt"> Kate O’Hare, a &lt;a href&#x3D;&quot;https://authory.com/KateOHare&quot;&gt;longtime entertainment journalist&lt;/a&gt;, is Social Media Content Manager at Family Theater Productions and creator of the &lt;a href&#x3D;&quot;https://www.p </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/katherine-hopping/" class="global-link global-radius" aria-label="Katherine Hopping"></a> <img srcset="/content/images/size/w300/wordpress/2021/08/Screen-Shot-2021-08-26-at-2.06.13-PM.png 300w, /content/images/size/w600/wordpress/2021/08/Screen-Shot-2021-08-26-at-2.06.13-PM.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2021/08/Screen-Shot-2021-08-26-at-2.06.13-PM.png" alt="Katherine Hopping"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/katherine-hopping/">Katherine Hopping</a></h2> <small>1 post</small> <p class="item-excerpt"> &lt;a href&#x3D;&quot;https://www.focus.org/missionaries/katherine-hopping&quot;&gt;Katherine Hopping&lt;/a&gt; is a Council Bluffs, Iowa native. She graduated from the University of Northern Iowa in 2021 with a degree in comm </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/kathy-dempsey/" class="global-link global-radius" aria-label="Kathy Dempsey"></a> <img srcset="/content/images/size/w300/wordpress/2015/08/110.jpg 300w, /content/images/size/w600/wordpress/2015/08/110.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/08/110.jpg" alt="Kathy Dempsey"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/kathy-dempsey/">Kathy Dempsey</a></h2> <small>1 post</small> <p class="item-excerpt"> Kathy Dempsey is a communications and advocacy strategist. She has 25 years of communications and advocacy experience working with Catholic institutions, schools and higher education in addition to </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/kathy-schiffer/" class="global-link global-radius" aria-label="Kathy Schiffer"></a> <img srcset="/content/images/size/w300/wordpress/2021/05/kathy-schiffer_91b87bc580c83679dad89e35126b714b7c0b4359.jpeg 300w, /content/images/size/w600/wordpress/2021/05/kathy-schiffer_91b87bc580c83679dad89e35126b714b7c0b4359.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2021/05/kathy-schiffer_91b87bc580c83679dad89e35126b714b7c0b4359.jpeg" alt="Kathy Schiffer"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/kathy-schiffer/">Kathy Schiffer</a></h2> <small>1 post</small> <p class="item-excerpt"> Kathy Schiffer is a Catholic blogger. In addition to her blog Seasons of Grace, her articles have appeared in the National Catholic Register, Aleteia, Zenit, the Michigan Catholic, Legatus Magazine, </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/kristina-sinishtaj/" class="global-link global-radius" aria-label="Kristina Sinishtaj"></a> <img srcset="/content/images/size/w300/wordpress/2016/08/345-3.jpg 300w, /content/images/size/w600/wordpress/2016/08/345-3.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/08/345-3.jpg" alt="Kristina Sinishtaj"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/kristina-sinishtaj/">Kristina Sinishtaj</a></h2> <small>1 post</small> <p class="item-excerpt"> Kristina Sinishtaj. Albanian. 17. Senior. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/lindsay-kuniyuki/" class="global-link global-radius" aria-label="Lindsay Kuniyuki"></a> <img srcset="/content/images/size/w300/wordpress/2017/07/2-1.jpg 300w, /content/images/size/w600/wordpress/2017/07/2-1.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2017/07/2-1.jpg" alt="Lindsay Kuniyuki"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/lindsay-kuniyuki/">Lindsay Kuniyuki</a></h2> <small>1 post</small> <p class="item-excerpt"> Lindsay Brack Kuniyuki earned a degree in history from the University of Arizona and spent time working and volunteering in museums before deciding to homeschool her four children using the &lt;a href&#x3D;&quot; </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/lisa-frecker/" class="global-link global-radius" aria-label="Lisa Frecker"></a> <img srcset="/content/images/size/w300/wordpress/2019/10/profile-pic.jpg 300w, /content/images/size/w600/wordpress/2019/10/profile-pic.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2019/10/profile-pic.jpg" alt="Lisa Frecker"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/lisa-frecker/">Lisa Frecker</a></h2> <small>1 post</small> <p class="item-excerpt"> Lisa Frecker holds a BA in theology and classics from Franciscan University of Steubenville. She keeps busy as a wife and stay-at-home mother of two small girls, but also dabbles in thinking, Latin t </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/lisa-socarras/" class="global-link global-radius" aria-label="Lisa Socarras"></a> <img srcset="/content/images/size/w300/wordpress/2021/06/Screen-Shot-2021-06-03-at-4.09.56-PM.png 300w, /content/images/size/w600/wordpress/2021/06/Screen-Shot-2021-06-03-at-4.09.56-PM.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2021/06/Screen-Shot-2021-06-03-at-4.09.56-PM.png" alt="Lisa Socarras"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/lisa-socarras/">Lisa Socarras</a></h2> <small>1 post</small> <p class="item-excerpt"> Lisa Socarras writes from Annandale, Virginia. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/loredana-vuoto/" class="global-link global-radius" aria-label="Loredana Vuoto"></a> <img srcset="/content/images/size/w300/wordpress/2016/04/1-3.png 300w, /content/images/size/w600/wordpress/2016/04/1-3.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/04/1-3.png" alt="Loredana Vuoto"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/loredana-vuoto/">Loredana Vuoto</a></h2> <small>1 post</small> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/lucero-manzanares/" class="global-link global-radius" aria-label="Lucero Manzanares"></a> <img srcset="/content/images/size/w300/2023/07/churchpop_icon-14.png 300w, /content/images/size/w600/2023/07/churchpop_icon-14.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/07/churchpop_icon-14.png" alt="Lucero Manzanares"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/lucero-manzanares/">Lucero Manzanares</a></h2> <small>1 post</small> <p class="item-excerpt"> Lucero Manzanares is a FOCUS missionary serving at Temple University. She works with her FOCUS teammates to host Bible studies and other activities to bring students closer to Christ. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/luke-burgis/" class="global-link global-radius" aria-label="Luke Burgis"></a> <img srcset="/content/images/size/w300/wordpress/2018/06/burgis-headshot.jpg 300w, /content/images/size/w600/wordpress/2018/06/burgis-headshot.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2018/06/burgis-headshot.jpg" alt="Luke Burgis"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/luke-burgis/">Luke Burgis</a></h2> <small>1 post</small> <p class="item-excerpt"> Luke Burgis is a Catholic entrepreneur and investor who founded multiple startups in Silicon Valley. He spent several years in seminary formation for the Diocese of Las Vegas, and is currently Entrep </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/martina-kreitzer/" class="global-link global-radius" aria-label="Martina Kreitzer"></a> <img srcset="/content/images/size/w300/wordpress/2018/11/Screen-Shot-2018-11-29-at-3.14.32-PM.jpg 300w, /content/images/size/w600/wordpress/2018/11/Screen-Shot-2018-11-29-at-3.14.32-PM.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2018/11/Screen-Shot-2018-11-29-at-3.14.32-PM.jpg" alt="Martina Kreitzer"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/martina-kreitzer/">Martina Kreitzer</a></h2> <small>1 post</small> <p class="item-excerpt"> Martina Kreitzer is Catholic wife, and mother to seven children here (and three in heaven). She created &lt;a href&#x3D;&quot;https://www.catholicsistas.com/&quot;&gt;Catholic Sistas&lt;/a&gt;, which focuses on a feminine pers </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/mary-beth-baker/" class="global-link global-radius" aria-label="Mary Beth Giltner"></a> <img srcset="/content/images/size/w300/wordpress/2016/07/123-12.jpg 300w, /content/images/size/w600/wordpress/2016/07/123-12.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/07/123-12.jpg" alt="Mary Beth Giltner"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/mary-beth-baker/">Mary Beth Giltner</a></h2> <small>1 post</small> <p class="item-excerpt"> Mary Beth Giltner is the Senior Acquisitions Editor at Our Sunday Visitor. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/matt-mcdonald/" class="global-link global-radius" aria-label="Matt McDonald"></a> <img srcset="/content/images/size/w300/2023/07/churchpop_icon-15.png 300w, /content/images/size/w600/2023/07/churchpop_icon-15.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/07/churchpop_icon-15.png" alt="Matt McDonald"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/matt-mcdonald/">Matt McDonald</a></h2> <small>1 post</small> <p class="item-excerpt"> Matt McDonald writes for the National Catholic Register. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/melissa-keating/" class="global-link global-radius" aria-label="Melissa Keating"></a> <img srcset="/content/images/size/w300/wordpress/2016/03/melissa-keating.jpg 300w, /content/images/size/w600/wordpress/2016/03/melissa-keating.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/03/melissa-keating.jpg" alt="Melissa Keating"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/melissa-keating/">Melissa Keating</a></h2> <small>1 post</small> <p class="item-excerpt"> Melissa Keating is a follicular hagiographer and St. John the Evangelist enthusiast currently living and writing in Denver, Colorado. She is incredibly blessed and frequently boasts about her awesome </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/michael-a-mcdonald/" class="global-link global-radius" aria-label="Michael McDonald"></a> <img srcset="/content/images/size/w300/wordpress/2018/06/mike.jpg 300w, /content/images/size/w600/wordpress/2018/06/mike.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2018/06/mike.jpg" alt="Michael McDonald"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/michael-a-mcdonald/">Michael McDonald</a></h2> <small>1 post</small> <p class="item-excerpt"> Mike is a software consultant who lives in Texas with Kathy, his wife of 44 years. He likes spending time with family and studying his two passions - baseball and religion. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/michael-barber/" class="global-link global-radius" aria-label="Michael Barber"></a> <img srcset="/content/images/size/w300/wordpress/2019/08/St.-Pauls-Center.png 300w, /content/images/size/w600/wordpress/2019/08/St.-Pauls-Center.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2019/08/St.-Pauls-Center.png" alt="Michael Barber"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/michael-barber/">Michael Barber</a></h2> <small>1 post</small> <p class="item-excerpt"> Dr. Michael Barber, St. Paul Center Senior Fellow, is Associate Professor of Scripture and Theology at the Augustine Institute. He has served as Dean of the School of Theology at John Paul the Great </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/michael-morris/" class="global-link global-radius" aria-label="Michael Morris"></a> <img srcset="/content/images/size/w300/wordpress/2016/09/123-1.jpg 300w, /content/images/size/w600/wordpress/2016/09/123-1.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/09/123-1.jpg" alt="Michael Morris"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/michael-morris/">Michael Morris</a></h2> <small>1 post</small> <p class="item-excerpt"> Mike resides in the hipster jungle of Denton, Texas where he raises a gaggle of girls with his wife who is the better parent. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/mike-bovino/" class="global-link global-radius" aria-label="Mike Bovino"></a> <img srcset="/content/images/size/w300/wordpress/2018/10/Screen-Shot-2018-10-12-at-4.28.13-PM.png 300w, /content/images/size/w600/wordpress/2018/10/Screen-Shot-2018-10-12-at-4.28.13-PM.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2018/10/Screen-Shot-2018-10-12-at-4.28.13-PM.png" alt="Mike Bovino"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/mike-bovino/">Mike Bovino</a></h2> <small>1 post</small> <p class="item-excerpt"> Mike served as a FOCUS missionary for two years at Montclair State University in New Jersey. He is currently entering his third year of theological studies at Mount St. Mary&#x27;s Seminary in Emmitsburg, </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/mother-mary-angelica/" class="global-link global-radius" aria-label="Mother Mary Angelica"></a> <img srcset="/content/images/size/w300/wordpress/2021/12/mother-a-headshot.jpg 300w, /content/images/size/w600/wordpress/2021/12/mother-a-headshot.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2021/12/mother-a-headshot.jpg" alt="Mother Mary Angelica"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/mother-mary-angelica/">Mother Mary Angelica</a></h2> <small>1 post</small> <p class="item-excerpt"> Mother Mary Angelica of the Annunciation was a nun of the Poor Clares of Perpetual Adoration and the founder of EWTN, the largest Catholic media network in the world. Learn about her amazing life &lt;a </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/neil-mcgee/" class="global-link global-radius" aria-label="Neil McGee"></a> <img srcset="/content/images/size/w300/wordpress/2016/04/Neil-McGee-2.jpg 300w, /content/images/size/w600/wordpress/2016/04/Neil-McGee-2.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/04/Neil-McGee-2.jpg" alt="Neil McGee"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/neil-mcgee/">Neil McGee</a></h2> <small>1 post</small> <p class="item-excerpt"> Neil McGee is a British web/data developer and founder of &lt;a href&#x3D;&quot;https://www.catholiconlinedating.co.uk/&quot;&gt;catholiconlinedating.co.uk&lt;/a&gt;. For the last couple of years I’ve been living between Lon </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/nellie-edwards/" class="global-link global-radius" aria-label="Nellie Edwards"></a> <img srcset="/content/images/size/w300/wordpress/2021/10/OLGO.jpg 300w, /content/images/size/w600/wordpress/2021/10/OLGO.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2021/10/OLGO.jpg" alt="Nellie Edwards"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/nellie-edwards/">Nellie Edwards</a></h2> <small>1 post</small> <p class="item-excerpt"> Nellie Edwards is nationally known for her sacred art depicting Our Lady of Guadalupe kneeling in Adoration of her unborn Savior-Son. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/nick-pitts/" class="global-link global-radius" aria-label="Nick Pitts"></a> <img srcset="/content/images/size/w300/wordpress/2015/04/7.png 300w, /content/images/size/w600/wordpress/2015/04/7.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/04/7.png" alt="Nick Pitts"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/nick-pitts/">Nick Pitts</a></h2> <small>1 post</small> <p class="item-excerpt"> Nick Pitts serves as the Special Assistant to the President at the &lt;a href&#x3D;&quot;http://www.denisonforum.org/&quot;&gt;Denison Forum on Truth and Culture&lt;/a&gt;. Originally from Tennessee, Nick is currently a PhD st </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/patti-armstrong/" class="global-link global-radius" aria-label="Patti Armstrong"></a> <img srcset="/content/images/size/w300/wordpress/2016/03/123.jpg 300w, /content/images/size/w600/wordpress/2016/03/123.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/03/123.jpg" alt="Patti Armstrong"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/patti-armstrong/">Patti Armstrong</a></h2> <small>1 post</small> <p class="item-excerpt"> Patti Armstrong is a Catholic author and speaker. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/peter-kreeft/" class="global-link global-radius" aria-label="Peter Kreeft"></a> <img srcset="/content/images/size/w300/wordpress/2015/04/29.jpg 300w, /content/images/size/w600/wordpress/2015/04/29.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/04/29.jpg" alt="Peter Kreeft"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/peter-kreeft/">Peter Kreeft</a></h2> <small>1 post</small> <p class="item-excerpt"> Peter Kreeft is a professor of philosophy at Boston College, as well as a prolific author and speaker. You can learn more about him at &lt;a href&#x3D;&quot;http://www.peterkreeft.com/home.htm&quot;&gt;peterkreeft.com&lt;/a </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/richard-silver/" class="global-link global-radius" aria-label="Richard Silver"></a> <img srcset="/content/images/size/w300/wordpress/2016/01/123-9.jpg 300w, /content/images/size/w600/wordpress/2016/01/123-9.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/01/123-9.jpg" alt="Richard Silver"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/richard-silver/">Richard Silver</a></h2> <small>1 post</small> <p class="item-excerpt"> Richard Silver is New York born and Bred (raised in Brooklyn and now lives in Manhattan), but to him, home is where his camera is. Richard has visited 76 countries and more than 225 cities in his lif </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/ron-quinlan/" class="global-link global-radius" aria-label="Ron Quinlan"></a> <img srcset="/content/images/size/w300/wordpress/2016/05/11-1-700x700.jpg 300w, /content/images/size/w600/wordpress/2016/05/11-1-700x700.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/05/11-1-700x700.jpg" alt="Ron Quinlan"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/ron-quinlan/">Ron Quinlan</a></h2> <small>1 post</small> <p class="item-excerpt"> Ron is a former Catholic School teacher from New Jersey now living in South Carolina and leads a charismatic prayer group. He&#x27;s be published by &lt;i&gt;Catholic Exchange&lt;/i&gt;, &lt;i&gt;Catholic Lane&lt;/i&gt;, the &lt;i&gt; </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/ryan-mayer/" class="global-link global-radius" aria-label="Ryan Mayer"></a> <img srcset="/content/images/size/w300/wordpress/2014/08/IMG_0378.jpg 300w, /content/images/size/w600/wordpress/2014/08/IMG_0378.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/08/IMG_0378.jpg" alt="Ryan Mayer"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/ryan-mayer/">Ryan Mayer</a></h2> <small>1 post</small> <p class="item-excerpt"> Ryan Mayer is theology department chair at Marin Catholic College Preparatory in the San Francisco Bay Area. He enjoys apologetics, food, and chasing his two sons around trying to convince them that </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/ryan-ohara/" class="global-link global-radius" aria-label="Ryan O&#x27;Hara"></a> <img srcset="/content/images/size/w300/wordpress/2014/08/ryan-ohara-700x700.png 300w, /content/images/size/w600/wordpress/2014/08/ryan-ohara-700x700.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2014/08/ryan-ohara-700x700.png" alt="Ryan O&#x27;Hara"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/ryan-ohara/">Ryan O&#x27;Hara</a></h2> <small>1 post</small> <p class="item-excerpt"> Ryan O’Hara serves as the Director of Mission Resources for &lt;a href&#x3D;&quot;http://www.spoweb.org/&quot;&gt;Saint Paul’s Outreach&lt;/a&gt;, a national Catholic organization that ministers to college students on camp </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/sam-stark/" class="global-link global-radius" aria-label="Sam Stark"></a> <img srcset="/content/images/size/w300/2023/07/churchpop_icon-17.png 300w, /content/images/size/w600/2023/07/churchpop_icon-17.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/07/churchpop_icon-17.png" alt="Sam Stark"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/sam-stark/">Sam Stark</a></h2> <small>1 post</small> <p class="item-excerpt"> Sam Stark (pen name) is a 20s-ish Catholic man from Florida, trying to live out his faith in the little everyday things, who struggles with gender confusion and same-sex attraction. Feel free to reac </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/sarah-kaderbek/" class="global-link global-radius" aria-label="Sarah Kaderbek"></a> <img srcset="/content/images/size/w300/wordpress/2018/07/1-6.jpg 300w, /content/images/size/w600/wordpress/2018/07/1-6.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2018/07/1-6.jpg" alt="Sarah Kaderbek"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/sarah-kaderbek/">Sarah Kaderbek</a></h2> <small>1 post</small> <p class="item-excerpt"> Sarah Kaderbek is a cradle Catholic and rising college junior. She attends the Franciscan University of Steubenville where she majors in British and American Literature. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/sarah-mishler/" class="global-link global-radius" aria-label="Sarah Mishler"></a> <img srcset="/content/images/size/w300/wordpress/2019/02/1-1.jpg 300w, /content/images/size/w600/wordpress/2019/02/1-1.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2019/02/1-1.jpg" alt="Sarah Mishler"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/sarah-mishler/">Sarah Mishler</a></h2> <small>1 post</small> <p class="item-excerpt"> Sarah Mishler is a stay-at-home mom to four little ones, ages three and under, with baby number five on the way. Her Catholic faith and her family are the cornerstones of her life. Apart from faith a </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/sr-allison-gliot/" class="global-link global-radius" aria-label="Sr. Allison Gliot"></a> <img srcset="/content/images/size/w300/wordpress/2020/11/Sister-allison.jpg 300w, /content/images/size/w600/wordpress/2020/11/Sister-allison.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2020/11/Sister-allison.jpg" alt="Sr. Allison Gliot"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/sr-allison-gliot/">Sr. Allison Gliot</a></h2> <small>1 post</small> <p class="item-excerpt"> Sr. Allison Gliot is a novice with the Daughters of St. Paul (aka, the #MediaNuns). She lives at the Metairie, La., convent, helping run the Catholic Pauline Books &amp;amp; Media center. Follow Sr. All </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/taylor-marshall/" class="global-link global-radius" aria-label="Taylor Marshall"></a> <img srcset="/content/images/size/w300/wordpress/2015/03/2.png 300w, /content/images/size/w600/wordpress/2015/03/2.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/03/2.png" alt="Taylor Marshall"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/taylor-marshall/">Taylor Marshall</a></h2> <small>1 post</small> <p class="item-excerpt"> Taylor Marshall is a Catholic, husband, father, scholar, writer, and blogger. Learn more about him at &lt;a href&#x3D;&quot;http://taylormarshall.com/&quot;&gt;taylormarshall.com&lt;/a&gt;. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/thomas-tan/" class="global-link global-radius" aria-label="Thomas Tan"></a> <img srcset="/content/images/size/w300/wordpress/2015/09/11112-700x700.jpg 300w, /content/images/size/w600/wordpress/2015/09/11112-700x700.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2015/09/11112-700x700.jpg" alt="Thomas Tan"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/thomas-tan/">Thomas Tan</a></h2> <small>1 post</small> <p class="item-excerpt"> Thomas Tan adores classic adventure sitcoms and Sunday morning cartoons. He&#x27;s a Knight of Malta and former Creative Head for HBO. When he’s not chasing deadlines in his current role as Creative Dir </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/tiffany-tubby/" class="global-link global-radius" aria-label="Tiffany Tubby"></a> <img srcset="/content/images/size/w300/wordpress/2019/04/Screen-Shot-2019-04-09-at-5.39.41-PM.png 300w, /content/images/size/w600/wordpress/2019/04/Screen-Shot-2019-04-09-at-5.39.41-PM.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2019/04/Screen-Shot-2019-04-09-at-5.39.41-PM.png" alt="Tiffany Tubby"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/tiffany-tubby/">Tiffany Tubby</a></h2> <small>1 post</small> <p class="item-excerpt"> Tiffany born and raised in New York. Since she found her creative gift of filming at age 15, God has allowed her to share other people&#x27;s stories to glorify the Kingdom of God. &quot;I believe that when we </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/valerie-schmalz/" class="global-link global-radius" aria-label="Valerie Schmalz"></a> <img srcset="/content/images/size/w300/wordpress/2016/08/3-700x700.jpeg 300w, /content/images/size/w600/wordpress/2016/08/3-700x700.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2016/08/3-700x700.jpeg" alt="Valerie Schmalz"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/valerie-schmalz/">Valerie Schmalz</a></h2> <small>1 post</small> <p class="item-excerpt"> Valerie Schmalz is assistant editor of &lt;i&gt;&lt;a href&#x3D;&quot;http://www.catholic-sf.org/index.php&quot;&gt;Catholic San Francisco&lt;/a&gt;&lt;/i&gt;, the newspaper of the Archdiocese of San Francisco. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/virginia-aabram/" class="global-link global-radius" aria-label="Virginia Aabram"></a> <img srcset="/content/images/size/w300/wordpress/2021/07/Screen-Shot-2021-07-06-at-2.18.29-PM.png 300w, /content/images/size/w600/wordpress/2021/07/Screen-Shot-2021-07-06-at-2.18.29-PM.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2021/07/Screen-Shot-2021-07-06-at-2.18.29-PM.png" alt="Virginia Aabram"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/virginia-aabram/">Virginia Aabram</a></h2> <small>1 post</small> <p class="item-excerpt"> Virginia Aabram is a recent graduate of Hillsdale College, where she studied history and journalism. Her writing also appears in The Daily Signal and The Federalist. A native of Naperville, Illinois, </p> </div> </div> <div class="item is-loop"> <div class="item-content"> <h2 class="item-title"><a href="/author/zach-blake/">Zachary Blake</a></h2> <small>1 post</small> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/zachary-jarrell/" class="global-link global-radius" aria-label="Zachary Jarrell"></a> <img srcset="/content/images/size/w300/wordpress/2018/12/Headshot-3.jpg 300w, /content/images/size/w600/wordpress/2018/12/Headshot-3.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/wordpress/2018/12/Headshot-3.jpg" alt="Zachary Jarrell"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/zachary-jarrell/">Zachary Jarrell</a></h2> <small>1 post</small> <p class="item-excerpt"> Zachary Jarrell is a missionary with the Fellowship of Catholic University Students at Georgia College and State University in Milledgeville, GA. His concentration was religious studies at the Univer </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/aaron/" class="global-link global-radius" aria-label="Aaron Lambert"></a> <img srcset="/content/images/size/w300/2023/05/aaron-lambert.jpeg 300w, /content/images/size/w600/2023/05/aaron-lambert.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/05/aaron-lambert.jpeg" alt="Aaron Lambert"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/aaron/">Aaron Lambert</a></h2> <small>1 post</small> <p class="item-excerpt"> Aaron Lambert is the managing editor of the Denver Catholic. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/deacon/" class="global-link global-radius" aria-label="Deacon Dominic Lazzaroni"></a> <img srcset="/content/images/size/w300/2023/07/LazzaroniDominic.jpeg 300w, /content/images/size/w600/2023/07/LazzaroniDominic.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/07/LazzaroniDominic.jpeg" alt="Deacon Dominic Lazzaroni"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/deacon/">Deacon Dominic Lazzaroni</a></h2> <small>1 post</small> <p class="item-excerpt"> Deacon Dominic Lazzaroni currently serves at St. Frances Cabrini Parish in West Bend, Wisconsin. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/archbishop-william-lori/" class="global-link global-radius" aria-label="Archbishop William E. Lori"></a> <img srcset="/content/images/size/w300/2023/08/Untitled-design--44-.png 300w, /content/images/size/w600/2023/08/Untitled-design--44-.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/08/Untitled-design--44-.png" alt="Archbishop William E. Lori"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/archbishop-william-lori/">Archbishop William E. Lori</a></h2> <small>1 post</small> <p class="item-excerpt"> Archbishop William E. Lori is the archbishop for the Archdiocese of Baltimore and the Supreme Chaplain for the Knights of Columbus. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/father-ronald-vierling/" class="global-link global-radius" aria-label="Father Ronald Vierling"></a> <img srcset="/content/images/size/w300/2023/08/father-v.jpeg 300w, /content/images/size/w600/2023/08/father-v.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/08/father-v.jpeg" alt="Father Ronald Vierling"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/father-ronald-vierling/">Father Ronald Vierling</a></h2> <small>1 post</small> <p class="item-excerpt"> Father Vierling ministers in catechesis and Catholic education. He serves as director of Pro Deo et Fratribus in the U.S. and is a member of the Oblates of Mary at the Foot of the Cross. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/teresamull/" class="global-link global-radius" aria-label="Teresa Mull"></a> <img srcset="/content/images/size/w300/2023/09/Untitled-design--87-.png 300w, /content/images/size/w600/2023/09/Untitled-design--87-.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/09/Untitled-design--87-.png" alt="Teresa Mull"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/teresamull/">Teresa Mull</a></h2> <small>1 post</small> <p class="item-excerpt"> Teresa Mull grew up in Pennsylvania and received a degree in Comparative Literature from the University of Dallas. She interned for Laura Ingraham and at The American Spectator magazine. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/anthony/" class="global-link global-radius" aria-label="Anthony DeStefano"></a> <img srcset="/content/images/size/w300/2023/10/Anthony-DeStefano.jpeg 300w, /content/images/size/w600/2023/10/Anthony-DeStefano.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/10/Anthony-DeStefano.jpeg" alt="Anthony DeStefano"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/anthony/">Anthony DeStefano</a></h2> <small>1 post</small> <p class="item-excerpt"> Anthony DeStefano is an American author, television host and activist. He is the author of five bestselling Christian books for adults. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/maria/" class="global-link global-radius" aria-label="Maria de las Mercedes"></a> <img srcset="/content/images/size/w300/2023/09/image0.jpeg 300w, /content/images/size/w600/2023/09/image0.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/09/image0.jpeg" alt="Maria de las Mercedes"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/maria/">Maria de las Mercedes</a></h2> <small>from Toronto, Canada ∙ 1 post</small> <p class="item-excerpt"> Maria is a Catechist and High School Religion teacher from Toronto, Canada. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/loujudd/" class="global-link global-radius" aria-label="Lou Judd"></a> <img srcset="/content/images/size/w300/2023/10/Untitled-design--60-.png 300w, /content/images/size/w600/2023/10/Untitled-design--60-.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/10/Untitled-design--60-.png" alt="Lou Judd"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/loujudd/">Lou Judd</a></h2> <small>from Kentucky, United States ∙ 1 post</small> <p class="item-excerpt"> Lou Judd is the Executive Director of the Catholic virtue program Virtue&#x3D;Strength. He is a writer, speaker, husband, and father of six. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/alextorres/" class="global-link global-radius" aria-label="Alec Torres"></a> <img srcset="/content/images/size/w300/2023/11/Untitled-design---2023-11-06T112416.044.png 300w, /content/images/size/w600/2023/11/Untitled-design---2023-11-06T112416.044.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2023/11/Untitled-design---2023-11-06T112416.044.png" alt="Alec Torres"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/alextorres/">Alec Torres</a></h2> <small>from Texas ∙ 1 post</small> <p class="item-excerpt"> Alec Torres is a former speechwriter for President Donald Trump and former House Speaker Kevin McCarthy. He is the co-author of &quot;Persecuted from Within: How the Saints Endured Crises in the Church.&quot; </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/savannah/" class="global-link global-radius" aria-label="Savannah Anne Carman"></a> <img srcset="/content/images/size/w300/2024/02/MicrosoftTeams-image--1-.png 300w, /content/images/size/w600/2024/02/MicrosoftTeams-image--1-.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/02/MicrosoftTeams-image--1-.png" alt="Savannah Anne Carman"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/savannah/">Savannah Anne Carman</a></h2> <small>from Washington, D.C. ∙ 1 post</small> <p class="item-excerpt"> Savannah Anne is the Receptionist at EWTN News. On the side, she works as a doula and fertility coach, bakes sourdough bread, and serves the Thomistic Institute Young Professionals chapter in DC. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/domonkos/" class="global-link global-radius" aria-label="Domonkos Pulay"></a> <img srcset="/content/images/size/w300/2024/04/WhatsApp-Image-2024-04-11-at-8.55.30-AM-1.jpeg 300w, /content/images/size/w600/2024/04/WhatsApp-Image-2024-04-11-at-8.55.30-AM-1.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/04/WhatsApp-Image-2024-04-11-at-8.55.30-AM-1.jpeg" alt="Domonkos Pulay"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/domonkos/">Domonkos Pulay</a></h2> <small>1 post</small> <p class="item-excerpt"> Domonkos is the editor for the Hungarian edition of ChurchPOP and a contributing reporter and host at EWTN Hungary. He has a degree in International Relations, and is a NET Ministries Ireland alumnus. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/almudena/" class="global-link global-radius" aria-label="Almudena Martínez-Bordiú"></a> <img srcset="/content/images/size/w300/2024/03/almunda.jpeg 300w, /content/images/size/w600/2024/03/almunda.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/03/almunda.jpeg" alt="Almudena Martínez-Bordiú"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/almudena/">Almudena Martínez-Bordiú</a></h2> <small>1 post</small> <p class="item-excerpt"> Almudena Martínez-Bordiú is Rome correspondent for ACI Prensa and EWTN. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/rita/" class="global-link global-radius" aria-label="Rita Sporleder"></a> <img srcset="/content/images/size/w300/2024/06/Image.jpeg 300w, /content/images/size/w600/2024/06/Image.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/06/Image.jpeg" alt="Rita Sporleder"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/rita/">Rita Sporleder</a></h2> <small>1 post</small> <p class="item-excerpt"> Rita Sporleder is from San Diego, California. She is a Graduate of the Franciscan University of Steubenville and the Associate Producer of &quot;The World Over with Raymond Arroyo&quot; at EWTN. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/migi/" class="global-link global-radius" aria-label="Migi Fabara"></a> <img srcset="/content/images/size/w300/2024/08/migi-1.jpg 300w, /content/images/size/w600/2024/08/migi-1.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/08/migi-1.jpg" alt="Migi Fabara"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/migi/">Migi Fabara</a></h2> <small>1 post</small> <p class="item-excerpt"> Migi Fabara&#x27;s emphasis lies in media and journalism. She is also a creative professional who delves into other practices, such as photojournalism and writing. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/markquaranta/" class="global-link global-radius" aria-label="Mark Quaranta"></a> <img srcset="/content/images/size/w300/2024/08/Screenshot_4_30_21__9_40_AM.png 300w, /content/images/size/w600/2024/08/Screenshot_4_30_21__9_40_AM.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/08/Screenshot_4_30_21__9_40_AM.png" alt="Mark Quaranta"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/markquaranta/">Mark Quaranta</a></h2> <small>1 post</small> <p class="item-excerpt"> Mark Quaranta is the creator of the Examination Journal. He lives outside of Allentown, PA with his wife and four children. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/catholicnewsagencydeutsch/" class="global-link global-radius" aria-label="Catholic News Agency Deutsch"></a> <img srcset="/content/images/size/w300/2024/08/Screen-Shot-2024-08-20-at-11.41.05-AM.png 300w, /content/images/size/w600/2024/08/Screen-Shot-2024-08-20-at-11.41.05-AM.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/08/Screen-Shot-2024-08-20-at-11.41.05-AM.png" alt="Catholic News Agency Deutsch"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/catholicnewsagencydeutsch/">Catholic News Agency Deutsch</a></h2> <small>1 post</small> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/celestebehe/" class="global-link global-radius" aria-label="Celeste Behe"></a> <img srcset="/content/images/size/w300/2024/08/pic-8.15.24--1-.JPG 300w, /content/images/size/w600/2024/08/pic-8.15.24--1-.JPG 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/08/pic-8.15.24--1-.JPG" alt="Celeste Behe"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/celestebehe/">Celeste Behe</a></h2> <small>from Pennsylvania ∙ 1 post</small> <p class="item-excerpt"> Celeste Behe is a speaker and contributor to Catholic publications. She founded St. Monica Ministry in the Diocese of Allentown, Pa. Celeste and her husband Michael are the parents of nine children. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/father/" class="global-link global-radius" aria-label="Father Zoltán Kovács"></a> <img srcset="/content/images/size/w300/2024/09/Screen-Shot-2024-09-04-at-1.06.47-PM.png 300w, /content/images/size/w600/2024/09/Screen-Shot-2024-09-04-at-1.06.47-PM.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/09/Screen-Shot-2024-09-04-at-1.06.47-PM.png" alt="Father Zoltán Kovács"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/father/">Father Zoltán Kovács</a></h2> <small>from Hungarian Diocese of Szeged-Csanád ∙ 1 post</small> <p class="item-excerpt"> Father Zoltán Kovács is a priest from the Hungarian Diocese of Szeged-Csanád. He graduated in biblical theology in Rome. His passion is evangelization. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/annie/" class="global-link global-radius" aria-label="Annie Cellucci"></a> <img srcset="/content/images/size/w300/2024/10/image0-1.jpeg 300w, /content/images/size/w600/2024/10/image0-1.jpeg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/10/image0-1.jpeg" alt="Annie Cellucci"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/annie/">Annie Cellucci</a></h2> <small>from Pennsylvania ∙ 1 post</small> <p class="item-excerpt"> Annie Cellucci is a high school student in Pennsylvania. She uses her platform Continuing for Carlo to encourage a deeper understanding of the Eucharist. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/amy/" class="global-link global-radius" aria-label="Amy Javier"></a> <img srcset="/content/images/size/w300/2024/12/18222243_10209029405436854_8073951638623656447_n-1.jpg 300w, /content/images/size/w600/2024/12/18222243_10209029405436854_8073951638623656447_n-1.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/12/18222243_10209029405436854_8073951638623656447_n-1.jpg" alt="Amy Javier"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/amy/">Amy Javier</a></h2> <small>1 post</small> <p class="item-excerpt"> Amy Javier is a fashion professional and business entrepreneur. She obtained an Associate&#x27;s degree in Fashion Merchandising from the Fashion Institute of Technology. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/aniko/" class="global-link global-radius" aria-label="Anikó Schnider"></a> <img srcset="/content/images/size/w300/2024/12/schnider_aniko-1.jpg 300w, /content/images/size/w600/2024/12/schnider_aniko-1.jpg 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2024/12/schnider_aniko-1.jpg" alt="Anikó Schnider"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/aniko/">Anikó Schnider</a></h2> <small>from Rome, Italy ∙ 1 post</small> <p class="item-excerpt"> Anikó Schnider is pursuing her biblical studies in Rome and serves the Church as a translator for EWTN and ChurchPOP. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/carmen/" class="global-link global-radius" aria-label="Carmen Sandoval"></a> <img srcset="/content/images/size/w300/2025/02/Untitled-design--9---1-.png 300w, /content/images/size/w600/2025/02/Untitled-design--9---1-.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2025/02/Untitled-design--9---1-.png" alt="Carmen Sandoval"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/carmen/">Carmen Sandoval</a></h2> <small>from Los Angeles, California ∙ 1 post</small> <p class="item-excerpt"> Carmen is a Los Angeles native. Born to a Mexican mother and an Italian father, she is a Catholic convert and writes on all things Catholic and trending to highlight truth, beauty, and goodness. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/hunter/" class="global-link global-radius" aria-label="Hunter Leonard"></a> <img srcset="/content/images/size/w300/2025/02/Final-Headshot--9--1-1-1.png 300w, /content/images/size/w600/2025/02/Final-Headshot--9--1-1-1.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2025/02/Final-Headshot--9--1-1-1.png" alt="Hunter Leonard"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/hunter/">Hunter Leonard</a></h2> <small>1 post</small> <p class="item-excerpt"> Hunter Leonard holds an M.A. in Theology. He has written for Busted Halo, St. Austin Review, Crisis Magazine, and Voyage Comics. He is also the author of the children’s book, “When God Speaks.” </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/srmariepaulcurley/" class="global-link global-radius" aria-label="Sr. Marie Paul Curley, FSP"></a> <img srcset="/content/images/size/w300/2025/02/Screen-Shot-2025-02-27-at-4.35.45-PM-2-1-1.png 300w, /content/images/size/w600/2025/02/Screen-Shot-2025-02-27-at-4.35.45-PM-2-1-1.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2025/02/Screen-Shot-2025-02-27-at-4.35.45-PM-2-1-1.png" alt="Sr. Marie Paul Curley, FSP"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/srmariepaulcurley/">Sr. Marie Paul Curley, FSP</a></h2> <small>1 post</small> <p class="item-excerpt"> Sr. Marie Paul Curley, FSP, is a member of the Daughters of Saint Paul. She is a screenwriter, best-selling author, and speaker. She also has a background in home video and Catholic TV production. </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/roserea/" class="global-link global-radius" aria-label="Rose Rea"></a> <img srcset="/content/images/size/w300/2025/03/Rose-Rea-headshot-1.JPG 300w, /content/images/size/w600/2025/03/Rose-Rea-headshot-1.JPG 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2025/03/Rose-Rea-headshot-1.JPG" alt="Rose Rea"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/roserea/">Rose Rea</a></h2> <small>1 post</small> <p class="item-excerpt"> Rose Rea created &#x27;Spirit and Life: The Holy Sacraments of the Catholic Church,&#x27; and co-authored &#x27;Defend Us in Battle: The True Story of MA2 US Navy SEAL Medal of Honor Recipient Michael A. Monsoor.&#x27; </p> </div> </div> <div class="item is-loop"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/author/frjosephmarywolf/" class="global-link global-radius" aria-label="Fr. Joseph M. Wolfe, MFVA"></a> <img srcset="/content/images/size/w300/2025/03/Picture1-1-1.png 300w, /content/images/size/w600/2025/03/Picture1-1-1.png 600w" sizes="(max-width:480px) 300px, (max-width:768px) 600px" src="/content/images/size/w600/2025/03/Picture1-1-1.png" alt="Fr. Joseph M. Wolfe, MFVA"> </div> <div class="item-content"> <h2 class="item-title"><a href="/author/frjosephmarywolf/">Fr. Joseph M. Wolfe, MFVA</a></h2> <small>from Birmingham, Alabama ∙ 1 post</small> <p class="item-excerpt"> Fr. Joseph Mary Wolfe is the Eternal Word Television Network&#x27;s Chaplain. He celebrates the televised Mass and has produced several EWTN series and devotions. </p> </div> </div> </div> </div> </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"> &copy; <a href="https://www.churchpop.com">ChurchPOP</a> 2025. 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=fd8173fe09"></script> <script src="https://www.churchpop.com/assets/js/post.js?v=fd8173fe09"></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> <script id="parsely-cfg" src="//cdn.parsely.com/keys/churchpop.com/p.js" async="" defer=""></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10