Editing the footer in WordPress is easier than you think—whether you’re using the Customizer, a theme builder, or custom code. This guide covers multiple methods so you can choose the one that fits your skill level and website needs.
Key Takeaways
- Use the WordPress Customizer: Most themes allow footer edits via Appearance > Customize > Footer. No coding needed.
- Check your theme settings: Many modern themes like Astra or GeneratePress have dedicated footer sections in their options panel.
- Use a page builder plugin: Tools like Elementor let you design and edit footers visually with drag-and-drop ease.
- Edit footer.php for full control: Advanced users can modify the footer.php file in their child theme to customize HTML and PHP.
- Always use a child theme: Prevent losing changes during updates by editing files within a child theme, not the parent.
- Add widgets to footer areas: Use Appearance > Widgets to add text, menus, or social icons to footer widget zones.
- Test after every change: Always preview your site on mobile and desktop to ensure the footer looks good everywhere.
How Do You Edit the Footer in WordPress?
The footer of your WordPress website might seem like a small detail, but it plays a big role in user experience, branding, and SEO. Whether you want to add your copyright notice, social media links, contact info, or a newsletter signup, knowing how to edit the footer in WordPress is essential.
In this guide, we’ll walk you through several proven methods—from beginner-friendly options to advanced customizations. By the end, you’ll be able to confidently update your footer no matter which theme or tools you’re using.
Method 1: Use the WordPress Customizer
The WordPress Customizer is the easiest way to edit your footer if your theme supports it. It’s built into WordPress and requires no plugins or coding.
Step 1: Go to the Customizer
Log in to your WordPress dashboard. From the left menu, click Appearance > Customize. This opens the live preview editor.

Visual guide about How Do You Edit the Footer in WordPress
Image source: slidemodel.com
Step 2: Look for Footer Settings
Once inside the Customizer, look for a section labeled Footer, Footer Settings, or Site Identity. Some themes place footer options under Widgets or Layout.
Step 3: Edit Footer Content
You can usually change:
- Copyright text (e.g., “© 2024 Your Site Name”)
- Footer background color or image
- Text alignment and spacing
- Visibility of footer widgets
Make your changes and click Publish to save them. The updates appear instantly on your live site.
Tip: If you don’t see footer options, your theme might not support Customizer-based footer edits. Try the next method.
Method 2: Edit Footer via Theme Options
Many premium and modern free themes include their own settings panel for footer customization. Popular themes like Astra, OceanWP, and GeneratePress offer this feature.
Step 1: Access Theme Settings
In your WordPress dashboard, go to Appearance > Theme Settings or look for a dedicated menu item like Astra Options or Customize.
Step 2: Find the Footer Section
Navigate to the Footer Builder or Footer Layout tab. Here, you can:
- Add or remove footer columns
- Insert custom HTML or shortcodes
- Change font styles and colors
- Enable or disable the footer entirely
Step 3: Save and Preview
After making changes, save your settings and visit your site to see the updated footer. These changes are usually responsive and mobile-friendly by default.
Example: In Astra, you can use the Footer Builder to drag widgets into different zones—like copyright on the left and menu on the right.
Method 3: Use a Page Builder Plugin (Like Elementor)
If you’re using a page builder such as Elementor, Beaver Builder, or WPBakery, you can design your footer visually—no coding required.
Step 1: Enable Theme Builder (Elementor Pro)
If you have Elementor Pro, go to Templates > Theme Builder. Click Add New and select Footer.
Step 2: Design Your Footer
Use the drag-and-drop editor to add:
- Text widgets for copyright or disclaimers
- Social media icons
- Navigation menus
- Contact forms or email signup boxes
You can style every element—fonts, spacing, background—just like any other page.
Step 3: Assign the Footer
Once designed, assign the footer to display site-wide. Click Display Conditions and choose “Entire Site” or specific pages.
Bonus: This method gives you full creative control and is perfect for unique designs. Learn more about how to create a WordPress theme with Elementor for advanced layouts.
Method 4: Edit the Footer.php File (Advanced)
For full control over your footer’s HTML and PHP, you can edit the footer.php file. This method is best for developers or users comfortable with code.
Step 1: Use a Child Theme
Never edit theme files directly. Always use a child theme to preserve changes during updates.
Step 2: Access the Footer.php File
Go to Appearance > Theme File Editor. From the right sidebar, select footer.php under your child theme.
Step 3: Modify the Code
You can:
- Change the copyright text
- Add custom HTML or PHP functions
- Insert tracking codes (like Google Analytics)
- Remove unwanted elements
For example, to update the copyright year dynamically, replace static text with:
© Your Site Name. All rights reserved.
Step 4: Save and Test
Click Update File and check your site. If something breaks, restore the original code or use a backup.
Warning: Incorrect code can crash your site. Always back up first.
Method 5: Add Widgets to the Footer
Many themes include footer widget areas. You can add content without touching any code.
Step 1: Go to Widgets
In your dashboard, navigate to Appearance > Widgets.
Step 2: Find Footer Widget Areas
Look for sections named Footer 1, Footer 2, etc. Drag and drop widgets like:
- Text Widget (for custom messages)
- Custom Menu (for footer links)
- Social Icons
- Recent Posts
Step 3: Customize and Save
Configure each widget and click Save. Your footer updates automatically.
Tip: Use the Custom HTML widget to add inline CSS or scripts if needed. For more on styling, see our guide on the best way to add CSS in WordPress.
Troubleshooting Common Footer Issues
Footer Not Updating?
Clear your cache—both WordPress cache (if using a plugin) and browser cache. Also, check if your theme uses a caching system that needs purging.
Changes Not Showing on Mobile?
Some themes have separate mobile footers. Use the Customizer’s mobile preview or check your theme’s responsive settings.
Footer Looks Broken After Update?
This often happens when editing parent theme files. Restore from backup or reapply changes in your child theme.
Can’t Find Footer Options?
Your theme might not support footer customization. Consider switching to a more flexible theme. Check out our review of the best WordPress theme for SEO and speed for recommendations.
Conclusion
Editing the footer in WordPress doesn’t have to be complicated. Whether you’re using the Customizer, a page builder, or custom code, there’s a method that fits your skill level. Start with the simplest option—like widgets or theme settings—and move to advanced techniques as needed.
Remember to always use a child theme, test on multiple devices, and keep your footer clean and functional. A well-designed footer improves trust, navigation, and professionalism.
With the steps in this guide, you’re now equipped to customize your WordPress footer with confidence.