How to Edit the Footer in WordPress: 5 Methods for Any Theme (2026)
Five methods to edit your WordPress footer — Full Site Editor, Customizer, widgets, page builders, and custom code — with steps for block and classic themes.
45% of visitors scroll to the bottom of the page (KubioBuilder, 2025). That makes the footer one of the most viewed sections on your site — and one of the most neglected. If your WordPress footer still says "Proudly powered by WordPress" with no links, no contact info, and no call to action, you are leaving engagement on the table.
• Block themes (Twenty Twenty-Five): Edit the footer directly in Appearance → Editor → select the footer template part.
• Classic themes: Use Appearance → Customize or Appearance → Widgets to add footer content without code.
• Page builders: Elementor, Divi, and Beaver Builder each have drag-and-drop footer editors built in.
• Custom code: Use a plugin like WPCode or a child theme to add PHP, HTML, or CSS to your footer safely.
The right method depends on which type of theme you use. Block themes (like Twenty Twenty-Five) use the Full Site Editor. Classic themes rely on the Customizer and widgets. Page builders have their own footer tools. And if you need something none of those cover, custom code is always an option.
WordPress powers 43% of all websites (W3Techs, 2026), and footer editing is one of the most common customization tasks new site owners face. This guide covers all five methods so you can pick the one that matches your setup.
Which method should you use?
| Method | Theme Type | Code Needed? | Best For |
|---|---|---|---|
| Full Site Editor | Block themes | No | Full layout control on modern themes |
| Theme Customizer | Classic themes | No | Simple text, colors, and layout changes |
| Widgets | Classic themes | No | Adding content blocks (text, menus, media) |
| Page Builders | Any (with builder installed) | No | Complex, visually designed footers |
| Custom Code | Any | Yes | Tracking scripts, schema markup, advanced CSS |
Not sure which theme type you have? Go to Appearance in your WordPress dashboard. If you see Editor, you have a block theme. If you see Customize and Widgets, you have a classic theme. If you see a builder name like Divi or Elementor in the menu, you have a page builder theme.
Method 1: Full Site Editor (block themes)
If you are using a block theme like Twenty Twenty-Five (WordPress's current default), the Full Site Editor gives you direct visual control over the footer. This is the modern approach and the one WordPress is actively investing in.
How to edit your footer with the Site Editor:
- Go to Appearance → Editor in the WordPress dashboard.
- Click Patterns in the left sidebar, then select Template Parts → Footer.
- Click on the footer template to open it in the block editor.
- Edit blocks directly — add text, links, images, social icons, or navigation menus using the block inserter (+ button).
- Click Save when you are done. The changes apply across your entire site.
From working with WordPress sites daily, we find the Site Editor is the cleanest way to customize a footer because you see exactly what the result looks like as you build it. The main limitation is that not every block theme offers the same footer template parts — some themes give you a single footer area, while others split it into multiple zones.
If you are still choosing a WordPress theme, picking a block theme now will give you the most flexibility for footer editing going forward.
Method 2: Theme Customizer (classic themes)
Classic themes (anything that is not a block theme) typically expose footer settings through the Theme Customizer. The options vary by theme, but most let you change footer text, colors, and layout from a visual preview.
How to edit your footer with the Customizer:
- Go to Appearance → Customize.
- Look for a section labeled Footer, Footer Settings, or Bottom Bar — the name depends on your theme.
- Edit the available options: copyright text, background color, layout columns, link colors, and so on.
- Preview your changes in real time on the right side of the screen.
- Click Publish to save.
A common mistake we see is people expecting the Customizer to offer full layout control. It usually does not. If your theme's Customizer only lets you change the copyright text and background color, the footer design is locked by the theme. You would need widgets, a page builder, or custom code to go further.
If you are making broader theme changes, make sure to safely update your WordPress theme first — footer customizations in the Customizer are theme-dependent and can reset after a theme update.

Method 3: Widgets (classic themes)
Widgets let you add content blocks to your footer without writing code. This method works on classic themes that register footer widget areas — most do, but not all.
How to add footer widgets:
- Go to Appearance → Widgets.
- Find the widget area labeled Footer (some themes have Footer 1, Footer 2, Footer 3 for multi-column layouts).
- Click the + button to add blocks: text, navigation menus, recent posts, images, custom HTML, or video widgets.
- Drag blocks between footer columns to arrange the layout.
- Click Update to save.
One thing that surprises people is that block themes do not use the Widgets screen. If you are on a block theme and cannot find Appearance → Widgets, that is expected — use the Site Editor instead (Method 1).
Method 4: Page builders (Elementor, Divi, Beaver Builder)
If your site runs on a page builder, you probably want to edit the footer inside that builder rather than using native WordPress tools. Page builders give you the most visual control — drag-and-drop columns, custom fonts, background images, animations �� but the footer is tied to that builder.
Elementor: Go to Templates → Theme Builder → Footer. Create a new footer template or edit the existing one. You get full drag-and-drop editing with any Elementor widget. If you are also embedding video on your site, our Elementor video guide covers that workflow.
Divi: Go to Divi → Theme Builder. Add or edit a Global Footer template. Divi's visual builder opens and you can design the footer the same way you design any page section.
Beaver Builder: Go to Beaver Builder → Themer Layouts. Create a new Footer layout and assign it to your site. The builder editor handles the rest.
The trade-off with page builder footers is portability. If you switch builders later, you lose the footer design and have to rebuild it. That is not a reason to avoid builders — just something to know before you invest time in a complex footer layout.
Method 5: Custom code (child theme or WPCode)
Sometimes you need to add something to the footer that no visual editor handles: a tracking script, custom schema markup, a dynamic copyright year, or a third-party embed. In those cases, custom code is the right approach.
Option A — Use WPCode (recommended for most users): Install the free WPCode plugin (formerly Insert Headers and Footers). Go to Code Snippets → Header & Footer and paste your code into the Footer section. This keeps your code separate from the theme, so it survives theme updates.
Option B — Use a child theme: If you want to edit `footer.php` directly, always use a child theme. Copy the parent theme's `footer.php` into your child theme folder, then make changes there. Editing the parent theme's `footer.php` directly means your changes get wiped on the next theme update.
How to remove "Powered by WordPress"
This is one of the most common footer editing tasks — and the answer depends on your theme type.
Block themes: Open the Site Editor (Appearance → Editor → Patterns → Footer). Find the "Powered by WordPress" text block, select it, and delete it or replace it with your own copyright text. Save.
Classic themes: Check Appearance → Customize first. Many themes have a Footer Credits or Copyright Text field where you can replace the default text. If your theme does not offer this, you will need custom CSS to hide it (display: none on the credits element) or a child theme to edit footer.php.
With a plugin: Remove Footer Credit is a free plugin that lets you find and replace or hide footer credit text without touching code.
What to put in your WordPress footer
Editing the footer is easy. Deciding what to put there is the harder question. Research suggests that optimizing footer design can increase conversions by up to 27% (KubioBuilder, 2025), so it is worth thinking about what earns that space.
From working with hundreds of WordPress sites, here are the elements we see in effective footers:
- Copyright notice — Use a dynamic year so it stays current. The format
© 2026 Your Company Nameis standard. - Navigation links — About, Contact, Privacy Policy, Terms of Service. 87% of websites organize footer links into semantic sections (KubioBuilder, 2025).
- Contact information — Email, phone, physical address if applicable.
- Social media icons — 72% of websites include social icons in the footer (KubioBuilder, 2025).
- Newsletter signup — A short email capture form can be more effective in the footer than in a popup.
- Call to action — A product demo, free trial link, or consultation booking. Visitors who reach the footer are highly engaged.
- Video — A short demo video, customer testimonial, or product overview can convert scrollers into buyers. If you embed video in WordPress, make sure it loads without slowing down the rest of the page.
Keep it focused. A cluttered footer with 40 links is worse than a clean one with 8.

Footer performance tips
The footer is a common dumping ground for tracking scripts, chat widgets, icon libraries, and third-party embeds. All of that code loads on every page, even if visitors never scroll down to see it.
A few things that help:
- Defer non-critical scripts — Move analytics and chat scripts to load after the page content. Most tag managers support deferred loading.
- Optimize icon libraries — If you load Font Awesome for four footer icons, that is a full icon library for minimal use. Our guide on how to optimize Font Awesome for speed covers lighter alternatives.
- Lazy-load footer video — If you add a video widget to the footer, make sure it does not preload on page load. Load the player only when the footer comes into view.
- Test the impact — Run a speed test before and after adding footer content. If your score drops significantly, the footer is costing you performance.
For a broader look at WordPress speed, our guide on how to speed up your WordPress site covers the full picture beyond just the footer. Mobile users are especially sensitive to footer bloat — keeping things lean is part of good mobile performance practice.
If your footer includes video, the player itself can add weight. A fast, lightweight player that loads on demand makes the difference between a footer video that helps and one that drags your page speed down. SmartVideo loads only when the video is in the viewport, so it does not affect initial page load — something worth considering if you are adding video content to your footer or any below-the-fold section.
FAQ
How do I edit the footer in WordPress without coding?
How do I remove "Powered by WordPress" from the footer?
Why can't I find the Widgets menu in WordPress?
Can I have different footers on different pages?
Is it safe to edit footer.php directly?
How do I add a tracking script to the WordPress footer?
Why are my footer changes not showing up?
What should I include in a WordPress footer for SEO?
Final recommendation
Start with the simplest method that fits your theme. If you are on a block theme, the Site Editor handles most footer work without plugins. If you are on a classic theme, try the Customizer and widgets before reaching for code. Save custom PHP for things that genuinely need it — tracking scripts, dynamic elements, or integrations that no plugin handles.
The footer is small but visible. A clean footer with the right links, a clear call to action, and no unnecessary scripts can do more for your site than most people expect. If you want your footer video or any embedded video to load without slowing down the page, take a look at SmartVideo pricing and see how it compares to your current setup.