Remove footer credit
-
Hi,
Very good looking there!
How can I remove the footer credits in the Free version?
-
To remove the footer credit, you have to go into:
Appearance -> Theme Editor
On the right hand side you should see ‘Theme Files’, Select ‘Theme Function’ and you will get a bunch of code. click inside the code and press CTRL + F to bring up the search function within the code. Search for the word “Proudly”, this will bring the footer code which you need to edit and add your own copyright info and anything else you may want:
<?php /* translators: %s: WordPress name with www.ads-software.com URL */ printf(esc_html__('? Proudly WordPress %s', 'envo-storefront'), '<a href="//www.ads-software.com', 'envo-storefront')) . '">' . esc_html__('WordPress', 'envo-storefront') . '</a>'); ?> <span class="sep"> | </span> <?php /* translators: %1$s: Envo Storefront theme name (do not translate) with envothemes.com URL */ printf(esc_html__('Theme: %1$s', 'envo-storefront'), '<a href="//envothemes.com/free-envo-storefront/') . '">' . esc_html_x('Envo Storefront', 'Theme name, do not translate', 'envo-storefront') . '</a>'); ?>
Good luck. My advice is to be very careful and save a copy of the section you are editing before doing anything. That way, if something does go wrong, you can just copy and past the original code back into the same place and all should be well.
Also, don’t remove the ‘Theme: EnvoStoreFront’ note if you are using the free version as I believe they deserve some credit for their hard work.
-
This reply was modified 4 years, 11 months ago by
jjtro.
-
This reply was modified 4 years, 11 months ago by
Jan Dembowski.
Thanks
Please help me to edit my footer credit having powered by WordPress and others into Copyright 2020 B24 News. Thank you.
@b24news Are you using Storefront or Envo Storefront?
If you are using store front, there is a great video on youtube here: https://www.youtube.com/watch?v=zblUQdoXSj4
If you are using Envo storefront, or pretty much ANY theme, you can use a free plugin called Real Time Find And Replace. A great and simple youtube tutorial can be found here: https://www.youtube.com/watch?v=fVm2eenrgkE
The third option for Envo store front is to edit the functions.php as mentioned in my previous post. This is an option but not the best option as the footer credits may return to their original when the theme updates, meaning you have to do it over again every time.
The forth option is to use a paid theme or a paid theme builder such ad Divi or Elementor. (Personally, if you are going to pay for it, you may as well use a theme building rather than buying a theme as that way you can edit the entire appearance as you wish…)
I hope this helps. Let me know if you need anything else.
I have tried real time find and replace but it later changed back. How can I use that functions. Php and I have checked the footer.php I did not see any code having the proudly WordPress to change.
@b24news Try this option then mate:
If you are using Envo storefront, or pretty much ANY theme, you can use a free plugin called Real Time Find And Replace. A great and simple youtube tutorial can be found here: https://www.youtube.com/watch?v=fVm2eenrgkE
Watch the youtube video that is linked, it will tell you step by step what to do, it is very easy, you just need to install the plugin mentioned. That way, even if the theme is updated, the plugin will always change the footer to what you want.
-
This reply was modified 4 years, 3 months ago by
jjtro.
-
This reply was modified 4 years, 11 months ago by
- The topic ‘Remove footer credit’ is closed to new replies.