Hi,
I have a problem with a link post that does not work. It is the same as others but in this one the link is cut.
It is the fourth post of this page “Great interview (…) Board Member”
Link is : http://goo.gl/Md25XC
Thanks for your help
Hey oliviad!
I think Kriesi’s regex expression does not parse your link properly. Please open up /wp-content/themes/enfold/includes/helper-post-format.php and replace
$pattern1 = '!^(https?|ftp)://(-\.)?([^\s/?\.#-]+\.?)+(/[^\s]*)?!';
with
$pattern1 = '$\b(https?|ftp|file)://[-A-Z0-9+&@#/%?=~_|!:,.;]*[-A-Z0-9+&@#/%=~_|]$i';
Regards,
Peter
Thank you very much for this amazing support ! Once again this solved the problem :)