FLASH SALE Get 20% OFF everything using the coupon code: FLASH20 View Pricing Plans →

How to Edit the Footer in WordPress

To edit the footer in WordPress, go to Appearance → Customize (classic themes) or Appearance → Editor → Patterns → Footer (block themes). You can also edit the footer using widgets, by modifying the footer.php file in a child theme, or with a plugin.

How to Edit the Footer in WordPress

The footer is the section at the bottom of every page on your WordPress site. It typically holds copyright notices, navigation links, contact details, and social media icons. Despite being easy to overlook, the footer is one of the first places visitors go when they need quick access to legal pages, contact information, or secondary navigation.

The tricky part? How you edit the footer depends entirely on the type of WordPress theme you’re using. A method that works perfectly on one theme might not even be available on another. This guide covers five proven methods for editing the WordPress footer, starting with a quick way to figure out which approach fits your setup.



Before changing anything, take 10 seconds to check which tools your theme supports. Log in to your WordPress dashboard and look at the Appearance menu in the left sidebar. What you see there tells you exactly which method to use.

What You See in Appearance MenuTheme TypeBest Footer Editing Method
EditorBlock themeUse the Site Editor (Method 1 below)
CustomizeClassic themeUse the Theme Customizer (Method 2 below)
WidgetsClassic theme with widget areasUse Widgets for footer content (Method 3 below)
Customize + WidgetsClassic theme with full supportUse either the Customizer or Widgets
Editor vs Customizer

If you need to add tracking scripts or analytics code to the footer, skip ahead to the plugin method. And if you need full control over the footer’s HTML structure, the footer.php editing method covers that (it’s more advanced and requires a child theme).

Most people will only need one or two of these methods. Pick the one that matches your theme type and start there.


If your theme is a block theme (such as Twenty Twenty-Five, or WPZOOM’s UniBlock), you’ll edit the footer through the Site Editor. This tool lets you build and rearrange footer content using blocks, the same way you’d edit a page or post.

In block themes, the footer exists as a Footer template part, a reusable section that automatically appears at the bottom of every page. When you edit it once, the changes apply across your entire site.

Here’s how to access and edit it:

Step 1. Go to Appearance → Editor in your WordPress dashboard.

Step 2. In the Site Editor sidebar, click Patterns.

Step 3. Under Template Parts, click Footer. You’ll see your theme’s footer template parts listed on the right. Click the one you want to edit.

Step 4. Click inside the footer area to start editing. You can now:

  • Edit existing text by clicking on any paragraph or heading block
  • Add new blocks by clicking the + button. Common footer blocks include Paragraph, Navigation, Social Icons, Columns, and Site Title.
  • Rearrange blocks by dragging them or using the up/down arrows in the block toolbar
  • Delete blocks by selecting them, clicking the three-dot menu (⋮), and choosing Remove

Step 5. To style the footer, select a block and click the Styles icon in the right sidebar. You can adjust colors, typography, spacing, and background settings.

Uniblock footer: menu styles

Step 6. Click Save in the top-right corner. The editor will show which template parts are affected. Confirm to apply your changes site-wide.

Quick Tip: You can also edit the footer while working on any page. Just click on the footer area in the editor, and a small Edit button will appear. This opens the footer template part directly.

Block themes let you create more than one footer template part. This is useful if you want a different footer on certain pages. Go to Patterns → Template Parts, click the + button, name your new template part, and select Footer as the area. Design it however you like, then assign it to specific page templates.


If you’re using a classic WordPress theme, the Theme Customizer is the simplest way to change footer content. It provides a live preview, so you can see exactly how your edits look before publishing them.

The Customizer’s footer options vary between themes. Some themes offer a full Footer Builder with column layouts and drag-and-drop controls. Others only provide a basic text field. Either way, the process starts the same.

Step 1. Navigate to Appearance → Customize in your dashboard.

Step 2. Look for a section labeled Footer, Footer Settings, Footer Builder, or something similar. The exact label depends on your theme.

Step 3. Edit the available options. Depending on your theme, you might be able to:

  • Change the footer text (e.g., replace default copyright text with your own)
  • Adjust the footer layout (single column, two columns, three columns)
  • Modify colors, fonts, and background
  • Toggle footer elements on or off

Step 4. Watch the live preview on the right side of the screen as you make changes.

Step 5. Click Publish to save your changes.

WPZOOM’s Inspiro Premium theme includes a built-in Footer Builder that gives you more control than the standard Customizer. After navigating to Appearance → Customize → Footer, you’ll find:

  • Footer Layout: Choose from multiple column configurations
  • Footer Text: Replace the default copyright notice with custom text
  • Footer Styling: Adjust colors and typography to match your branding
Inspiro Footer Builder

This is a good example of why theme choice matters. Premium themes often provide footer editing options that go well beyond what default or free themes offer. If you’re finding your current theme’s footer options limited, it might be worth exploring themes with better built-in customization tools.


Many classic WordPress themes include widget areas in the footer, designated zones where you can drop in content blocks like text, menus, images, and more. This is one of the most beginner-friendly methods because it doesn’t require any code.

Note: Block themes (those that use the Site Editor) handle footer content through blocks, not widgets. If you see Appearance → Editor instead of Appearance → Widgets, use the Site Editor method instead.

Step 1. Go to Appearance → Widgets in your dashboard.

Step 2. Look for widget areas labeled Footer, Footer 1, Footer 2, Footer Sidebar, or similar names. Your theme determines how many footer widget areas are available.

Appearance: footer widgets

Step 3. Click on a footer widget area to expand it.

Step 4. Click the + block inserter button to add new content. You can add:

  • Paragraph or Heading blocks for text
  • Navigation Menu blocks to display a menu
  • Custom HTML blocks for code snippets
  • Image blocks for logos or badges
  • Social Icons blocks for social media links

Step 5. Configure each block’s content and settings.

Step 6. Click Update to save your changes.

The widget area approach is particularly useful when you want to fill multiple footer columns with different types of content. For example, the first column might hold your site description, the second a navigation menu, and the third your social media links.


This is probably the single most common footer edit people want to make. Nearly every WordPress site starts with some variation of “Powered by WordPress” or “Proudly powered by WordPress” in the footer. Replacing this default footer branding with your own is straightforward, but the method depends on your theme.

Using Theme Settings (Easiest)

Many themes provide a simple way to change or remove the default credit text. Check Appearance → Customize and look for a Footer or Copyright section. If your theme has a text field there, just clear it or type your own message.

Some themes, including WPZOOM themes, have a dedicated field for this. You might see options like “Footer Copyright Text” or “Footer Credit” where you can type something like: © 2025 Your Company Name. All rights reserved.

Using the Site Editor (Block Themes)

If you’re on a block theme:

  1. Go to Appearance → Editor → Patterns → Footer
  2. Find the paragraph block containing the “Powered by WordPress” text
  3. Click on it and either edit the text or delete the block entirely
  4. Click Save

If your theme doesn’t offer a setting to change the credit text, you’ll need to edit the footer.php file. Always use a child theme for this to protect your changes from being overwritten during theme updates.

  1. Copy footer.php from your parent theme to your child theme folder
  2. Open the child theme’s footer.php in the Theme File Editor (Appearance → Theme File Editor) or via FTP
  3. Search for text like Powered by or WordPress
  4. Replace it with your own text or delete the line
  5. Save the file

Using a Plugin

Plugins like WPCode let you replace footer text without editing theme files. Install the plugin, add a custom code snippet that targets the footer, and the original text gets overridden.


A footer menu gives visitors quick access to important pages like your privacy policy, terms of service, about page, and contact page. Adding one takes just a few steps.

For Classic Themes

Step 1. Go to Appearance → Menus.

Step 2. Click Create a new menu and give it a descriptive name like “Footer Menu.”

Step 3. Add pages, posts, categories, or custom links using the panels on the left. For a footer menu, focus on essential pages: Privacy Policy, Terms of Service, Contact, About, and maybe a Sitemap.

Step 4. Under Menu Settings at the bottom, check the box next to Footer Menu (or whatever your theme calls the footer location) under Display Location.

Step 5. Click Save Menu.

If you don’t see a Footer option under Display Location, your theme may not support footer menus natively. In that case, add the menu through the Widgets method by placing a Navigation Menu widget in a footer widget area.

For Block Themes

In block themes, you add a navigation menu directly inside the footer template part:

  1. Open the footer in the Site Editor (Appearance → Editor → Patterns → Footer)
  2. Click the + button and add a Navigation block
  3. Select an existing menu or create a new one inline
  4. Arrange and style the navigation block as needed
  5. Save the template part

Tip: Keep footer menus concise. Five to eight links is usually enough. A cluttered footer menu defeats its purpose.


For advanced customizations that the visual tools can’t handle, you can edit your theme’s footer.php file directly. This file is the template responsible for rendering the footer in classic WordPress themes.

Important: Always work in a child theme when editing theme files. If you edit the parent theme’s footer.php, your changes will be erased the next time the theme updates.

The file is located at: /wp-content/themes/your-theme-name/footer.php

For block themes, the footer isn’t handled by footer.php at all. Instead, it’s stored as a template part, typically in the theme’s /parts/ directory as an HTML file containing block markup. If you’re on a block theme, use the Site Editor method instead.

How to Edit Safely

Step 1. Make sure you have a child theme set up and activated. If you don’t have one, follow the steps linked in the note above.

Step 2. Copy footer.php from the parent theme folder to your child theme folder. You can do this through FTP, your hosting file manager, or using a plugin like WPIDE.

Step 3. Open the child theme’s footer.php. You have two options:

  • Theme File Editor: Go to Appearance → Theme File Editor (or Tools → Theme File Editor in some block theme setups), select your child theme, and click on footer.php
  • FTP/File Manager: Download the file, edit it in a code editor, and re-upload it

Step 4. Make your changes. The file is written in PHP and HTML, so you’ll need basic familiarity with these languages. Common edits include:

  • Removing or replacing the “Powered by WordPress” text
  • Adding custom HTML sections
  • Inserting PHP functions like wp_footer() (required for plugins and scripts to work properly)

Step 5. Save the file and check your site to confirm the changes look correct.

Quick Tip: Before editing, make a backup copy of the original file. If something breaks, you can restore it immediately.


Plugins are useful when you need to add scripts to the footer (like tracking codes or analytics snippets) or when your theme’s built-in options are too limited for what you want to achieve.

WPCode (formerly Insert Headers and Footers) is the most popular option. After installing the plugin, go to Code Snippets → Header & Footer and paste your code into the Footer section. This is the safest way to add Google Analytics, Facebook Pixel, or other tracking scripts without touching theme files.

For Building Custom Footers

Page builder plugins like Elementor Pro include a dedicated Theme Builder that lets you design custom footers visually. You create a footer template using drag-and-drop, set display conditions (all pages, specific pages, specific categories), and the plugin overrides your theme’s default footer.

This approach is powerful but adds plugin dependency. If you deactivate the page builder, you lose the custom footer. For most sites, the built-in theme tools covered earlier in this guide are a better starting point.

When Plugins Make Sense

  • You need to add tracking or analytics code to the footer
  • Your theme has very limited footer customization options
  • You want conditional footers (different footers on different pages) and your theme doesn’t support them
  • You’re building a complex multi-section footer that goes beyond what your theme’s Customizer offers

A good footer is functional without being cluttered. Here are a few guidelines:

Include the essentials. At minimum, your footer should contain a copyright notice, a link to your privacy policy, and contact information or a link to your contact page. These are what visitors expect to find there.

Add social media links. Footer social icons are standard on most websites. If you’re using a classic theme, the WPZOOM Social Icons & Sharing Buttons makes it easy to add social media icons to WordPress without code. In block themes, use the built-in Social Icons block.

Keep it clean. Resist the urge to cram everything into the footer. Stick to 3-4 columns maximum, and be selective about what goes in each one. A footer packed with links and text blocks looks messy and makes it harder for visitors to find what they need.

Make sure it’s mobile-friendly. Check how your footer looks on mobile devices. Footer columns should stack vertically on smaller screens. Most modern themes handle this automatically, but it’s worth verifying.

Use a dynamic copyright year. Instead of hardcoding “2025” into your copyright notice, use this PHP snippet in footer.php to keep it current automatically:

© <?php echo date('Y'); ?> Your Company Name. All rights reserved.

In the Site Editor or Theme Customizer, some themes support shortcodes or dynamic tokens for the current year. Check your theme’s documentation.

Use the footer for internal linking. Footer links contribute to your site’s internal link structure, which helps with SEO. Link to your most important pages from the footer, but keep it relevant rather than stuffing in every page on your site.


Frequently Asked Questions

Where is the footer in WordPress?

The footer appears at the bottom of every page on your WordPress site. In classic themes, it’s controlled by a template file called footer.php, located in your theme’s folder at /wp-content/themes/your-theme-name/footer.php. In block themes, the footer is a template part you can access through Appearance → Editor → Patterns → Footer.

How do I remove “Powered by WordPress” from the footer?

The easiest way is through your theme’s settings. Go to Appearance → Customize and look for a Footer or Copyright text option. If your theme doesn’t offer this setting, you can edit the footer template part in the Site Editor (block themes) or modify footer.php in a child theme (classic themes). See the full instructions above.

Can I have different footers on different pages?

Yes. In block themes, you can create multiple Footer template parts and assign them to different page templates through the Site Editor. With page builder plugins like Elementor Pro, you can set display conditions that show different custom footers based on the page type, category, or specific page.

How do I add a menu to my WordPress footer?

For classic themes, go to Appearance → Menus, create a new menu, add your pages, and assign it to the Footer display location. For block themes, add a Navigation block directly inside the footer template part in the Site Editor. Check the footer navigation section above for detailed steps.

What should I include in my WordPress footer?

At minimum, include a copyright notice, a privacy policy link, and contact information. Most sites also add navigation links to key pages, social media icons, a brief site description, and terms of service. The footer is a good place for information visitors expect to find quickly without scrolling back to the top.

How do I edit the footer in WordPress without coding?

Use either the Theme Customizer (Appearance → Customize) for classic themes or the Site Editor (Appearance → Editor) for block themes. Both are visual tools that require no code. You can also use the Widgets screen (Appearance → Widgets) to add content to footer widget areas, or install a page builder plugin with footer editing capabilities.

Where is the footer.php file located?

It’s in your active theme’s folder at /wp-content/themes/your-theme-name/footer.php. You can access it through Appearance → Theme File Editor in the dashboard or by connecting to your site via FTP. For block themes like Twenty Twenty-Five, the footer is defined as a template part in the /parts/ directory rather than as a footer.php file.

Why can’t I see footer settings in my WordPress dashboard?

This usually means your theme handles the footer differently than expected. If you don’t see a Footer option under Appearance → Customize, check whether you’re using a block theme. Block themes use Appearance → Editor for footer editing instead of the Customizer. Some minimal themes only allow footer changes through widgets or direct file editing. If you’re still stuck, check your theme’s documentation for specific instructions about where the footer settings are located.


Wrapping Up

Editing the WordPress footer comes down to knowing your theme type first. Block themes use the Site Editor. Classic themes use the Customizer and widgets. And for anything those tools can’t handle, there’s always footer.php or a plugin.

Start by checking your Appearance menu. That single step tells you which method to use, and from there, the process is straightforward regardless of which path you take.

If you’re looking for a WordPress theme that makes footer customization simple out of the box, take a look at WPZOOM’s theme collection. Themes like Inspiro Premium include a built-in Footer Builder, and block themes like UniBlock come with polished footer patterns ready to customize.

Related Posts

Upgrade Your Website with a Premium WordPress Theme

Find a theme that you love and get a 20% discount at checkout with the FLASH20 code

Choose your theme
Subscribe to the WPZOOM newsletter.

Join 200,000 people. Get our latest news & releases delivered to your inbox.

1 Comment
  • Can you please help me the following footer layout? I do not want to display any footer layout? What should I do? I prefer set it to “NONE”

Leave a Reply

*

*