Hello.
All links in an ad (body and custom field url) are leaving the website and go to the linked one.
This is not a desireable feature for many of us. We want to keep the visitor and not leading him to an other site.
Can this be changed? Can you pls consider it?
There are two places to change for that, the Tinymce init in functions.php
theme_advanced_buttons2_add: 'media',
extended_valid_elements : "a[href|target=_blank|rel=nofollow]",
and in helpers/hitems.php.
Also nofollow could be an option?
Thank you