CINXE.COM

5 Mistakes You Could Be Making in Confession

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>5 Mistakes You Could Be Making in Confession</title> <meta name="HandheldFriendly" content="True"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script> if(window.location.pathname == '/ghost/'){var ap=1;var oce=document.createElement} </script> <script src="https://cdn.cookielaw.org/consent/tcf.stub.js" type="text/javascript" charset="UTF-8"></script> <script type="text/javascript" src="https://cdn.cookielaw.org/consent/39a5c3d8-ab30-49fb-baa4-fc8b6fb8b9e6/OtAutoBlock.js" ></script> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-document-language="true" type="text/javascript" charset="UTF-8" data-domain-script="39a5c3d8-ab30-49fb-baa4-fc8b6fb8b9e6" ></script> <script type="text/javascript"> function OptanonWrapper() { // Get initial OnetrustActiveGroups ids if(typeof OptanonWrapperCount == "undefined"){ otGetInitialGrps(); } //Delete cookies otDeleteCookie(otIniGrps); // Assign OnetrustActiveGroups to custom variable function otGetInitialGrps(){ OptanonWrapperCount = ''; otIniGrps = OnetrustActiveGroups; // console.log("otGetInitialGrps", otIniGrps) } function otDeleteCookie(iniOptGrpId) { var otDomainGrps = JSON.parse(JSON.stringify(Optanon.GetDomainData().Groups)); var otDeletedGrpIds = otGetInactiveId(iniOptGrpId, OnetrustActiveGroups); if(otDeletedGrpIds.length != 0 && otDomainGrps.length !=0){ for(var i=0; i < otDomainGrps.length; i++){ //Check if CustomGroupId matches if(otDomainGrps[i]['CustomGroupId'] != '' && otDeletedGrpIds.includes(otDomainGrps[i]['CustomGroupId'])){ for(var j=0; j < otDomainGrps[i]['Cookies'].length; j++){ //console.log("otDeleteCookie",otDomainGrps[i]['Cookies'][j]['Name']) //Delete cookie eraseCookie(otDomainGrps[i]['Cookies'][j]['Name']); } } //Check if Hostid matches if(otDomainGrps[i]['Hosts'].length != 0){ for(var j=0; j < otDomainGrps[i]['Hosts'].length; j++){ //Check if HostId presents in the deleted list and cookie array is not blank if(otDeletedGrpIds.includes(otDomainGrps[i]['Hosts'][j]['HostId']) && otDomainGrps[i]['Hosts'][j]['Cookies'].length !=0){ for(var k=0; k < otDomainGrps[i]['Hosts'][j]['Cookies'].length; k++){ //Delete cookie eraseCookie(otDomainGrps[i]['Hosts'][j]['Cookies'][k]['Name']); } } } } } //Do more cleanup if(otDeletedGrpIds.includes("C0002")){ cookies = document.cookie.split(";") cookies.forEach(function(cookie){ name = cookie.split("=")[0].trim() if(name.startsWith("__io") || name.startsWith("_ga") || name.startsWith("_pk")) eraseCookie(name) }) } } otGetInitialGrps(); //Reassign new group ids } //Get inactive ids function otGetInactiveId(customIniId, otActiveGrp){ //Initial OnetrustActiveGroups // console.log("otGetInactiveId",customIniId) customIniId = customIniId.split(","); customIniId = customIniId.filter(Boolean); //After action OnetrustActiveGroups otActiveGrp = otActiveGrp.split(","); otActiveGrp = otActiveGrp.filter(Boolean); var result=[]; for (var i=0; i < customIniId.length; i++){ if ( otActiveGrp.indexOf(customIniId[i]) <= -1 ){ result.push(customIniId[i]); } } return result; } //Delete cookie function eraseCookie(name) { //Delete root path cookies domainName = window.location.hostname; shortName = domainName.substring(domainName.indexOf('.')) document.cookie = name+'=; Max-Age=-99999999; Path=/;Domain='+ domainName; document.cookie = name+'=; Max-Age=-99999999; Path=/;Domain='+ shortName; document.cookie = name+'=; Max-Age=-99999999; Path=/;'; //Delete LSO incase LSO being used, cna be commented out. localStorage.removeItem(name); //Check for the current path of the page pathArray = window.location.pathname.split('/'); //Loop through path hierarchy and delete potential cookies at each path. for (var i=0; i < pathArray.length; i++){ if (pathArray[i]){ //Build the path string from the Path Array e.g /site/login var currentPath = pathArray.slice(0,i+1).join('/'); document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + ';Domain='+ domainName; document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + ';Domain='+ shortName; document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + ';'; //Maybe path has a trailing slash! document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + '/;Domain='+ domainName; document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + '/;Domain='+ shortName; document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + '/;'; } } } } </script> <script> if(ap){document.createElement = oce} </script> <script async data-ot-ignore src="https://pagead2.googlesyndication.com/tag/js/gpt.js"></script> <script> window.lastTrackingConsentState = 2 window.addEventListener("OneTrustGroupsUpdated", function(event) { googletag.cmd.push(function() { googletag.pubads().setPrivacySettings({ limitedAds: !event.detail.includes("C0004") }); if (lastTrackingConsentState == 2 || lastTrackingConsentState != !event.detail.includes("C0004")){ googletag.pubads().refresh() } lastTrackingConsentState = !event.detail.includes("C0004") }) //console.log(`The following groups are now active: ${event.detail.join(", ")}`) }); window.googletag = window.googletag || {cmd: []}; window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('consent', 'default', { 'analytics_storage': 'denied', 'functionality_storage': 'denied', 'ad_storage': 'denied', 'personalization_storage': 'denied', 'security_storage': 'denied', 'wait_for_update': 500 }); googletag.cmd.push(function() { upper = document.querySelector("[data-ad-position=upper]") lower = document.querySelector("[data-ad-position=lower]") content = document.querySelector(".post-content") sections = content.childElementCount - 4 if (sections == 1) { upper.remove() lower.remove() } else if (sections == 2 || sections == 3){ lower.remove() content.insertBefore(upper, content.children[1]) } else if (sections == 5){ content.insertBefore(upper, content.children[1]) content.insertBefore(lower, content.children[5]) } else { spacing = Math.ceil(sections / 4) content.insertBefore(upper, content.children[spacing]) content.insertBefore(lower, content.children[(sections - spacing) + 1]) } 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.defineSlot('/1319756/CPOP_EN_Slider', [[300, 250], [728, 90], [320, 100], [320, 50], [970, 90]], 'CPOP_EN_Slider').addService(googletag.pubads()); googletag.defineSlot('/1319756/CPOP_EN_Article_1', [[300, 250], 'fluid'], 'CPOP_EN_Article_1').addService(googletag.pubads()); googletag.defineSlot('/1319756/CPOP_EN_Article_2', [[300, 250], 'fluid'], 'CPOP_EN_Article_2').addService(googletag.pubads()); googletag.defineSlot('/1319756/CPOP_EN_Article_Footer', [[970, 90], [320, 100], [728, 90]], 'CPOP_EN_Article_Footer').defineSizeMapping(mappingHeaderFooter).addService(googletag.pubads()); 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=802cc2cc6e"> <style> :root { --font-family-one: 'Inter', sans-serif; --font-weight-one-light: 300; --font-weight-one-bold: 700; --font-family-two: 'Inter', sans-serif; --font-weight-two-bold: 700; --font-family-three: 'Inter', sans-serif; --font-weight-three-regular: 400; --font-weight-three-medium: 500; --font-weight-three-bold: 700; --letter-spacing: -.01em; } </style> <meta name="description" content="Are you falling into any of these mistakes?"> <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/5-common-mistakes-you-could-be-making-in-confession-according-to-a-catholic-priest/"> <meta name="referrer" content="no-referrer-when-downgrade"> <link rel="amphtml" href="https://www.churchpop.com/5-common-mistakes-you-could-be-making-in-confession-according-to-a-catholic-priest/amp/"> <meta property="og:site_name" content="ChurchPOP"> <meta property="og:type" content="article"> <meta property="og:title" content="5 Common Mistakes You Could Be Making in Confession, According to a Catholic Priest"> <meta property="og:description" content="Are you falling into any of these mistakes?"> <meta property="og:url" content="https://www.churchpop.com/5-common-mistakes-you-could-be-making-in-confession-according-to-a-catholic-priest/"> <meta property="og:image" content="https://www.churchpop.com/content/images/size/w1200/2024/10/Untitled-design---2024-10-22T161226.064.png"> <meta property="article:published_time" content="2024-10-26T13:00:36.000Z"> <meta property="article:modified_time" content="2024-10-27T12:38:37.000Z"> <meta property="article:tag" content="Articles"> <meta property="article:tag" content="Sacraments"> <meta property="article:tag" content="Lists"> <meta property="article:publisher" content="https://www.facebook.com/churchpopsite/"> <meta property="article:author" content="https://www.facebook.com/harumi.suzuki.9/"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="5 Common Mistakes You Could Be Making in Confession, According to a Catholic Priest"> <meta name="twitter:description" content="Are you falling into any of these mistakes?"> <meta name="twitter:url" content="https://www.churchpop.com/5-common-mistakes-you-could-be-making-in-confession-according-to-a-catholic-priest/"> <meta name="twitter:image" content="https://www.churchpop.com/content/images/size/w1200/2024/10/WhatsApp-Image-2024-10-22-at-6.10.28-PM.jpeg"> <meta name="twitter:label1" content="Written by"> <meta name="twitter:data1" content="Harumi Suzuki"> <meta name="twitter:label2" content="Filed under"> <meta name="twitter:data2" content="Articles, Sacraments, Lists"> <meta name="twitter:site" content="@Church_POP"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="675"> <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": "Harumi Suzuki", "image": { "@type": "ImageObject", "url": "https://www.churchpop.com/content/images/size/w1200/2023/07/WhatsApp-Image-2023-07-13-at-4.49.19-PM.jpeg", "width": 1200, "height": 900 }, "url": "https://www.churchpop.com/author/harumi/", "sameAs": [ "https://www.instagram.com/harumi_sc/", "https://www.facebook.com/harumi.suzuki.9/" ] }, "headline": "5 Mistakes You Could Be Making in Confession", "url": "https://www.churchpop.com/5-common-mistakes-you-could-be-making-in-confession-according-to-a-catholic-priest/", "datePublished": "2024-10-26T13:00:36.000Z", "dateModified": "2024-10-27T12:38:37.000Z", "image": { "@type": "ImageObject", "url": "https://www.churchpop.com/content/images/2024/10/Untitled-design---2024-10-22T161329.032.png", "width": 1080, "height": 1080 }, "keywords": "Articles, Sacraments, Lists", "description": "Are you falling into any of these mistakes?", "mainEntityOfPage": "https://www.churchpop.com/5-common-mistakes-you-could-be-making-in-confession-according-to-a-catholic-priest/" } </script> <meta name="generator" content="Ghost 5.109"> <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=802cc2cc6e"></script><style>:root {--ghost-accent-color: #1f1f1f;}</style> <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=802cc2cc6e"> <style>:root {--ghost-bg-color: #00b4f0;}</style> </head> <body class="post-template tag-articles tag-sacraments tag-lists 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"> <progress class="post-progress"></progress> <article class="post-section"> <div class="post-header is-partial-color"> <div class="post-header-wrap global-padding"> <div class="post-header-container"> <div class="post-header-content"> <div> <div class="post-tags global-tags" aria-label="Categories"><a href="/category/articles/">Articles</a><a href="/category/sacraments/">Sacraments</a><a href="/category/lists/">Lists</a></div> <h1 class="post-title global-title">5 Common Mistakes You Could Be Making in Confession, According to a Catholic Priest</h1> <p class="post-excerpt global-excerpt">Are you falling into any of these mistakes?</p> </div> <div class="post-meta"> <div class="post-authors global-authors"> <div> <div class="post-item-author global-item-author is-image global-image" aria-describedby="author-1"> <a href="/author/harumi/" class="global-link" title="Author: Harumi Suzuki"></a> <img src="/content/images/size/w300/2023/07/WhatsApp-Image-2023-07-13-at-4.49.19-PM.jpeg" loading="lazy" alt="Harumi Suzuki" aria-hidden="true"> </div> </div> </div> <div class="post-meta-content"> <a href="/author/harumi/" title="Harumi Suzuki" id="author-1">Harumi Suzuki</a> <time datetime="2024-10-26">October 26, 2024 — 2 minutes read</time> </div> <div class="post-share-section" aria-label="Share this post"> <small>Share this post</small> <div class="post-share-wrap"> <a class="post-share-item" href="https://www.facebook.com/sharer/sharer.php?u=https://www.churchpop.com/5-common-mistakes-you-could-be-making-in-confession-according-to-a-catholic-priest/" target="_blank" rel="noopener" aria-label="Share on 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></a> <a class="post-share-item" href="https://api.whatsapp.com/send?text=5%20Common%20Mistakes%20You%20Could%20Be%20Making%20in%20Confession%2C%20According%20to%20a%20Catholic%20Priest https://www.churchpop.com/5-common-mistakes-you-could-be-making-in-confession-according-to-a-catholic-priest/" target="_blank" rel="noopener" aria-label="Share on Whatsapp"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17.498 14.382c-.301-.15-1.767-.867-2.04-.966-.273-.101-.473-.15-.673.15-.197.295-.771.964-.944 1.162-.175.195-.349.21-.646.075-.3-.15-1.263-.465-2.403-1.485-.888-.795-1.484-1.77-1.66-2.07-.174-.3-.019-.465.13-.615.136-.135.301-.345.451-.523.146-.181.194-.301.297-.496.1-.21.049-.375-.025-.524-.075-.15-.672-1.62-.922-2.206-.24-.584-.487-.51-.672-.51-.172-.015-.371-.015-.571-.015-.2 0-.523.074-.797.359-.273.3-1.045 1.02-1.045 2.475s1.07 2.865 1.219 3.075c.149.195 2.105 3.195 5.1 4.485.714.3 1.27.48 1.704.629.714.227 1.365.195 1.88.121.574-.091 1.767-.721 2.016-1.426.255-.705.255-1.29.18-1.425-.074-.135-.27-.21-.57-.345m-5.446 7.443h-.016c-1.77 0-3.524-.48-5.055-1.38l-.36-.214-3.75.975 1.005-3.645-.239-.375c-.99-1.576-1.516-3.391-1.516-5.26 0-5.445 4.455-9.885 9.942-9.885 2.654 0 5.145 1.035 7.021 2.91 1.875 1.859 2.909 4.35 2.909 6.99-.004 5.444-4.46 9.885-9.935 9.885M20.52 3.449C18.24 1.245 15.24 0 12.045 0 5.463 0 .104 5.334.101 11.893c0 2.096.549 4.14 1.595 5.945L0 24l6.335-1.652c1.746.943 3.71 1.444 5.71 1.447h.006c6.585 0 11.946-5.336 11.949-11.896 0-3.176-1.24-6.165-3.495-8.411"/></svg></a> <a class="post-share-item" href="https://twitter.com/intent/tweet?text=5%20Common%20Mistakes%20You%20Could%20Be%20Making%20in%20Confession%2C%20According%20to%20a%20Catholic%20Priest&amp;url=https://www.churchpop.com/5-common-mistakes-you-could-be-making-in-confession-according-to-a-catholic-priest/" target="_blank" rel="noopener" aria-label="Share on 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></a> <button class="post-share-link post-share-item" id="copy" data-clipboard-target="#copy-link" aria-label="Copy link" onclick="aria_timeout(this)"><svg role="img" viewBox="0 0 33 24" xmlns="http://www.w3.org/2000/svg"><path d="M27.3999996,13.4004128 L21.7999996,13.4004128 L21.7999996,19 L18.9999996,19 L18.9999996,13.4004128 L13.3999996,13.4004128 L13.3999996,10.6006192 L18.9999996,10.6006192 L18.9999996,5 L21.7999996,5 L21.7999996,10.6006192 L27.3999996,10.6006192 L27.3999996,13.4004128 Z M12,20.87 C7.101,20.87 3.13,16.898 3.13,12 C3.13,7.102 7.101,3.13 12,3.13 C12.091,3.13 12.181,3.139 12.272,3.142 C9.866,5.336 8.347,8.487 8.347,12 C8.347,15.512 9.866,18.662 12.271,20.857 C12.18,20.859 12.091,20.87 12,20.87 Z M20.347,0 C18.882,0 17.484,0.276 16.186,0.756 C14.882,0.271 13.473,0 12,0 C5.372,0 0,5.373 0,12 C0,18.628 5.372,24 12,24 C13.471,24 14.878,23.726 16.181,23.242 C17.481,23.724 18.88,24 20.347,24 C26.975,24 32.347,18.628 32.347,12 C32.347,5.373 26.975,0 20.347,0 Z"/></svg></button> <small class="share-link-info global-alert" aria-hidden="true" aria-live="polite">The link has been copied!</small> </div> <input type="text" value="https://www.churchpop.com/5-common-mistakes-you-could-be-making-in-confession-according-to-a-catholic-priest/" id="copy-link" aria-hidden="true" tabindex="-1"> </div> </div> </div> <div class="post-header-image"> <figure> <div class="global-image global-image-orientation global-radius is-square"> <img srcset="/content/images/size/w300/2024/10/Untitled-design---2024-10-22T161329.032.png 300w, /content/images/size/w600/2024/10/Untitled-design---2024-10-22T161329.032.png 600w, /content/images/size/w1200/2024/10/Untitled-design---2024-10-22T161329.032.png 1200w" sizes="(max-width:480px) 300px, (max-width:768px) 600px, 1200px" src="/content/images/size/w1200/2024/10/Untitled-design---2024-10-22T161329.032.png" alt="confession how to"> </div> <figcaption><span style="white-space: pre-wrap;">Priest confessing. / Photo Credit: </span><a href="https://www.flickr.com/photos/s_evenseth/19644586115/" rel="noreferrer" title="Go to Sven-Kåre Evenseth's gallery"><span style="white-space: pre-wrap;">Sven-Kåre Evenseth</span></a><span style="white-space: pre-wrap;">, Flickr, </span><a href="https://creativecommons.org/licenses/by-nc-nd/2.0/" rel="noreferrer"><span style="white-space: pre-wrap;">CC BY-NC-ND 2.0</span></a></figcaption> </figure> </div> </div> </div> </div> <div class="post-content global-padding"> <p>Are you falling into any of these mistakes?</p><p>Father Matias Jurado, a priest of San Bernardo Abad parish in Buenos Aires, Argentina, highlighted five common mistakes Catholics can make in confession. </p><h2 id="father-jurado-published-this-guide-on-social-media-to-help-you-make-a-better-confession"><strong>Father Jurado </strong><a href="https://www.instagram.com/reel/DARh6VHvp0x/?utm_source=ig_web_copy_link"><strong>published this guide</strong></a><strong> on social media to help you make a better confession.</strong></h2><h2 id="1-being-lazy-or-superficial"><strong>1. Being lazy or superficial.</strong></h2><p>Confessing in a general way without going into details or minimizing sins. For example, saying "I've been bad" without being specific.</p><h2 id="2-justifying-sins"><strong>2. Justifying sins.</strong></h2><p>Making excuses instead of taking full responsibility, or explaining why the mistake was made instead of sincerely repenting.</p><h2 id="3-forgetting-the-intention-of-the-sacrament"><strong>3. Forgetting the intention of the sacrament.</strong></h2><p>Considering confession a routine or formality, rather than a personal encounter with God's mercy.</p><h2 id="4-omitting-serious-sins-out-of-shame"><strong>4. Omitting serious sins out of shame.</strong></h2><p>Not confessing major sins for fear of being judged, which prevents complete reconciliation.</p><h2 id="5-not-resolving-to-make-a-firm-purpose-of-amendment"><strong>5. Not resolving to make a firm purpose of amendment.</strong></h2><p>Confessing without a true desire to change or avoid falling into the same faults again.</p> <!--kg-card-begin: html--> <blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/reel/DARh6VHvp0x/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/reel/DARh6VHvp0x/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/reel/DARh6VHvp0x/?utm_source=ig_embed&amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">A post shared by ᴘ. ᴍᴀᴛɪᴀs ᴊᴜʀᴀᴅᴏ (@padre.matias.jurado)</a></p></div></blockquote> <script async src="//www.instagram.com/embed.js"></script> <!--kg-card-end: html--> <h3 id="the-catechism-of-the-catholic-church-reminds-us-of-the-effects-of-the-sacrament-of-confession"><strong>The </strong><a href="https://www.usccb.org/sites/default/files/flipbooks/catechism/370/"><strong><em>Catechism of the Catholic Church</em></strong></a><strong> reminds us of the effects of the sacrament of confession:</strong></h3><blockquote>'"The whole power of the sacrament of Penance consists in restoring us to God’s grace and joining us with him in an intimate friendship.'&nbsp;Reconciliation with God is thus the purpose and effect of this sacrament. For those who receive the sacrament of Penance with contrite heart and religious disposition, reconciliation 'is usually followed by peace and serenity of conscience with strong spiritual consolation.'&nbsp;(Council of Trent: DS 1674) Indeed the sacrament of Reconciliation with God brings about a true “spiritual resurrection,” restoration of the dignity and blessings of the life of the children of God, of which the most precious is friendship with God." (<a href="https://www.usccb.org/sites/default/files/flipbooks/catechism/370/">CCC 1468</a>)</blockquote><h2 id="prayer-before-confession"><strong>Prayer Before Confession</strong></h2><p>Come, Holy Spirit, enlighten my mind that I may clearly see all my sins. Let me not be deceived by self-love, but show me the true state of my conscience. Move my will to sincere sorrow; help me to make a good confession. Holy Mother of God, intercede for me that I may obtain the pardon of my sins. Amen.</p><p><strong><em>Prayer Source: </em></strong><a href="https://www.dioceseofbaker.org/documents/2019/2/AdultExaminationofConfession.pdf"><strong><em>Diocese of Baker</em></strong></a></p><h2 id="let-us-approach-confession-with-a-contrite-heart"><strong>Let us approach confession with a contrite heart.</strong></h2> <div id='CPOP_EN_Article_1' data-ad-position="upper"> <script> googletag.cmd.push(function() { googletag.display('CPOP_EN_Article_1'); }); </script> </div> <div id='CPOP_EN_Article_2' data-ad-position="lower"> <script> googletag.cmd.push(function() { googletag.display('CPOP_EN_Article_2'); }); </script> </div> <div id='CPOP_EN_Article_Footer' class="footer-ad"> <script> googletag.cmd.push(function() { googletag.display('CPOP_EN_Article_Footer'); }); </script> </div> <div class="post-share-section" aria-label="Share this post"> <small>Share this post</small> <div class="post-share-wrap"> <a class="post-share-item" href="https://www.facebook.com/sharer/sharer.php?u=https://www.churchpop.com/5-common-mistakes-you-could-be-making-in-confession-according-to-a-catholic-priest/" target="_blank" rel="noopener" aria-label="Share on 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></a> <a class="post-share-item" href="https://api.whatsapp.com/send?text=5%20Common%20Mistakes%20You%20Could%20Be%20Making%20in%20Confession%2C%20According%20to%20a%20Catholic%20Priest https://www.churchpop.com/5-common-mistakes-you-could-be-making-in-confession-according-to-a-catholic-priest/" target="_blank" rel="noopener" aria-label="Share on Whatsapp"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17.498 14.382c-.301-.15-1.767-.867-2.04-.966-.273-.101-.473-.15-.673.15-.197.295-.771.964-.944 1.162-.175.195-.349.21-.646.075-.3-.15-1.263-.465-2.403-1.485-.888-.795-1.484-1.77-1.66-2.07-.174-.3-.019-.465.13-.615.136-.135.301-.345.451-.523.146-.181.194-.301.297-.496.1-.21.049-.375-.025-.524-.075-.15-.672-1.62-.922-2.206-.24-.584-.487-.51-.672-.51-.172-.015-.371-.015-.571-.015-.2 0-.523.074-.797.359-.273.3-1.045 1.02-1.045 2.475s1.07 2.865 1.219 3.075c.149.195 2.105 3.195 5.1 4.485.714.3 1.27.48 1.704.629.714.227 1.365.195 1.88.121.574-.091 1.767-.721 2.016-1.426.255-.705.255-1.29.18-1.425-.074-.135-.27-.21-.57-.345m-5.446 7.443h-.016c-1.77 0-3.524-.48-5.055-1.38l-.36-.214-3.75.975 1.005-3.645-.239-.375c-.99-1.576-1.516-3.391-1.516-5.26 0-5.445 4.455-9.885 9.942-9.885 2.654 0 5.145 1.035 7.021 2.91 1.875 1.859 2.909 4.35 2.909 6.99-.004 5.444-4.46 9.885-9.935 9.885M20.52 3.449C18.24 1.245 15.24 0 12.045 0 5.463 0 .104 5.334.101 11.893c0 2.096.549 4.14 1.595 5.945L0 24l6.335-1.652c1.746.943 3.71 1.444 5.71 1.447h.006c6.585 0 11.946-5.336 11.949-11.896 0-3.176-1.24-6.165-3.495-8.411"/></svg></a> <a class="post-share-item" href="https://twitter.com/intent/tweet?text=5%20Common%20Mistakes%20You%20Could%20Be%20Making%20in%20Confession%2C%20According%20to%20a%20Catholic%20Priest&amp;url=https://www.churchpop.com/5-common-mistakes-you-could-be-making-in-confession-according-to-a-catholic-priest/" target="_blank" rel="noopener" aria-label="Share on 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></a> <button class="post-share-link post-share-item" id="copy" data-clipboard-target="#copy-link-footer" aria-label="Copy link" onclick="aria_timeout(this)"><svg role="img" viewBox="0 0 33 24" xmlns="http://www.w3.org/2000/svg"><path d="M27.3999996,13.4004128 L21.7999996,13.4004128 L21.7999996,19 L18.9999996,19 L18.9999996,13.4004128 L13.3999996,13.4004128 L13.3999996,10.6006192 L18.9999996,10.6006192 L18.9999996,5 L21.7999996,5 L21.7999996,10.6006192 L27.3999996,10.6006192 L27.3999996,13.4004128 Z M12,20.87 C7.101,20.87 3.13,16.898 3.13,12 C3.13,7.102 7.101,3.13 12,3.13 C12.091,3.13 12.181,3.139 12.272,3.142 C9.866,5.336 8.347,8.487 8.347,12 C8.347,15.512 9.866,18.662 12.271,20.857 C12.18,20.859 12.091,20.87 12,20.87 Z M20.347,0 C18.882,0 17.484,0.276 16.186,0.756 C14.882,0.271 13.473,0 12,0 C5.372,0 0,5.373 0,12 C0,18.628 5.372,24 12,24 C13.471,24 14.878,23.726 16.181,23.242 C17.481,23.724 18.88,24 20.347,24 C26.975,24 32.347,18.628 32.347,12 C32.347,5.373 26.975,0 20.347,0 Z"/></svg></button> <small class="share-link-info global-alert" aria-hidden="true" aria-live="polite">The link has been copied!</small> </div> <input type="text" value="https://www.churchpop.com/5-common-mistakes-you-could-be-making-in-confession-according-to-a-catholic-priest/" id="copy-link-footer" aria-hidden="true" tabindex="-1"> </div> </div> </article> <aside id="subscribe" aria-label="Subscribe to our newsletter"> <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", cssClass: "inline global-padding" }); </script> </aside> <div class="comments-section global-padding"> </div> <aside class="special-section global-padding" aria-label="Related Articles"> <div class="special-subtitle global-subtitle"> <small class="global-subtitle-title"><span>Trending now:</span></small> </div> <div class="special-wrap"> <article class="item is-special is-image" aria-labelledby="as-67ad15f663d2980001554ecc"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/catholicism-at-the-oscars-inside-the-catholic-churchs-historic-influence-on-hollywood-films/" class="global-link global-radius" aria-label="Catholicism at the Oscars: Inside The Catholic Church&#x27;s Historic Influence on Hollywood Films"></a> <img srcset="/content/images/size/w300/2025/02/Untitled-design--16--1.png 300w, /content/images/size/w600/2025/02/Untitled-design--16--1.png 600w" sizes="(max-width:480px) 300px, 600px" src="/content/images/size/w600/2025/02/Untitled-design--16--1.png" loading="lazy" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/claudette/" class="global-link" title="Author: Claudette Jerez"></a> <img src="/content/images/size/w300/2023/08/claudette.jpeg" loading="lazy" alt="Claudette Jerez" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <h2 class="item-title" id="as-67ad15f663d2980001554ecc"><a href="/catholicism-at-the-oscars-inside-the-catholic-churchs-historic-influence-on-hollywood-films/">Catholicism at the Oscars: Inside The Catholic Church&#x27;s Historic Influence on Hollywood Films</a></h2> </div> </article> <article class="item is-special is-image" aria-labelledby="as-66cf845642d86400014e6ab2"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/priests-need-friends-too-how-one-dinner-changed-my-parish-life/" class="global-link global-radius" aria-label="Priests Need Friends Too: How One Dinner Changed My Parish Life"></a> <img srcset="/content/images/size/w300/2025/02/Untitled-design--4-.png 300w, /content/images/size/w600/2025/02/Untitled-design--4-.png 600w" sizes="(max-width:480px) 300px, 600px" src="/content/images/size/w600/2025/02/Untitled-design--4-.png" loading="lazy" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/nick-manning/" class="global-link" title="Author: Nick Manning"></a> <img src="/content/images/size/w300/2023/07/churchpop_icon-16.png" loading="lazy" alt="Nick Manning" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <h2 class="item-title" id="as-66cf845642d86400014e6ab2"><a href="/priests-need-friends-too-how-one-dinner-changed-my-parish-life/">Priests Need Friends Too: How One Dinner Changed My Parish Life</a></h2> </div> </article> <article class="item is-special is-image" aria-labelledby="as-67ae77f5956b6f0001636035"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/the-forgotten-season-of-septuagesima-explained-unveiling-the-ancient-pre-lenten-tradition/" class="global-link global-radius" aria-label="The Forgotten Season of Septuagesima Explained: Unveiling the Ancient Pre-Lenten Tradition"></a> <img srcset="/content/images/size/w300/2025/02/Untitled-design--18--2.png 300w, /content/images/size/w600/2025/02/Untitled-design--18--2.png 600w" sizes="(max-width:480px) 300px, 600px" src="/content/images/size/w600/2025/02/Untitled-design--18--2.png" loading="lazy" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/jacob/" class="global-link" title="Author: Jacob Stein"></a> <img src="/content/images/size/w300/2024/03/WhatsApp-Image-2024-03-18-at-7.52.36-AM-2-1.jpeg" loading="lazy" alt="Jacob Stein" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <h2 class="item-title" id="as-67ae77f5956b6f0001636035"><a href="/the-forgotten-season-of-septuagesima-explained-unveiling-the-ancient-pre-lenten-tradition/">The Forgotten Season of Septuagesima Explained: Unveiling the Ancient Pre-Lenten Tradition</a></h2> </div> </article> <article class="item is-special is-image" aria-labelledby="as-67ae6f41956b6f0001636001"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/eager-to-find-a-spouse-5-essential-tips-for-catholic-singles-longing-for-marriage/" class="global-link global-radius" aria-label="Eager to Find a Spouse? 5 Essential Tips for Catholic Singles Longing for Marriage"></a> <img srcset="/content/images/size/w300/2025/02/Untitled-design--17--1.png 300w, /content/images/size/w600/2025/02/Untitled-design--17--1.png 600w" sizes="(max-width:480px) 300px, 600px" src="/content/images/size/w600/2025/02/Untitled-design--17--1.png" loading="lazy" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/christina/" class="global-link" title="Author: Christina Herrera"></a> <img src="/content/images/size/w300/2023/08/WhatsApp-Image-2023-08-25-at-12.41.29-PM--1-.jpeg" loading="lazy" alt="Christina Herrera" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <h2 class="item-title" id="as-67ae6f41956b6f0001636001"><a href="/eager-to-find-a-spouse-5-essential-tips-for-catholic-singles-longing-for-marriage/">Eager to Find a Spouse? 5 Essential Tips for Catholic Singles Longing for Marriage</a></h2> </div> </article> <article class="item is-special is-image" aria-labelledby="as-67ae6038956b6f0001635fd3"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/the-story-of-the-brave-priest-martyr-behind-valentines-day-uncovering-the-mysterious-legend/" class="global-link global-radius" aria-label="The Story of the Brave Priest &amp; Martyr Behind Valentine’s Day: Uncovering the Mysterious Legend"></a> <img srcset="/content/images/size/w300/2025/02/WhatsApp-Image-2025-02-13-at-1.30.18-PM.jpeg 300w, /content/images/size/w600/2025/02/WhatsApp-Image-2025-02-13-at-1.30.18-PM.jpeg 600w" sizes="(max-width:480px) 300px, 600px" src="/content/images/size/w600/2025/02/WhatsApp-Image-2025-02-13-at-1.30.18-PM.jpeg" loading="lazy" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/bridgetaugust/" class="global-link" title="Author: Bridget August"></a> <img src="/content/images/size/w300/2025/02/Bridget-Headshot-1.JPEG" loading="lazy" alt="Bridget August" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <h2 class="item-title" id="as-67ae6038956b6f0001635fd3"><a href="/the-story-of-the-brave-priest-martyr-behind-valentines-day-uncovering-the-mysterious-legend/">The Story of the Brave Priest &amp; Martyr Behind Valentine’s Day: Uncovering the Mysterious Legend</a></h2> </div> </article> <article class="item is-special is-image" aria-labelledby="as-67ad0371e61a3d0001d15697"> <div class="item-image global-image global-image-orientation global-radius"> <a href="/how-the-catholic-church-defines-love-4-beautiful-quotes-from-the-catechism/" class="global-link global-radius" aria-label="How the Catholic Church Defines Love: 4 Beautiful Quotes from the Catechism"></a> <img srcset="/content/images/size/w300/2025/02/Untitled-design--2--1.png 300w, /content/images/size/w600/2025/02/Untitled-design--2--1.png 600w" sizes="(max-width:480px) 300px, 600px" src="/content/images/size/w600/2025/02/Untitled-design--2--1.png" loading="lazy" alt=""> <div class="item-authors global-authors"> <div> <div class="item-author global-item-author is-image global-image"> <a href="/author/caroline-perkins/" class="global-link" title="Author: Caroline Perkins"></a> <img src="/content/images/size/w300/2023/05/caroline-headshot-1-2.jpg" loading="lazy" alt="Caroline Perkins" aria-hidden="true"> </div> </div> </div> </div> <div class="item-content"> <h2 class="item-title" id="as-67ad0371e61a3d0001d15697"><a href="/how-the-catholic-church-defines-love-4-beautiful-quotes-from-the-catechism/">How the Catholic Church Defines Love: 4 Beautiful Quotes from the Catechism</a></h2> </div> </article> </div> </aside> </main> <footer class="footer-section global-footer is-partial-color"> <div class="footer-wrap global-padding"> <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=802cc2cc6e"></script> <script src="https://www.churchpop.com/assets/js/post.js?v=802cc2cc6e"></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> <div id='CPOP_EN_Slider' style='min-width: 300px; min-height: 50px;'> <script> googletag.cmd.push(function() { googletag.display('CPOP_EN_Slider'); }); </script> </div> </body> </html>

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