How to delete link in the footer.Wodpress

Status
Not open for further replies.

BestSeller555

Newbie
Joined
Dec 20, 2016
Messages
14
Reaction score
0
How to delete link in the footer.Wodpress
7samuraivru
There are no link in the footer but on blog there is it/
 
They might hide it in another file. Check your theme with notepad++ and search for that link.
You can search all folder.
 
You can just remove the widget that calls the text may be? Then put your custom copyright text in your footer.php like so...
Code:
&copy; all rights reserved to <?php bloginfo(name')?> , <?=date('Y')?>
 
Last edited:
Check your theme and edit it in your way. Send me the direct link, let me go through it.
 
Delete your entire wordpress site, that should help
 
But he need to delete only link from footer, so entire wp deletion is not going to work. I think so...
y so serious, lady!? :p
 
Yep and i take it seriously. :P Even i thought so, there will be some way to sort out and just for one link deletion of website.. LOL
You'll need to do it in a child theme or else it will be back next update
 
Is http://7samuraiv.ru/ your website? If so, go into http://7samuraiv.ru/wp-admin/theme-editor.php and see if there is a footer.php on the right side list.

Then go in and do what @Gogol suggested.
 
Or you could just hide it in css.
If you need to remove the left circle thing (whatever that is), put this code in your css:
Code:
.social-navigation {display: none;}
if you need to remove the right link ("Сайт работает на WordPress") put this code:
Code:
.site-info {display: none;}
If you don't know where to put the css code, when you go to customize page, a css editor can be found usually at the bottom. Depends on the theme though, sometimes it's in the theme options. There are some plugins for custom css as well.
 
Just put some masking or duct tape over your monitor where it appears.
 
Status
Not open for further replies.
Back
Top