{"id":27997,"date":"2023-09-15T22:02:57","date_gmt":"2023-09-15T17:02:57","guid":{"rendered":"https:\/\/mcstarters.com\/blog\/?p=27997"},"modified":"2024-01-10T17:57:34","modified_gmt":"2024-01-10T12:57:34","slug":"remove-the-wordpress-footer-link","status":"publish","type":"post","link":"https:\/\/mcstarters.com\/blog\/remove-the-wordpress-footer-link\/","title":{"rendered":"How to Change or Remove the WordPress Footer Link?"},"content":{"rendered":"\n<p>Do you want to remove the \u2018powered by WordPress\u2019 footer links on your site?<\/p>\n\n\n\n<p> One of the quickest ways to remove the WordPress Footer Link to personalize your site is by changing or removing the &#8220;Proudly Powered by WordPress&#8221; message that appears at the bottom of the page. It&#8217;s a small touch that can make a big difference!<\/p>\n\n\n\n<p>In this blog post, I will guide you through a few easy steps to remove the WordPress Footer Link or change this message from your WordPress site.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Remove the WordPress Footer Link by 3 Methods<\/h2>\n\n\n\n<p>Simply use the quick method when you want to remove the WordPress footer link.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Removing the Footer via a PHP File<\/h2>\n\n\n\n<p>Here are a few steps to change and remove the &#8220;Proudly Powered By WordPress\u201d footer link via a PHP File<\/p>\n\n\n\n<p class=\"step\"><strong>Step 1: <\/strong>Log into your WordPress account. Select <strong>&#8220;<\/strong>Appearance<strong>&#8221; <\/strong>from the sidebar.<\/p>\n\n\n\n<p class=\"step\"><strong>Step 2:<\/strong> In this section, you&#8217;ll see either <strong>&#8220;<\/strong>Editor<strong>&#8221; <\/strong>or <strong>&#8220;<\/strong>Theme Editor<strong>&#8220;<\/strong>. Click on one of them.<\/p>\n\n\n\n<p class=\"step\"><strong>Step 3:<\/strong> Open the <code>footer.php<\/code> file and locate the line of code that contains the &#8220;Proudly Powered by WordPress&#8221; text. It might look something like this:<\/p>\n\n\n\n<pre class=\"wp-block-code bg-code\"><code>&lt;p&gt;Proudly powered by &lt;a href=\"https:\/\/wordpress.org\/\"&gt;WordPress&lt;\/a&gt;&lt;\/p&gt;\n<\/code><\/pre>\n\n\n\n<p>You can change this message to whatever you like or delete it to remove it completely.<\/p>\n\n\n\n<p class=\"step\"><strong>Step 4:<\/strong> Finally, press the <strong>&#8220;<\/strong>Save<strong>&#8221; <\/strong>button to keep your changes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Using the WordPress Customizer<\/strong><\/h2>\n\n\n\n<p class=\"step\"><strong>Step 1:<\/strong> Log in to your WordPress admin dashboard. Go to &#8220;Appearance&#8221; and then click on &#8220;Customize.&#8221;<\/p>\n\n\n\n<p class=\"step\"><strong>Step 2:<\/strong> In the Customizer, look for the &#8220;Additional CSS&#8221; section.<\/p>\n\n\n\n<p class=\"step\"><strong>Step 3: <\/strong>Add the following CSS code to hide the &#8220;Proudly Powered By WordPress&#8221; link:<\/p>\n\n\n\n<pre class=\"wp-block-code bg-code\"><code>.site-info {\r\n    display: none;\r\n}\r<\/code><\/pre>\n\n\n\n<p class=\"step\"><strong>Step 4:<\/strong> Click the &#8220;Publish&#8221; button to save your changes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Using the Theme Settings<\/h2>\n\n\n\n<p>Many theme creators understand that users often want to customize their website&#8217;s footer, including removing credit links. They usually include this feature in their theme settings.<\/p>\n\n\n\n<p>To check if your theme offers this option:<\/p>\n\n\n\n<p class=\"step\"><strong>Step 1:<\/strong> In your WordPress admin panel, go to &#8220;Appearance&#8221; and select &#8220;Customize.&#8221;<\/p>\n\n\n\n<p class=\"step\"><strong>Step 2: <\/strong>Look for settings related to customizing your site&#8217;s footer.<\/p>\n\n\n\n<p>For example, with the Astra theme:<\/p>\n\n\n\n<p class=\"step\"><strong>Step 3: <\/strong>Find the &#8216;Footer Builder&#8217; section.<\/p>\n\n\n\n<p class=\"step\"><strong>Step 4:<\/strong> Within &#8216;Footer,&#8217; locate &#8216;Copyright.&#8217; Here, you can modify or delete the footer text.<\/p>\n\n\n\n<p class=\"step\"><strong>Step 5:<\/strong> Remember to click &#8216;Publish&#8217; to save your changes and apply them to your site.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion <\/h2>\n\n\n\n<p>You have successfully removed or changed the &#8220;Proudly Powered by WordPress&#8221; link from your website by using this easy 3 method. Remember, it&#8217;s always a good practice to create a backup of your website before making changes to the theme files. This way, you can easily restore your site if something goes wrong.<\/p>\n\n\n\n<p>Don&#8217;t stop here, though. Your website is an ever-evolving space, always ready to adapt and grow just like you. So keep experimenting and happy personalizing!<\/p>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1694670328094\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">Can I personalize the WordPress footer link to something else?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Absolutely, you can change the footer link to a message that resonates with you or the theme of your website, adding a personal touch to your online space.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1694670359646\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">How do I remove a footer link in WordPress?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>In WordPress, remove a footer link by accessing the <code>footer.php<\/code> file in the &#8220;Theme Editor&#8221; and deleting the respective link code.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1694670363552\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">How do I remove a footer from my website?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>To remove a footer from your website, access the website&#8217;s backend, locate the footer section or <code>footer.php<\/code> file, and delete the footer elements or code.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1694670365823\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">How do I remove the edit footer?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>To remove the edit footer, navigate to the <code>footer.php<\/code> file in your theme editor and delete or comment out the line of code that displays the edit link.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1694670499968\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">How do I change the footer icon in WordPress?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>To change the footer icon in WordPress, replace the existing icon file in your theme&#8217;s directory or use a custom CSS code to specify a new icon.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Do you want to remove the \u2018powered by WordPress\u2019 footer&#8230;<\/p>\n","protected":false},"author":2,"featured_media":28006,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[2],"tags":[334,335,333],"class_list":["post-27997","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress","tag-change-footer","tag-footer-link-customization","tag-wordpress-footer"],"_links":{"self":[{"href":"https:\/\/mcstarters.com\/blog\/wp-json\/wp\/v2\/posts\/27997","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mcstarters.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mcstarters.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mcstarters.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/mcstarters.com\/blog\/wp-json\/wp\/v2\/comments?post=27997"}],"version-history":[{"count":0,"href":"https:\/\/mcstarters.com\/blog\/wp-json\/wp\/v2\/posts\/27997\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mcstarters.com\/blog\/wp-json\/wp\/v2\/media\/28006"}],"wp:attachment":[{"href":"https:\/\/mcstarters.com\/blog\/wp-json\/wp\/v2\/media?parent=27997"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mcstarters.com\/blog\/wp-json\/wp\/v2\/categories?post=27997"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mcstarters.com\/blog\/wp-json\/wp\/v2\/tags?post=27997"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}