Great thanks – this is the functione I could not retrieve.
Yes that would be a great idea since this setup helped me grow my audience quite efiiciently – but I did not suspect that updates could mess it up…Would be great to have such a functionality.
Thanks for your help
Yes,
In contextual-related-posts/contextual-related-posts.php I changed
$output .= ‘<a href='”
TO
$output .= ‘<a href=http://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, “http://www.mysite.com/mb?r=”.$result );
But no chance…
Thanks for your help !
C.