Can someone help me fix a WP problem?

InstaFriedRice

Registered Member
Joined
Jul 24, 2019
Messages
97
Reaction score
51
I'm a WP noob, so anybody with intermediate experience should be able to help me. I'm trying to get rid of some buttons and footer. The website is confidential. Please, please, please PM me, I can't figure it out. Thank you so much!
 
Then you should've mentioned that you are looking for free help.
I figured everyone would assume it is free help, considering I'm trying to figure out how to remove a button. It's a matter of me not knowing the WP interface than it is technical. If you aren't going to help, don't bother replying.
 
i can do your help if you are still looking for that mate. i will more then happy to do so
 
If you still need help PM me,will take only one hour to solve your problem.
 
Go in the Theme Editorial to the Footer save all the files just Incase. Delete the code.
 
Every wordpress theme is made with included footer.php file, which takes care of the footer structure on every page. I would first suggest you to open footer.php file inside your theme's root folder. Most likely the buttons which you are trying to remove are hardcoded inside footer.php file. You can delete the button markup code from there. If you can't find them there, it is also possible that buttons are included through widgets in footer widget areas, so you should check the widgets section inside wordpress admin and see if they can be removed from there.
 
Back
Top