Where the footer is and how to reach it
The footer is the section at the very bottom of your WordPress website — below all your page content. It typically contains copyright text, links, contact information, 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 handles footer changes through a visual interface.
Log into your WordPress dashboard. In the left sidebar, click Appearance, then click Customize. This opens the Customizer, where you can see a live preview of your site on the right side and editing options on the left. Look for a section labeled Footer, Footer Widgets, or Footer Settings — the exact name depends on which theme you are using.
If you do not see a footer section in the Customizer, your theme may handle footers differently. In that case, go back to the dashboard, click Appearance, then Widgets. Look for a widget area called Footer or Footer Area. You can add text, links, or other content blocks there instead.
Key Takeaways
- The footer editor is in Appearance > Customize, and you can see changes live as you make them.
- Most footers are built from widgets — small content blocks you drag into place — rather than by editing code.
- If your theme does not show footer options in the Customizer, check Appearance > Widgets for a Footer widget area.
- Copyright text, business hours, and contact details are the most common footer contents and can all be edited without coding knowledge.
- Changes save automatically in the Customizer, so you do not need to click a separate save button.
Editing text and links in the footer
Once you are in the footer section of the Customizer, you will see text fields or widget areas where you can type directly. If you see a text field labeled Copyright Text or Footer Text, click it and replace the existing text with what you want. For example, you might change "© 2023 My Company" to "© 2024 My Company" or add your business address.
To add a link in the footer, you usually need to use the Widgets approach instead. Go to Appearance > Widgets, find the Footer widget area, and click Add Block or Add Widget. Choose Custom HTML or Text, then paste or type your link. A basic link looks like this: <a href="https://yoursite.com/contact">Contact Us</a>. If you are not comfortable with that format, use the Navigation widget instead, which lets you build a menu visually.
After you make changes in the Customizer, look at the preview on the right side of the screen. Your footer should update in real time. When you are satisfied, click the Publish button at the top left. Your changes go live when ready.
Adding widgets to the footer area
Widgets are pre-built content blocks that you can add to your footer without writing code. Common footer widgets include text blocks, recent posts, categories, and social media links. To add one, go to Appearance > Widgets and find the Footer widget area in the list on the left.
Click Add Block (or Add Widget in older WordPress versions). A menu appears showing available widgets. Choose the type you want — for example, Text to add a paragraph, Image to add a logo, or Navigation to add a menu. Click the widget name, and it appears in your footer area. Fill in the details: type your text, upload an image, or select which menu to display.
You can add multiple widgets to the same footer area. They will stack vertically or arrange in columns depending on your theme. Drag widgets up or down to reorder them. To remove a widget, click the three dots next to its name and select Remove.
Changing footer colors, fonts, and layout
If you want to change how the footer looks — its background color, text color, or font — stay in the Customizer and look for a section called Colors, Typography, or Footer Design. Not all themes offer these options, but most modern ones do.
Click Colors and you will see options like Footer Background Color or Footer Text Color. Click the color box, and a color picker appears. Choose your color and watch the preview update on the right. For fonts, click Typography and look for Footer Font or Body Font. You can change the typeface, size, and weight.
Some themes let you control footer layout — for example, whether the footer is one column or three columns. This option usually appears in the Footer section itself, labeled Footer Layout or Footer Columns. Choose the layout you want and the preview updates when ready.
Using a footer plugin for more control
If your theme's footer editor is limited or you want advanced features — like a footer that looks completely different on mobile, or a footer with a custom background image — you can use a plugin. Popular footer plugins include Elementor, Beaver Builder, and Divi. These plugins give you a drag-and-drop builder where you can design a footer from scratch.
To install a plugin, go to Plugins > Add New in your dashboard. Search for the plugin name, click Install Now, then set up. Once activated, the plugin usually adds a new section to your Customizer or dashboard where you can build your footer visually. You do not need coding knowledge — you click and drag elements into place, just like building a page.
Be aware that plugins add code to your site, which can slow it down if you install too many. Start with one footer plugin and see if it meets your needs before adding more.
Common footer mistakes and how to avoid them
One frequent mistake is forgetting to update your copyright year. If your footer says "© 2023" and it is now 2024, visitors notice when ready. Set a reminder each January to update it, or use a plugin that updates the year automatically.
Another mistake is making the footer text too small to read. If your theme sets footer text to 12 pixels or smaller, increase it to at least 14 pixels. Check how it looks on a phone — footer text that is readable on a desktop might be tiny on mobile. Go to Appearance > Customize > Typography and adjust the footer font size if your theme allows it.
A third mistake is cluttering the footer with too many widgets or links. A footer with 20 links confuses visitors and makes your site look unprofessional. Stick to 3 to 5 key items: copyright, contact link, privacy policy, and maybe a newsletter signup. Everything else can go in your main navigation or sidebar.
Frequently Asked Questions
Can I have a different footer on different pages?
Most WordPress themes use the same footer on every page. If you want different footers on different pages, you need a plugin like Elementor or a theme that supports conditional footers. Some page builders let you create custom footers for specific pages or post types.
Where do I find the footer code if I want to edit it directly?
Footer code lives in your theme's footer.php file. To edit it, go to Appearance > Theme File Editor and look for footer.php in the list on the right. You can edit it there, but be careful — a mistake in the code can break your site. Always make a backup first.
My footer disappeared after I updated WordPress. What happened?
Updates sometimes change how themes display footers. Check Appearance > Customize to see if the footer section is still there. If it is, your footer content is probably still in place but hidden. If the section is gone, your theme may have changed how it handles footers — contact your theme's support or check their documentation.
Can I add a footer to just one page?
The built-in footer appears on every page. To add content that looks like a footer on just one page, add a text widget or custom HTML block at the bottom of that page's content editor instead. This gives you a footer-like section without affecting your actual site footer.
How do I remove the footer entirely?
Go to Appearance > Widgets, find the Footer widget area, and remove all widgets from it. If your theme has a footer text field in the Customizer, clear that text too. Your footer will be blank. Some themes do not let you remove the footer completely — in that case, you can make it invisible by setting its background color to match your page background.