How to change footer text in wordpress

When you install a fresh theme, mostly themes are filled with designer branding stuff, same is the case with footer text. If you are working for a client, you can place your website in footer. If you are working on your blog, before going live, you must change the footer according to your blog. It is easy to change footer text,  you just need to add some code , follow the steps given below

Step 1. Login to Wordpress admin panel

Login to wordpress admin panel using your login credentials

Step 2. Editor

Search for Appearance in side menu then click on Editor, as given in the image below

Editor

You will have the following screen,

Step 3. Go to Theme Functions

Now you need to add a function in your theme functions file (functions.php)

[elementor-template id="8247"]
Go to Theme Functions

Add the following code to change footer

function sp_custom_footer() {

echo'Copyright © 2018 WpStairs. Developed by <a href="https://wpstairs.com" target="_blank">WpStairs</a></p>';}add_filter('admin_footer_text', 'sp_custom_footer');

Step 4. Click on update

Just click on update button as shown in the image below and you are done with the footer text

Edit Themes ‹ Wp Stairs — WordPress

Here is your updated footer

How to change footer text in wordpress - Wp Stairs

We hope that this article has helped you to change footer text in wordpress. Feel free to ask any questions you have. If you have any query, you can contact us from this page

How to change footer text in wordpress How to change footer text in wordpress-wpstairs
Pin It!
subscriber-form-icon

Subscribe to our Email list

​Get WordPress tips, tutorials, theme reviews directly to your inbox. Don't worry, we won't spam your inbox 

Disclaimer: In the name of full transparency, please be aware that this blog post contains affiliate links and any purchases made through such links will result in a small commission for me (at no extra cost for you)
How to change footer text in wordpress

Related posts

WordPress ToolKit & Guide

Get your hands on this ultimate WordPress Toolkit to ease your way and better opportunities

21 Shares
Share
Pin21
Tweet