Site icon Templatic

How to edit footer in WordPress?

Ever wondered what does the copyrights section at the end of most of the websites means? Or, why do they have licensing information, and maybe terms and conditions mentioned at their bottoms? Why do some websites have a menu of site-pages at the end of their pages? And how to edit the footer in WordPress?

The section we’re talking about is called a website footer. A nice optimized site is bound to have a good footer area which is user-friendly and also useful in several ways.

Here are some of the benefits of having a website with a footer in WordPress:

  1. A copyright notice on your website can help you in protecting the content from any infringements. A footer is an appropriate place to share your copyright information.
  2. A footer is an ideal place to deploy your Google Analytics JavaScript snippet to track user activities on your website.
  3. You can convey meaningful content like terms of services and licensing information via the footer in WordPress.
  4. You can display your contact information, site navigation links, and other important links about company policies. Furthermore, you can create a menu for all important pages on your website and add it to the footer section.
  5. It helps you in removing the ‘Powered by WordPress’ tag and replace it with your own.

Why you should seriously consider having a footer on your WordPress website?

The footer of your website is a section of your site where you can place a lot of useful information. Here’s how we have utilized our website’s footer space to display all of our important links.

A footer is a very information-rich section of your website. You can use the end section of your website to let your visitors get information about your business, your policies, the year of your establishment, and more importantly if your website has been recently updated. Modern search engines consider websites with footer section and updated information as genuine and rank them higher than compared to others.

It’s a good practice to have your website with a custom footer for SEO since most of the blogs out there would be having ‘powered by WordPress’ as their footer text which is not unique to these search engines. Applying the JavaScript snippet on your footer helps in reducing the load-time of your website as it’s not the first thing that loads. Thus, it helps in tracking users without any extra cost in the performance. It’s more so important to understand how to edit the footer and keep it up-to-date.

How do I edit footer content in WordPress?

It’s simple to edit a footer in WordPress. Here are three easy ways how to edit footer in WordPress:

Theme settings:

The first and simple way to edit your footer is to check if your WordPress theme supports editing the footer. After you’ve logged into the WordPress console, go to Appearances > Customize option. Once inside, check if you could see the footer section in the results. Some themes also refer to it as the copyright section. Select the section and make changes in the editor of the footer text.

You can also use the footer widget (if available) from your WordPress theme. To make the changes, go to Appearances > Widgets and select the footer widget. You can add text, logo, or an image to the widget.

You can also add menu options to your footer widget by creating one. To create a menu log in to the WordPress admin dashboard, go to Appearance > Menu, and select the option to create a new menu. Add the components that you want to add to the menu and save it. In the footer widget, select the menu that you’ve saved earlier.

Save your changes and now go back to your homepage, and you could see your new footer in the footer area of your WordPress website.

Plugins:

There are several plugins available out there that will help you in customizing your theme’s footer. If you’ve already worked with WordPress plugins, you know how to install a new plugin. If not, follow the steps given below:

We’ve curated this list of plugins for editing the footer bar of your website. We’ve considered ease of use, editing options, and their compatibility with existing themes while selecting these plugins.

Elementor:

Please follow the steps below to use this plugin to edit the footer:

Reference: https://wordpress.org/plugins/header-footer-elementor/

Elementskit :

Please follow the steps given below to edit the footer:

Insert Header and Footers:

Please follow the steps given below to edit the footer:

Coding:

You can also change the footer of your website by changing the underlying code in WordPress that controls your footer.

Tips before coding:

Make changes to your code only if you’re good at coding. A minute error can cause your entire work to go into vain. So, to work with the below techniques, we suggest you follow these best practices at the start of all your edits in the future:

Create a backup of your code:

It’s very important that you back up your settings from time to time. If your website crashes, you’re only a click away to restore to the previous version. Also, having a backup from time-to-time will safeguard you and your business from any untoward incident.

Create a child theme:

A child theme is nothing but a clone of the parent theme that helps you in maintaining your website and try out new functionalities in the development mode. A child theme is just another CSS of the parent theme that helps you in creating and testing new functionalities without affecting the live website.

We’ll show you a simple way to create a child theme with the help of a plugin.

How to create a child theme?
Comment entire code:

They say comments are the best friends of a good programmer, and this time they’re true. Commenting your code helps you in trying your code without disturbing the original code. So, in case something turns ugly, you can always get back to the original version without any downtime.

footer php file:

get_template_part( ‘template-parts/footer/site’, ‘info’ );

echo “Your footer text here”;

WordPress footer CSS file:

site-info {display:none}

Conclusion:

There are several ways to change or edit the footer in WordPress, and we’ve shared only a few of the simple techniques in which you could. Go ahead and give it a try.

Further Reading:

Exit mobile version