No worries. I just wanted to let you know. 😉
Weird. It wouldn’t auto update. So I deleted it and reinstalled. Works great! Thanks!
That works. Thanks! I’ll look forward to that better solution.
Thanks for the quick response. If you need any information from me, let me know. 😉
Ok. I replaced:
$pos = strpos( $content, $title );
With:
if($title !='') {
$pos = strpos( $content, $title );
}
Seems to work fine now. Am I doing anything wrong? (Still new to PHP) And if that is a good fix, think it could go into the release? I did searches for the error including the line 171 part and WOW, there were a lot of results of people having the same problem.