MariosElGreco
Regular Member
- May 31, 2014
- 277
- 10
how can i remove all links from a wordpress posts in bulk ? we talk for a website directory with some thousand diffrent domain backlinks .
how can i remove all links from a wordpress posts in bulk ? we talk for a website directory with some thousand diffrent domain backlinks .
its only hide the links not remove them completly , that means that google can still find them no matter if count or not , google see's them.
no , imagine with 1m articles point them all on external sites , its a hell.But it's a directory, surely that's the point
no , imagine with 1m articles point them all on external sites , its a hell.
its only hide the links not remove them completly , that means that google can still find them no matter if count or not , google see's them.
You can dump the database using mysqldump, make a copy of it as backup. Then on a text editor edit the .SQL dump to remove the links (find/replace), then recover the dump.
I've done this when switching site address, just substituted one domain name for the other in all posts on the .SQL dump.
Hope this helps.
I've tried all the plugin but nothing works, I know the thing with the editor but it's huge db so it's not easy to upload it back.! it's 6gb database compressed, with 100kb upload speed I will need a week or so to import it again... any way to remove links through the phpmyadmin or via function.php?
no but I have an idea, if I can somehow disable the internet from the site so this plugin finds them all as broken links then I cam remove them all... well if I find a way to disable for some times the internet connection of the host...Thought about using a broken link plugin? If you've got that amount of pages you'll have a done of dead links and the plugins will bin them off
Least reduce your work load anyway
no but I have an idea, if I can somehow disable the internet from the site so this plugin finds them all as broken links then I cam remove them all... well if I find a way to disable for some times the internet connection of the host...