₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,330,516 members, 8,445,817 topics. Date: Wednesday, 15 July 2026 at 03:48 PM

Toggle theme

How Can I Edit This Section Of My Footer? - Webmasters - Nairaland

Nairaland ForumScience/TechnologyWebmastersHow Can I Edit This Section Of My Footer? (2105 Views)

1 Reply (Go Down)

How Can I Edit This Section Of My Footer? by futurism(op): 2:04pm On Jul 10, 2019
Hello,

I want to edit the copyright section of my website footer on the website AppRay dot com but I have not been able to do it.

Unfortunately, it cant be done or found in the footer.php, none of the content in the footer can be found in the footer.php

I can visibly see the section via source code as seen below

</div>
<p class="copyright">&copy;&nbsp;&nbsp;2019&nbsp;.&nbsp;Built using WordPress and the <a target="_blank" href="https://extendthemes.com/go/built-with-highlight/" class="mesmerize-theme-link">Highlight Theme</a></p> </div>
But all I can see in the footer.php is this below

<?php mesmerize_get_footer_content(); ?>
</div>
<?php wp_footer(); ?>
</body>
</html>
This closest I even came to which would have allowed me edit the footer is the part that has the phone number, address and other, those are even editable on theme customizer.

I just need to edit the copy right section to suit my need.

Please help. Thanks.
Re: How Can I Edit This Section Of My Footer? by hollyfat(m): 2:32pm On Jul 10, 2019
Check the theme functions.php

futurism:
Hello,

I want to edit the copyright section of my website footer on the website AppRay dot com but I have not been able to do it.

Unfortunately, it cant be done or found in the footer.php, none of the content in the footer can be found in the footer.php

I can visibly see the section via source code as seen below



But all I can see in the footer.php is this below



This closest I even came to which would have allowed me edit the footer is the part that has the phone number, address and other, those are even editable on theme customizer.

I just need to edit the copy right section to suit my need.

Please help. Thanks.
Re: How Can I Edit This Section Of My Footer? by futurism(op): 2:51pm On Jul 10, 2019
hollyfat:
Check the theme functions.php
Thanks bro. It is not there.
Re: How Can I Edit This Section Of My Footer? by drinoayo: 3:04pm On Jul 10, 2019
futurism:
Thanks bro. It is not there.
Check widget


If it is not there, Check your theme settings
Re: How Can I Edit This Section Of My Footer? by futurism(op): 4:07pm On Jul 10, 2019
drinoayo:
Check widget


If it is not there, Check your theme settings
Okay bro. Do you know the funny thing? Using Chrome developer tool, I can see the very file that house that section. In fact I have downloaded it from Chrome developer tool but since I do not know the exact location of the file, it will be hard to put back after editing the line I want.

The weird thing is, it is not visible within the theme. In fact from what Chrome shows, the very file we are looking for is not in /WP-Content see attached.

Re: How Can I Edit This Section Of My Footer? by ArykTECH(m): 4:17pm On Jul 10, 2019
That file is definitely hosted outside WP rather, it is hosted on an external server.
And mind you, if you eventually remove that file/content by any means, since the theme you are using is not the full version; your site will most likely redirect to another server depending on the developer's config.

Your best guess is to hide the file using appropriate css syntaxt.

Goodluck.
Re: How Can I Edit This Section Of My Footer? by futurism(op): 4:29pm On Jul 10, 2019
ArykTECH:
That file is definitely hosted outside WP rather, it is hosted on an external server.
And mind you, if you eventually remove that file/content by any means, since the theme you are using is not the full version; your site will most likely redirect to another server depending on the developer's config.

Your best guess is to hide the file using appropriate css syntaxt.

Goodluck.
I said it!... Thanks.
Re: How Can I Edit This Section Of My Footer? by futurism(op): 4:31pm On Jul 10, 2019
ArykTECH:
That file is definitely hosted outside WP rather, it is hosted on an external server.
And mind you, if you eventually remove that file/content by any means, since the theme you are using is not the full version; your site will most likely redirect to another server depending on the developer's config.

Your best guess is to hide the file using appropriate css syntaxt.

Goodluck.
I didn't plan to remove bro. I just want to edit that section and save it.
Re: How Can I Edit This Section Of My Footer? by etoluw: 5:11pm On Jul 10, 2019
ArykTECH:
That file is definitely hosted outside WP rather, it is hosted on an external server.
And mind you, if you eventually remove that file/content by any means, since the theme you are using is not the full version; your site will most likely redirect to another server depending on the developer's config.

Your best guess is to hide the file using appropriate css syntaxt.

Goodluck.
my guy what u said is totally wrong;

the function wp_footer() is responsible for this.

in order to locate the where you can edit it

search for "add_action ('wp_footer' " in the theme files and edit it.
Re: How Can I Edit This Section Of My Footer? by futurism(op): 6:03pm On Jul 10, 2019
etoluw:
my guy what u said is totally wrong;

the function wp_footer() is responsible for this.

in order to locate the where you can edit it

search for "add_action ('wp_footer' " in the theme files and edit it.
Those are all the options I have. The installed theme is actually a child's theme of another theme sha... can I find what you mentioned in the circled region?

Re: How Can I Edit This Section Of My Footer? by etoluw: 6:34pm On Jul 10, 2019
futurism:
Those are all the options I have. The installed theme is actually a child's theme of another theme sha... can I find what you mentioned in the circled region?
check that place first
do you have access to the theme zip file?
Re: How Can I Edit This Section Of My Footer? by futurism(op): 7:01pm On Jul 10, 2019
etoluw:
check that place first
do you have access to the theme zip file?
I installed directly from wordpress.org but I can also download it since it is a free version. what do you recommend bro?
Re: How Can I Edit This Section Of My Footer? by etoluw: 8:29pm On Jul 10, 2019
futurism:
I installed directly from wordpress.org but I can also download it since it is a free version. what do you recommend bro?
that's good
log in to your cpannel zip it and download it
you may have to download the parent theme too.
Re: How Can I Edit This Section Of My Footer? by futurism(op): 8:57pm On Jul 10, 2019
etoluw:
that's good
log in to your cpannel zip it and download it
you may have to download the parent theme too.
thanks. So what do I do next after I download it? I am watching match now Sha...
Re: How Can I Edit This Section Of My Footer? by etoluw: 11:11am On Jul 11, 2019
futurism:
thanks. So what do I do next after I download it? I am watching match now Sha...
just search for the words u are looking for in it u can use notepad++
Re: How Can I Edit This Section Of My Footer? by futurism(op): 11:23am On Jul 11, 2019
etoluw:
just search for the words u are looking for in it u can use notepad++
so once I find it, edit it, save it and upload it back, everything will be fine? Thanks for your time.
Re: How Can I Edit This Section Of My Footer? by etoluw: 1:31pm On Jul 11, 2019
futurism:
so once I find it, edit it, save it and upload it back, everything will be fine? Thanks for your time.
yeah that will work for now

if it is a theme that gets updated regularly i hope u know what will happen

d best way is write a plugin which will fix it permanent ly
Re: How Can I Edit This Section Of My Footer? by ArykTECH(m): 2:39pm On Jul 26, 2020
futurism:
I said it!... Thanks.
You are welcome. ArykTECH is here at your service.
1 Reply

How To Add Footer Popup Ads Like Naijaloaded And 9jaflaverHow To Remove The "Powered By Wordpress" Footer LinkI'm Having Problems Changing My Wordpress Footer Text To Mine234

Starting A Home-based Travel Agency (NOT Typos!)10 Social Media Sites You Can Promote Your Blog Content On.Which Is Better For Advertisement, Nairaland Or Naijaloaded?