How to remove links from autoblogged post?

  • Thread starter Thread starter Deleted member 36594
  • Start date Start date
D

Deleted member 36594

Guest
my WP-robot has been ripping content from other websites, unfortunately I will get to see those author's links and such.

Is there a plugin to remove them automatically?
 
If the links are all the same, you can use this search and replace plugin:

Code:
http://urbangiraffe.com/plugins/search-regex/
 
i'm curious about this too.. but its not from the same author its different every time... i just want to get rid of their links
 
I think If you get rid of their links..You are violating the TOS of article directories that your WPRobot are importing...

The good thing is that WPRobot automatically put "NO FOLLOW" code to all the author links...
 
Remove Hyperlinks ? If you are using the %content% variable in your post template but want to remove any live hyperlinks,
use this pattern.
replace
<a\s[^>]*>([^<*]*)<
by
$1

But it is not working for me , is there any one who can how to remove links !!!
 
Remove Hyperlinks - If you are using the %content% variable in your post template but want to remove any live hyperlinks,
use this pattern.
replace
<a\s[^>]*>([^<*]*)<
by
$1

But it is not working for me , is there any one who can how to remove links !!!

Thanks for share... this could be useful only if you want to remove a live links but leave a link as a simple text. I'm quite sertain that you can't remove totally the links from articles you are borrowing from others. You wouldn't like if others did that to you, don't you? ;)
 
If the links are auto no follow what's the problem as link juice isn't been leaked and you're playing within the TOS rules... right?
 
Just remove the author tag in post template options, but one day someone will find you, and terminate your ass for stealing their content, or they will just send you a friendly email asking you to remove the post, lol
 
Back
Top