Hi Mark,
Thank you for your reply.
non-www did not work either.
using just href instead of data-href worked but it created a problem with the live editor not working.
function rsssl_exclude_http_url($html) {
//replace the https url back to http
$html = str_replace('href="https://mikepettigrew.com', 'href="https://mikepettigrew.com', $html);return $html;
}
add_filter("rsssl_fixer_output","rsssl_exclude_http_url");
Regards,
Francis