This guide shows you how to edit footer on WordPress using built-in tools, plugins, or custom code. Whether you’re a beginner or advanced user, you’ll find clear steps to update copyright text, add links, widgets, or custom HTML.
Key Takeaways
- Multiple editing methods: Use the WordPress Customizer, theme editor, or plugins depending on your comfort level.
- No coding required (usually): Most themes allow footer edits via drag-and-drop widgets or simple text changes.
- Backup first: Always back up your site before editing theme files to avoid breaking your website.
- Child themes are safer: If editing code, use a child theme to preserve changes during updates.
- Plugins simplify customization: Tools like Footer Putter or Insert Headers and Footers make advanced edits easy.
- Check responsiveness: After editing, test your footer on mobile and desktop to ensure it looks good everywhere.
Introduction: Why Editing Your WordPress Footer Matters
The footer is one of the most overlooked parts of a website—but it shouldn’t be. It’s often the last thing visitors see, and it can include important links, copyright info, social icons, contact details, or even call-to-action buttons. Learning how to edit footer on WordPress gives you control over this valuable space. Whether you want to update your copyright year, add a newsletter signup, or remove unwanted credits, this guide covers every method you’ll need.
You don’t need to be a developer to customize your footer. WordPress offers several user-friendly ways to make changes—from built-in tools to plugins. In this guide, we’ll walk you through the most reliable and safe methods, including using the Customizer, editing theme files, and using plugins. We’ll also share tips to avoid common mistakes and keep your site secure.
Method 1: Edit Footer Using the WordPress Customizer

Visual guide about How to Edit Footer on WordPress
Image source: cdn.slidemodel.com
The Customizer is the easiest and safest way to edit your footer—especially if you’re using a modern theme like Astra, GeneratePress, or Twenty Twenty-Four.
Step 1: Access the Customizer
Log in to your WordPress dashboard. Go to Appearance > Customize. This opens the live preview editor where you can see changes in real time.
Step 2: Find the Footer Section
Look for a section labeled Footer, Footer Settings, or Widgets. Depending on your theme, you might see options like:
– Footer Widgets (to add or remove columns)
– Copyright Text
– Footer Layout
– Social Media Links
For example, in the Astra theme, go to Footer Builder to drag and drop elements like text, menus, or buttons.
Step 3: Make Your Changes
Click on the area you want to edit. You can:
– Update the copyright text (e.g., change “© 2023” to “© 2024”)
– Add or remove widget areas
– Insert HTML or shortcodes
– Change colors or fonts
Once done, click Publish to save your changes.
Tip: If you don’t see footer options, your theme may not support Customizer-based footer editing. In that case, try Method 2 or 3.
Method 2: Edit Footer via Theme File Editor (Advanced)
If your theme doesn’t offer Customizer options, you can edit the footer directly in the code. This method requires caution—always back up your site first.
Step 1: Backup Your Website
Before making any code changes, use a plugin like UpdraftPlus or your hosting provider’s backup tool to create a full site backup. This lets you restore your site if something goes wrong.
Step 2: Access the Theme Editor
Go to Appearance > Theme File Editor in your WordPress dashboard. On the right side, you’ll see a list of theme files.
Step 3: Locate the Footer File
Look for a file named footer.php. This file controls your site’s footer. Click to open it.
You’ll see HTML and PHP code. Common elements include:
– Copyright text
– WordPress credits (“Proudly powered by WordPress”)
– Widget areas
– Scripts or tracking codes
Step 4: Edit the Code
For example, to change the copyright text, find a line like:
© Your Site Name. All rights reserved.
Replace “Your Site Name” with your actual business or brand name.
To remove WordPress credits, delete or comment out the line that says:
wp_footer(); or any credit text.
Warning: Never edit the core wp_footer() function unless you know what you’re doing—it can break plugins or themes.
Step 5: Save and Test
Click Update File, then visit your site to check the changes. If something looks wrong, restore from your backup.
Pro Tip: Use a child theme before editing theme files. This ensures your changes aren’t lost when the parent theme updates. Learn how to update your theme safely without losing customizations.
Method 3: Use a Plugin to Edit the Footer
Plugins are perfect if you want more control without touching code. They’re also great for adding scripts, ads, or dynamic content to your footer.
Recommended Plugins
– Insert Headers and Footers: Lets you add HTML, CSS, or JavaScript to the footer.
– Footer Putter: Customize copyright text, add links, and style the footer.
– WP Footer: Simple interface to edit footer content and appearance.
Step 1: Install and Activate a Plugin
Go to Plugins > Add New. Search for “Insert Headers and Footers”. Click Install Now, then Activate.
Step 2: Configure the Plugin
After activation, go to Settings > Insert Headers and Footers.
In the Footer section, paste your custom code. For example:
<p>© 2024 My Website. All rights reserved.</p>
You can also add social icons, tracking codes, or newsletter forms here.
Click Save when done.
Step 3: Check Your Site
Visit your website to confirm the footer updated correctly. The plugin injects your code just before the closing </body> tag, so it appears on every page.
Bonus: This method works with any theme—no need to worry about compatibility.
Method 4: Edit Footer Widgets
Many themes support footer widget areas. You can add text, menus, images, or contact forms without coding.
Step 1: Go to Widgets
Navigate to Appearance > Widgets.
Step 2: Find Footer Widget Areas
Look for sections like “Footer 1”, “Footer 2”, or “Footer Sidebar”. These are widget-ready zones.
Step 3: Add or Edit Widgets
Drag widgets from the left panel into your footer areas. Common choices:
– Text Widget: Add custom HTML or plain text.
– Custom Menu: Link to important pages.
– Social Icons: Connect to your profiles.
– Search: Let users search your site.
For example, add a Text Widget and enter:
<p>Follow us on <a href="https://twitter.com/yoursite">Twitter</a> for updates!</p>
Step 4: Save and Preview
Click Save on each widget, then check your site. Adjust spacing or styling in the Customizer if needed.
Troubleshooting Common Footer Issues
Even with careful editing, problems can happen. Here’s how to fix them:
Footer Not Updating?
Clear your cache. Use a plugin like WP Super Cache or contact your hosting provider. Also, check if you’re using a caching plugin—clear its cache too.
Changes Disappeared After Theme Update?
This happens when you edit theme files directly without a child theme. Always use a child theme for code edits. Learn how to create a WordPress theme with Elementor or use a child theme generator.
Footer Looks Broken on Mobile?
Test your site on different devices. Use the Customizer’s mobile preview. Adjust padding, font size, or widget layout for smaller screens.
Can’t Find Footer Options?
Some themes hide footer settings. Check your theme documentation or consider switching to a more customizable theme. See our guide on the best WordPress theme for SEO and speed for recommendations.
Best Practices for Footer Editing
– Keep it clean: Don’t overcrowd your footer. Focus on essential links and info.
– Use clear labels: Make links easy to understand (e.g., “Privacy Policy” not “Click Here”).
– Update regularly: Change copyright years and broken links.
– Test across browsers: Ensure your footer looks good in Chrome, Firefox, Safari, and Edge.
– Optimize for SEO: Include relevant keywords naturally, but avoid stuffing.
Conclusion
Editing your WordPress footer is easier than you think. Whether you use the Customizer, a plugin, or code, you now have the tools to customize this important part of your site. Remember to back up your site, use a child theme for code edits, and test your changes on all devices.
With a well-designed footer, you improve user experience, build trust, and keep your site looking professional. Start editing today and make your footer work for you.