Yes,
In contextual-related-posts/contextual-related-posts.php I changed
$output .= ‘<a href='”
TO
$output .= ‘<a href=https://www.mysite.com/mb?r= and removed the ” and the other ” further in the code.
Is this making sense ?
With current code I believe it is somewhere here :
$output .= crp_list_link( $args, $result );
That I tried changing to :
$output .= crp_list_link( $args, “https://www.mysite.com/mb?r=”.$result );
But no chance…
Thanks for your help !
C.