If youโre looking for step-by-step instructions on editing the footer in your WordPress website, this article is for you.
What Is A WordPress Footer?
A footer is an area that appears at the bottom of a website after the main body content. Just like a siteโs header, the footer also usually appears on every page of a site.
Hereโs the footer of the CrazyEgg blog.

Most sites use their footer area to house important links like disclaimers, a privacy policy, and other key pages of your site.
In WordPress, the footer exists as a separate file named footer.php, which loads with every page of your site. So any changes that you make to footer.php will reflect across your site.
5 Ways To Edit the Footer in WordPress
1. Edit the Footer With WordPress Theme Customizer
The WordPress Theme Customizer is an option in your WordPress dashboard that allows you to customize your siteโs appearance, edit its header and footer, change its titles, and other universal settings.
This is the most secure and user-friendly way to edit the footer in WordPress.
Note: Weโre using a popular WordPress theme named Astra, which has additional customization options. But youโll find the footer editing options in every theme.
First, sign in to your WordPress dashboard.
Go to Appearance โ Customize.
In the website customization menu, click on Footer.
You can edit the footer by using widgets to add new sections or by editing the content and style of the footer bar. Click on Footer Bar to continue.
In this section, you can edit the footer layout and text. Use the text box to change the default text of your siteโs theme.
Scroll down this page to get different styling options for your siteโs footer.
When you make the desired changes, click Publish to save your footer settings.
Youโve successfully edited your WordPress siteโs footer with the WordPress Theme Customizer.ย
You can always come back to this section if you want to add or remove something from your siteโs footer in the future.
2. Add Widgets To Your WordPress Footer
Widgets are small content blocks that you can drag & drop in different sections of your site to insert text, videos, images, HTML code, etc.
Many WordPress themes give you the option to edit the footer with widgets.
Log in to your WordPress siteโs dashboard.
Go to Appearance โ Widgets.
On this page, youโll see multiple footer sections. These are the different blocks within your siteโs footer that you can edit using widgets. Click on Footer Widget Area 1 to open it.
On the left side of the Widgets page, you can see different widgets that you can drag and drop to the different footer bar sections. Click and drag the Custom HTML widget to Footer Bar Section 1.
You can copy any script or code to this footer widget. Once youโre done, click Save.
The text widget is also quite popular and comes with the standard WordPress editor and full formatting options, including adding media. Drag it to Footer Bar Section 2.
After entering your text, click Save to publish the widget in your footer.
As you can see, editing the footer in WordPress using widgets is even easier than the previous method.
3. Add a Menu to WordPress Footerย
You can edit the footer in WordPress by adding a menu to it. Whether or not you can edit the footer through a WordPress menu depends on the theme youโre using. Some will allow you to add a menu to the primary navigation bar and the footer, while others will only let you do one or the other. And some wonโt have menus in use at all.
Hereโs how it works if you can add menus to your footer.ย
Sign in to your WordPress siteโs dashboard.
Go to Appearance โ Menus.
Click on create a new menu.
Give your footer menu a unique name thatโs easily identifiable.
In Menu Settings under Display Location, select the checkbox next to Footer Menu. If โFooter Menuโ isnโt under Display Location, your theme doesnโt allow you to add menus to your footer.ย
Click Create Menu to finish the basic setup of your menu and move to the next step.
Now, you need to choose the links that will appear in your menu. Select all the relevant pages from Add menu items.
Click Add to Menu to move these pages to your newly created menu.
You can also add any posts, custom links, and categories to your menu from the โadd menu itemsโ section.
Once you add all the pages to your menu, you can drag them into any order you like.
Click Save Menu to publish your menu, and it will be on display in your siteโs footer.
That was the process for creating a new menu and adding it to your WordPress siteโs footer.ย
If you want to add an existing menu to your footer, follow these steps. Remember, you can only add menus to your footer if your theme allows it.ย
Click on Manage Location on the Menus page.
Click on the dropdown next to Footer Menu and choose an existing menu from the list. If you donโt see โFooter Menu,โ your theme doesnโt allow you to add menus to the footer.ย
Click Save Changes to publish the menu in your siteโs footer.
4. Add An HTML Code Or Script To The Footer
You can edit the footer in WordPress by placing different scripts or any kind of code in it.ย ย
Hereโs the process you need to follow.
Log in to your WordPress dashboard.
Go to Plugins โ Add New
Search for the plugin โInsert Headers and Footersโ in the search bar.
Locate the Insert Headers and Footers plugin and click Install.
Click Activate.
Now go to Settings โ Insert Headers and Footers on your WordPress dashboard.
On the pluginโs page, scroll down to Scripts in Footer.
Copy your code/script in this text box.
Click Save to publish the changes.
Youโve successfully added your code/script above the closing </body> tag. This isnโt a mistake. Your scripts get added just above the closing body tag even though youโre editing the footer. Go to a preview of your site to confirm your footer edits were successful.ย
5. Remove โPowered By WordPressโ From The Footer
A quick edit most people like to do to their footer in WordPress is to remove โPowered by WordPress.โ
You can do this through Appearance โ Customizer in your WordPress dashboard in some themes, as previously shown in this post.
But if your themeโs customization options donโt allow editing the footer, youโll need to remove it by editing the code of your siteโs footer.php file.
We donโt usually recommend editing the code directly, but this oneโs simple.
Hereโs how to do it.
Note: Weโve used the TwentySixteen WordPress theme for this example.
Sign in to your siteโs WordPress dashboard.
Go to Appearance โ Theme Editor.
In the Theme Files list on the right of your screen, find and click on footer.php.
Before editing the code of this file, press CTRL+A to select the code and press CTRL+C to copy it.
Now, open a new Notepad file on your computer. Paste the code in the blank Notepad file. This is your codeโs backup in case anything goes wrong.
Back in the footer.php window, press CTRL+F to open the text search box. Type โpowered byโ into the search box.
Select and remove the highlighted line from your code.
Click Update File.
Youโve successfully removed โPowered by WordPressโ from your siteโs footer.