Where the footer lives and how to find it
The footer is the section at the very bottom of every page on your WordPress site — below all your main content. It typically contains copyright information, links, contact details, or a newsletter signup. To edit it, you do not need to touch code. WordPress gives you a built-in editor called the Customizer that lets you change the footer the same way you would edit text in a document.
The fastest way in: log into your WordPress dashboard, then look at the left sidebar. Click Appearance, then click Customize. This opens the Customizer, which shows your site on the right side and editing options on the left. Scroll down the left panel until you see a section labeled Footer or Footer Widgets — the exact name depends on which theme you are using.
If you do not see a Footer section in the Customizer, your theme may store footer content elsewhere. In that case, go back to the dashboard sidebar, click Appearance, then Widgets. Look for a widget area called Footer, Footer 1, Footer 2, or something similar. This is where you add and arrange footer content.
Key Takeaways
- The footer editor is in Appearance > Customize on your WordPress dashboard, and you can change text, links, and layout without writing any code.
- Most themes let you add multiple footer columns or widget areas, so you can organize copyright text, menus, and contact information separately.
- Changes you make in the Customizer are live when ready, but you can click the X button to discard them if something looks wrong.
- If your footer does not appear to change, clear your browser cache or check whether your theme stores footer content in the Widgets section instead of Customize.
Editing footer text and links in the Customizer
Once you are in the Customizer and have found the Footer section, you will see fields where you can type or paste text. Common fields include Copyright Text, Footer Text, or Site Info. Click inside any field and type what you want to appear. You can include your business name, the current year, or a short tagline.
To add a year that updates automatically, type © 2024 (the © creates a copyright symbol). Some themes let you use a shortcode like [year] that automatically shows the current year without you having to update it manually each January.
If you want to add a link in the footer — for example, a link to your privacy policy or contact page — most Customizer fields accept HTML. Type the link like this: <a href="https://yoursite.com/privacy">Privacy Policy</a>. Replace the URL with your actual page address. When you publish, that text will appear as a clickable link.
Adding multiple footer columns with widgets
Many WordPress themes divide the footer into columns so you can put different content in each one. To set this up, go to Appearance > Widgets on your dashboard. You will see a list of widget areas on the left — look for ones named Footer 1, Footer 2, Footer 3, and so on.
Click on Footer 1. A panel opens showing you what is currently in that column. Click the Add a Block button (or Add Widget, depending on your WordPress version) and choose what type of content you want. The most common choices are Text (for typing anything you want), Menu (to display a navigation menu), or Recent Posts (to show your latest articles).
After you add a widget to Footer 1, repeat the process for Footer 2, Footer 3, and any other footer columns your theme offers. Each column will display side by side at the bottom of your pages. You can rearrange the order by dragging widgets up or down within each column, or delete a widget by clicking the trash icon.
Changing footer background color and styling
If you want the footer to look different from the rest of your page — for example, a darker background or different text color — the Customizer usually has options for that too. In the Customizer left panel, look for sections called Footer Background, Footer Colors, or Footer Styling. The exact names vary by theme.
Click on a color field and a color picker appears. Choose the color you want, and the footer updates on the right side of the screen in real time. You can also adjust text color, link color, and sometimes padding (the space between the text and the edges). If your theme does not offer these options in the Customizer, you may need to use the Additional CSS section, but that requires knowing basic CSS — most people do not need to go there.
After you make changes, scroll to the top of the Customizer and click the Publish button to save them. If something does not look right, click the X button instead to discard the changes and start over.
Previewing your footer on different devices
Before you publish footer changes, check how they look on phones and tablets. In the Customizer, look for small icons at the top right that show a desktop, tablet, and phone. Click the phone icon to see how your footer appears on mobile devices. This matters because footer columns often stack vertically on phones instead of sitting side by side.
If your footer looks cramped or hard to read on mobile, you may need to remove a column, use shorter text, or adjust the font size. Some themes let you hide certain footer widgets on mobile — look for an option that says Hide on Mobile or Display Settings when you are editing a widget.
Troubleshooting footer changes that do not appear
You made changes in the Customizer, clicked Publish, but the footer still looks the same on your live site. The most common reason is your browser is showing a cached (stored) version of the page. Hold down Ctrl and press R on Windows, or hold Command and press R on Mac to force a full refresh. This tells your browser to read the latest version instead of using the old one it saved.
If the refresh does not work, try a different browser. If the footer changes appear in a different browser, the problem is your original browser's cache, not your WordPress site. Clear the cache by going to your browser settings and looking for Clear Browsing Data or Clear Cache.
Another possibility: your theme stores footer content in the Widgets section, not the Customizer. Go to Appearance > Widgets and check whether footer widgets are there. If you edited the Customizer but the actual footer content is in Widgets, your Customizer changes will not show up. Edit the widgets instead, and your changes will appear.
Moving footer content to a different location
Some WordPress themes let you move the footer to a different spot on the page, or hide it entirely on certain pages. In the Customizer, look for a section called Footer Layout, Footer Position, or Display Options. You might see checkboxes that let you show or hide the footer on the homepage, blog pages, or single posts.
If you want to remove the footer from just one page instead of all pages, you usually need a plugin. Search for Hide Footer or Conditional Footers in the WordPress plugin directory (go to Plugins > Add New on your dashboard and type in the search box). Install and set up the plugin, then follow its instructions to hide the footer on specific pages.
Frequently Asked Questions
Can I use HTML or special characters in the footer?
Yes. Most footer text fields accept HTML, so you can add links, bold text, or symbols. Type <strong>text</strong> to make text bold, or <em>text</em> to make it italic. For special characters like © (copyright), ® (registered trademark), or (space), use the HTML code shown in the Customizer help or in your theme documentation.
What happens if I delete a footer widget by accident?
You can add it back. Go to Appearance > Widgets, click the footer area where it was, and click Add a Block or Add Widget. Choose the same widget type and re-enter the content. If you saved the text somewhere else first, you can paste it back in quickly.
Why does my footer look different on mobile than on desktop?
Most themes automatically stack footer columns vertically on phones to save space. This is normal and usually looks better on small screens. If you want to change how the footer behaves on mobile, check the theme settings in the Customizer for Mobile Footer Layout or Responsive Options. Some themes also let you hide specific footer widgets on mobile only.
Can I have different footers on different pages?
The standard WordPress footer appears on every page. To have different footers on different pages, you need a plugin like Footer Manager or Custom Footers. Install it from Plugins > Add New, then follow the plugin's instructions to assign different footers to different pages or post types.
How do I add a footer menu?
Go to Appearance > Widgets, click on a footer widget area, and click Add a Block. Look for a widget called Navigation Menu or Menu. Click it, then choose which menu you want to display. If you have not created a footer menu yet, go to Appearance > Menus, create a new menu, add links to it, and then assign it to the footer widget.