Okay, you are probably tired of seeing my posts. The last solution is also wrong and I was sure it was fine when I tested it, however it's not.
Scratch everything I said for the cronfunctions and intead add after line 260 the following:
| Code: |
$text = str_replace( ''', '\'', $text);
|
The way I had it previously, it would not recognize the post as being the same and would duplicate the post constantly if it had an apostrophy in the title. So far the above code seems to work fine and recognizes the post correctly.
I'm really sorry for all these posts but I guess it's better to get the right information
