{"id":20258,"date":"2026-07-20T14:24:21","date_gmt":"2026-07-20T12:24:21","guid":{"rendered":"https:\/\/surver.nl\/?post_type=kennisbank&#038;p=20258"},"modified":"2026-07-20T14:24:42","modified_gmt":"2026-07-20T12:24:42","slug":"customizing-the-wordpress-footer-text-links-and-widgets","status":"publish","type":"kennisbank","link":"https:\/\/surver.nl\/en\/kennisbank\/wordpress-footer-aanpassen-tekst-links-en-widgets\/","title":{"rendered":"Customizing the WordPress Footer: Text, Links, and Widgets"},"content":{"rendered":"<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"600\" src=\"https:\/\/surver.nl\/wp-content\/uploads\/2026\/07\/wp-footer-e1784550246836.jpg\" alt=\"\" class=\"wp-image-20259\" srcset=\"https:\/\/surver.nl\/wp-content\/uploads\/2026\/07\/wp-footer-e1784550246836.jpg 1024w, https:\/\/surver.nl\/wp-content\/uploads\/2026\/07\/wp-footer-e1784550246836-300x176.jpg 300w, https:\/\/surver.nl\/wp-content\/uploads\/2026\/07\/wp-footer-e1784550246836-768x450.jpg 768w, https:\/\/surver.nl\/wp-content\/uploads\/2026\/07\/wp-footer-e1784550246836-18x12.jpg 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">At the bottom of your site, there\u2019s an incorrect year in the copyright notice, the text \u201cProudly powered by WordPress,\u201d or contact information for a previous address. You want to change it, so you click around in the dashboard but can\u2019t find anything labeled \u201cfooter.\u201d This isn\u2019t your fault: the footer (the bottom section of every page) is the most theme-dependent part of WordPress, and the editing area varies from site to site. In this article, you\u2019ll first find out where to edit your footer, and then what content should go in it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>First: Where is your footer managed?<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">There are four flavors, and your site has exactly one of them. The quickest way to find out which one: go through this list.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Block Theme (Site Editor).<\/strong> If you see the \"Editor\" section under \"View,\" that's where you edit the footer. Open the Editor, click on the footer at the bottom of the preview, and edit it just like any other block: click on the text to type, and add blocks using the plus button. Save, and you\u2019re done. The change applies to every page that uses this footer template.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Classic theme with widgets.<\/strong> If you see the \"Widgets\" section under \"Appearance,\" your footer consists of widget areas: one to four columns where you can place blocks (text, menu, recent posts). Drag and drop or add blocks there, then save. The copyright line at the bottom is often not found in these widgets but in the Customizer: go to Appearance, Customizer, and look for a section called Footer or Byline.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Page builder.<\/strong> If your site was built with Elementor or a similar builder that includes its own theme builder, the footer is a template within that plugin. You can find it in the builder\u2019s menu under \u201cTemplates\u201d or \u201cTheme Builder,\u201d and edit it visually there.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Hard-coded into the theme.<\/strong> If you can't find the text in any of the three places listed above, it must be in the footer.php theme file. More on that below, because there are specific rules that apply there.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Should Be Included in Your Footer<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The footer is where visitors scroll to when they\u2019re looking for something they couldn\u2019t find elsewhere. That makes its content predictably important. The standard elements: your contact information (company name, address, phone number, email address, and\u2014for businesses\u2014the Chamber of Commerce registration number), the legal links (privacy policy, cookie policy, terms and conditions), and a compact footer menu with the most important pages. For the privacy policy, a link in the footer is practically the standard location that visitors and regulators expect under the GDPR (the European privacy legislation).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The copyright rule is more of a convention than a requirement, but it looks professional. Here\u2019s a practical tip: have the year update automatically instead of changing it manually every year. In a block-based theme and most page builders, you can do this with a dynamic year element; in a classic theme, a short code snippet takes care of it. An outdated year in the footer is a small sign of neglect that visitors definitely notice.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And what about the text \u201cProudly powered by WordPress\u201d? You can simply replace it with your own text; there\u2019s no requirement to keep it. In block themes, you just click on it and overwrite it; in classic themes, there\u2019s often an option for this in the Customizer.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What You Should Leave Out of the Footer<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Here\u2019s another opinion: the footer isn\u2019t a dumping ground. Things we regularly come across and advise against: long blocks of text \u201cfor SEO\u201d (nobody reads them, and search engines don\u2019t value them), dozens of links in five columns (choose the ten most important ones), and widgets that slow down every page, such as social media feeds. A good footer is compact: contact information, legal notices, a short menu, possibly your logo and social media icons. Nothing more.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Changes to footer.php: only through a child theme<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If your footer text is hard-coded in the theme file, or if you want to make structural changes to the layout, you\u2019ll need to edit footer.php. Two warnings. Never edit this file directly in the parent theme: the next theme update will overwrite your work. Instead, set up a child theme (a subtheme that protects your customizations), copy footer.php into it, and edit that copy. And because this is a PHP file, a typo could take your site down: make a backup beforehand and keep a copy of the original file. You can read about how to set up that safety net in our <a href=\"https:\/\/surver.nl\/en\/knowledge-base\/wordpress-backup-en-migratie-de-complete-gids\/\">A Complete Guide to WordPress Backups and Migration<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At Surver: Our managed plans include daily automatic backups, so even a footer experiment in the code can always be undone. If you\u2019re unsure whether your footer is hard-coded or located somewhere in a setting, our support team is available seven days a week to help you figure it out.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Check the results on every page and on mobile devices<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After every footer change: be sure to check at least your homepage, a regular page, and a blog post, because some templates use a different footer. And check the mobile view, where footer columns stack one below the other; a footer that looks neat on a desktop can turn into a long string of text on a phone. That\u2019s the perfect time to assess whether all those columns are really necessary.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The footer is therefore typically a design task that you do right the first time and then, at most, review once a year. If you're still building your site, the footer is covered as a final step in our <a href=\"https:\/\/surver.nl\/en\/knowledge-base\/een-website-maken-met-wordpress-de-startgids-voor-beginners\/\">A Beginner's Guide to Creating a Website with WordPress<\/a>. And that annual checkup, along with the rest of your maintenance, can be found in our <a href=\"https:\/\/surver.nl\/en\/knowledge-base\/wordpress-management-the-complete-guide-for-beginners-and-advanced-users\/\">A Complete Guide to WordPress Management<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>Onderaan je site staat een verkeerd jaartal in de copyright-regel, de tekst &#8220;Proudly powered by WordPress&#8221;, of de contactgegevens van een vorig adres. Je wilt het aanpassen, klikt wat rond in het dashboard en vindt nergens iets dat &#8220;footer&#8221; heet. Dat is geen onhandigheid van jou: de footer (het onderste blok van elke pagina) is [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":20259,"template":"","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}}},"kennisbank_categorieen":[62],"class_list":["post-20258","kennisbank","type-kennisbank","status-publish","has-post-thumbnail","hentry","kennisbank_categorieen-wordpress"],"acf":[],"_links":{"self":[{"href":"https:\/\/surver.nl\/en\/wp-json\/wp\/v2\/kennisbank\/20258","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/surver.nl\/en\/wp-json\/wp\/v2\/kennisbank"}],"about":[{"href":"https:\/\/surver.nl\/en\/wp-json\/wp\/v2\/types\/kennisbank"}],"author":[{"embeddable":true,"href":"https:\/\/surver.nl\/en\/wp-json\/wp\/v2\/users\/2"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/surver.nl\/en\/wp-json\/wp\/v2\/media\/20259"}],"wp:attachment":[{"href":"https:\/\/surver.nl\/en\/wp-json\/wp\/v2\/media?parent=20258"}],"wp:term":[{"taxonomy":"kennisbank_categorieen","embeddable":true,"href":"https:\/\/surver.nl\/en\/wp-json\/wp\/v2\/kennisbank_categorieen?post=20258"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}