{"id":2413498,"date":"2025-03-17T11:51:02","date_gmt":"2025-03-17T15:51:02","guid":{"rendered":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/church-of-england-claims-christian-faith-spread-with-racist-european-ideologies\/"},"modified":"2025-03-17T11:51:02","modified_gmt":"2025-03-17T15:51:02","slug":"church-of-england-claims-christian-faith-spread-with-racist-european-ideologies","status":"publish","type":"post","link":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/church-of-england-claims-christian-faith-spread-with-racist-european-ideologies\/","title":{"rendered":"Church of England Claims Christian Faith Spread with &#8216;Racist European Ideologies&#8217;"},"content":{"rendered":"<aside class=\"mashsb-container mashsb-main mashsb-stretched\"><div class=\"mashsb-box\"><div class=\"mashsb-count mash-medium\" style=\"&quot;\"><div class=\"counts mashsbcount\">22<\/div><span class=\"mashsb-sharetext\">SHARES<\/span><\/div><div class=\"mashsb-buttons\"><a class=\"mashicon-facebook mash-medium mash-nomargin mashsb-noshadow\" href=\"https:\/\/www.facebook.com\/sharer.php?u=https%3A%2F%2Fwww.conservativenewsdaily.net%2Fbreaking-news%2Fchurch-of-england-claims-christian-faith-spread-with-racist-european-ideologies%2F\" target=\"_top\" rel=\"nofollow\"><span class=\"icon\"><\/span><span class=\"text\">Facebook<\/span><\/a><a class=\"mashicon-twitter mash-medium mash-nomargin mashsb-noshadow\" href=\"https:\/\/twitter.com\/intent\/tweet?text=&amp;url=https:\/\/www.conservativenewsdaily.net\/breaking-news\/?p=2413498&amp;via=ConservNewsDly\" target=\"_top\" rel=\"nofollow\"><span class=\"icon\"><\/span><span class=\"text\">Twitter<\/span><\/a><a class=\"mashicon-subscribe mash-medium mash-nomargin mashsb-noshadow\" href=\"#\" target=\"_top\" rel=\"nofollow\"><span class=\"icon\"><\/span><span class=\"text\">Subscribe<\/span><\/a><div class=\"onoffswitch2 mash-medium mashsb-noshadow\" style=\"display:none\"><\/div><\/div>\n            <\/div>\n                <div style=\"clear:both\"><\/div><\/aside>\n            <!-- Share buttons by mashshare.net - Version: 4.0.47--><p class=\"readmore\">\n    <button onclick=\"showReadMore()\" id=\"readmorebtn\">Read more&#8230;<\/button>\n<\/p>\n<hr id=\"line\">\n<span id=\"more\"><\/p>\n<p><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><\/p>\n<section> \t\t\t\t<script>console.log(\"ad slot (AC1)\")<\/script><script>console.log(\"ad slot (IC1)\")<\/script><script>console.log(\"ad slot (IC2)\")<\/script><script>console.log(\"ad slot (IC3)\")<\/script><script>console.log(\"ad slot (IC4)\")<\/script><script>console.log(\"ad slot (REP_0)\")<\/script><\/p>\n<p>A new prayer guide for the Church of England asserted that the Christian faith was advanced by means of &ldquo;racist European ideologies.&rdquo;<\/p>\n<p>The Diocese of Norwich, which has a Racial Justice Action Group, revealed an &ldquo;anti-racist toolkit&rdquo; that told clergy to avoid Eurocentric prayers, according to a Tuesday <a href=\"https:\/\/www.christianpost.com\/news\/church-of-england-diocese-says-christianity-spread-by-racist-europeans.html\" target=\"_blank\" rel=\"noopener\">report<\/a> from The Christian Post.<\/p>\n<p>The guide also has recommendations that clergy pray for racial justice during church services.<\/p>\n<p>It&rsquo;s meant to bring local parishes along with the broader Church of England effort to oppose purported racism.<\/p>\n<p>The prayer manual told parishes to ready themselves for massive demographic shifts, even in rural East Anglia, where the vast majority of the population is white.<\/p>\n<p> <script type=\"text\/javascript\"> \t\t\tif ( getCookie( \"ff_subbed\" ) ) { \t\t\t\tdocument.getElementById(\"stnvideo\").remove() \t\t\t} else { \t\t\t\tdocument.addEventListener(\"DOMContentLoaded\", function() { \t\t\t\t\tfunction loadScript(src) { \t\t\t\t\t\tconst script=document.createElement(\"script\"); \t\t\t\t\t\tscript.src=src; \t\t\t\t\t\tscript.async=true; \t\t\t\t\t\tdocument.body.appendChild(script); \t\t\t\t\t} \t\t\t\t\tfunction findPreviousParagraph(selector, x) { \t\t\t\t\t\tconst targetElement=document.querySelector(selector); \t\t\t\t\t\tif (!targetElement) { \t\t\t\t\t\t\tconsole.warn(\"Target element not found.\"); \t\t\t\t\t\t\treturn null; \t\t\t\t\t\t}  \t\t\t\t\t\t\/\/ Get all <\/p>\n<p> elements in order as they appear in the document \t\t\t\t\t\tlet paragraphs=Array.from(document.querySelectorAll(\"p\"));  \t\t\t\t\t\t\/\/ Find the index of the last <\/p>\n<p> before the target element \t\t\t\t\t\tlet targetIndex=paragraphs.findIndex(p=> p.compareDocumentPosition(targetElement) & Node.DOCUMENT_POSITION_PRECEDING);  \t\t\t\t\t\tif (targetIndex===-1 || targetIndex <x) { \t\t\t\t\t\t\tconsole.warn(\"Not enough paragraphs before the target element.\"); \t\t\t\t\t\t\treturn null; \t\t\t\t\t\t}  \t\t\t\t\t\treturn paragraphs[targetIndex - x]; \t\t\t\t\t}  \t\t\t\t\t\/\/ Set up IntersectionObserver \t\t\t\t\tfunction observeElement(element) { \t\t\t\t\t\tif (!element) return;  \t\t\t\t\t\tconst observer=new IntersectionObserver( \t\t\t\t\t\t\t(entries)=> { \t\t\t\t\t\t\t\tentries.forEach(entry=> { \t\t\t\t\t\t\t\t\tif (entry.isIntersecting) { \t\t\t\t\t\t\t\t\t\tconsole.log(\"Paragraph is now visible:\", entry.target.textContent.trim()); \t\t\t\t\t\t\t\t\t\tloadScript(\"https:\/\/embed.sendtonews.com\/player3\/embedcode.js?fk=s28Az7AY\"); \t\t\t\t\t\t\t\t\t\tobserver.disconnect(); \t\t\t\t\t\t\t\t\t} \t\t\t\t\t\t\t\t}); \t\t\t\t\t\t\t}, \t\t\t\t\t\t\t{ threshold: 0.5 } \/\/ Adjust threshold as needed \t\t\t\t\t\t);  \t\t\t\t\t\tobserver.observe(element); \t\t\t\t\t}  \t\t\t\t\t\/\/ Find the 1st paragraph before #stnvideo and observe it \t\t\t\t\tlet paragraphToObserve=findPreviousParagraph(\"#stnvideo\", 2); \t\t\t\t\tobserveElement(paragraphToObserve); \t\t\t\t}); \t\t\t} \t\t<\/script> <\/p>\n<p>Even as the region remains predominantly British, the toolkit advised ministers to work diverse languages and topics into their prayers for the purpose of being more inclusive.<\/p>\n<p>One prayer called parishioners &ldquo;a holy family, a rainbow people.&rdquo;<\/p>\n<p>Anyone who has been following the trajectory of the Church of England in recent years will by no means be surprised with this new program.<\/p>\n<p>If anything, it&rsquo;s relatively tame compared to the sort of critical race theory activism we have seen from what remains of European Christianity.<\/p>\n<p>Western civilization as a whole, despite blessing the entire world through unprecedented technical advancement and cultural influence, and most of all the spread of the Christian faith, has nevertheless been saddled with guilt in recent decades.<\/p>\n<p>God truly used countries like <a href=\"https:\/\/www.westernjournal.com\/church-carvings-centuries-old-building-replaced-images-feminist-figures\/\" target=\"_blank\" rel=\"noopener\">England<\/a> to advance the Christian religion to diverse corners of the globe, from North America to Africa, India, and Australia.<\/p>\n<p>The simple fact is that millions would not know Jesus today had it not been for England and other Western European colonial powers.<\/p>\n<p>Men who belonged to the Church of England set out on countless voyages to explore and colonize the world, and Christianity was always central to their civilizing project.<\/p>\n<p>The British Isles in particular produced missionaries who spread the gospel, but who also brought literacy, education, hospitals, economic development, and other blessings to the entire world, chiefly driven by a desire to glorify God and love their neighbors.<\/p>\n<p>England, and Europe more broadly, should be proud of the Christian heritage, which enabled their advancements, and should celebrate that the world is a markedly better place because of them.<\/p>\n<p>Colonialism wasn&rsquo;t perfect by any means, but there is no need to embark on perpetual apology tours.<\/p>\n<p>But this is what happens when <a href=\"https:\/\/www.westernjournal.com\/methodist-church-calls-ministers-repent-hurtful-language-like-husband-wife\/\" target=\"_blank\" rel=\"noopener\">woke<\/a> ideologues take over a denomination.<\/p>\n<p>The <a href=\"https:\/\/www.westernjournal.com\/church-accused-facilitating-fake-conversions-christianity-operating-conveyer-belt-asylum-seekers\/\" target=\"_blank\" rel=\"noopener\">Church of England<\/a> ceded ground to female clergy and the sexual revolution, and the rot has continually festered in the historic Christian institution ever since, to the point where a typical Anglican church service in the United Kingdom is increasingly indistinguishable from a Black Lives Matter rally.<\/p>\n<p>This should be a lesson for American Christians.<\/p>\n<p>Though we are not as far along as <a href=\"https:\/\/www.westernjournal.com\/top-christian-denomination-explore-worshiping-god-gender-neutral\/\" target=\"_blank\" rel=\"noopener\">England<\/a>, the same rotten ideologies are sweeping our culture, and even our Christian institutions.<\/p>\n<p>The lies of cultural Marxism, feminism, and critical theory came for the church, especially during the summer of 2020, and much ground was ceded to the activists and <a href=\"https:\/\/www.westernjournal.com\/anti-trump-pastor-calls-black-people-voted-trump-vicious-slurs-racist-rant\/\" target=\"_blank\" rel=\"noopener\">grievance grifters<\/a>.<\/p>\n<p>Unless we also want to hear constantly about how racist we are and get called &ldquo;rainbow people&rdquo; every Sunday, American Christians must labor to purge the rot from our house, unless the entire foundation of the Christian faith in our nation is eroded.<\/p>\n<div style=\"position: relative;\">\n<div class=\"ff-fancy-header-container\"> \t\t\t \t<\/div>\n<div class=\"entry-submit-correction inner-content\">\n<div class=\"correction-form\">\n<form style=\"display: none;\">\n<div class=\"sc-name-field\"> \t\t\t\t\t\t<label>* Name<\/label> \t\t\t\t\t\t<br \/> \t\t\t\t\t\t<input type=\"text\" name=\"name\" required> \t\t\t\t\t<\/div>\n<div class=\"sc--field\"> \t\t\t\t\t\t<label>* <\/label> \t\t\t\t\t\t<br \/> \t\t\t\t\t\t<input type=\"text\" name=\"\" required> \t\t\t\t\t<\/div>\n<p> \t\t\t\t\t<label>* Message<\/label> \t\t\t\t\t<br \/> \t\t\t\t\t<textarea name=\"message\" required><\/textarea> \t\t\t\t\t \t\t\t\t\t<\/p>\n<div class=\"required-message\" style=\"display: none; padding-bottom: 15px;\">* All fields are required.<\/div>\n<p> \t\t\t\t\t<input type=\"submit\" value=\"Submit\" onclick=\"event.preventDefault(); firefly_sc();\"> \t\t\t\t\t \t\t\t\t\t<\/p>\n<div class=\"firefly-sc-confirm\" style=\"display: none;\">Success!<\/div>\n<\/p><\/form>\n<\/p><\/div>\n<\/p><\/div>\n<p> \t\t<script> \t\t\tfunction firefly_sc() { \t\t\t\tif( typeof window.captchaPublicKey==typeof undefined ){ \t\t\t\t\tconsole.error('window.captchaPublicKey is not defined'); \t\t\t\t} \t\t\t\tgrecaptcha.execute( window.captchaPublicKey, { action: 'submit_correction' } ).then( function( token ) { \t\t\t\t\tvar opts={ \t\t\t\t\t\taction:    'firefly_sc_submit', \t\t\t\t\t\tname:      document.querySelector( '.entry-submit-correction [name=\"name\"]' ).value, \t\t\t\t\t\t:     document.querySelector( '.entry-submit-correction [name=\"\"]' ).value, \t\t\t\t\t\tmessage:   document.querySelector( '.entry-submit-correction [name=\"message\"]' ).value, \t\t\t\t\t\tpost_id:   firefly_post_id, \t\t\t\t\t\tcap_token: token \t\t\t\t\t}  \t\t\t\t\tvar inputs=[ 'name', '', 'message' ];  \t\t\t\t\tfor( var i=0; i <inputs.length; i++ ) if( ! ( opts[inputs[i]]=document.querySelector( '.entry-submit-correction [name=\"' + inputs[i] + '\"]' ).value ) ) { \t\t\t\t\t\tdocument.querySelector( '.entry-submit-correction .required-message' ).style.display='block'; \t\t\t\t\t\treturn; \t\t\t\t\t}  \t\t\t\t\tdocument.querySelector( '.entry-submit-correction input[type=\"submit\"]' ).style.display='none'; \t\t\t\t\tdocument.querySelector( '.entry-submit-correction .firefly-sc-submitting-img' ).src=firefly_loading_gif_url; \t\t\t\t\tdocument.querySelector( '.entry-submit-correction .firefly-sc-submitting-img' ).style.display='inline-block';  \t\t\t\t\tconsole.log( 'ma subbing' );  \t\t\t\t\tif( firefly_post_id ) opts['post_id']=firefly_post_id;  \t\t\t\t\t\/* Send the data using post with element id name and name2*\/ \t\t\t\t\tvar posting=jQuery.post( firefly_ajax_url, opts );  \t\t\t\t\t\/* Alerts the results *\/ \t\t\t\t\tposting.done( function( response ) { \t\t\t\t\t\tif( response.success ) { \t\t\t\t\t\t\tconsole.log( response.data ); \t\t\t\t\t\t\tdocument.querySelector( '.entry-submit-correction .firefly-sc-submitting-img' ).style.display='none'; \t\t\t\t\t\t\tdocument.querySelector( '.entry-submit-correction .firefly-sc-confirm' ).style.display='block';  \t\t\t\t\t\t\tdataLayer.push( { 'event': 'submit-correction' } ); \t\t\t\t\t\t} \t\t\t\t\t}); \t\t\t\t}); \t\t\t} \t\t<\/script> \t     \t\t\t\t\t\t     \t\t\t\t\t<\/div>\n<p style=\"border: 1px solid #f5f5f5; padding: 16px;\">Advertise with The Western Journal and reach millions of highly engaged readers, while supporting our work. <a href=\"https:\/\/www.westernjournal.com\/advertise-us\/?wj_source=article\">Advertise Today<\/a>.<\/p>\n<p><script>console.log(\"ad slot (BA1)\")<\/script> \t\t<\/p>\n<div class=\"ff-fancy-header-container\"> \t\t\t \t<\/div>\n<\/section>\n<p><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A new prayer guide for the Church of England asserted that the Christian faith was advanced by means of \u201cracist European ideologies.\u201d The Diocese of Norwich, which has a Racial Justice Action Group, revealed an \u201canti-racist toolkit\u201d that told clergy to avoid Eurocentric prayers, according to a Tuesday report from The Christian Post. The guide<\/p>\n","protected":false},"author":1,"featured_media":2413499,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_mo_disable_npp":"","fifu_image_url":"https:\/\/www.westernjournal.com\/wp-content\/uploads\/2025\/03\/Church-of-England.jpg","fifu_image_alt":"","footnotes":""},"categories":[33651],"tags":[],"class_list":["post-2413498","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-the-western-journal"],"fifu_image_url":"https:\/\/www.westernjournal.com\/wp-content\/uploads\/2025\/03\/Church-of-England.jpg","_links":{"self":[{"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/posts\/2413498","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/comments?post=2413498"}],"version-history":[{"count":0,"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/posts\/2413498\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/media\/2413499"}],"wp:attachment":[{"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/media?parent=2413498"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/categories?post=2413498"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/tags?post=2413498"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}