Hi,
I would like to change the text on the post slider in ethos. I have a JS snippet, but I don’t know how to substitute the link so that it is always the correct one for the given post.
My snippet is like this:
jQuery(document).ready(function($){
var link = “[What do I have to put here]”;
$(’.x-post-slider .featured-view’).html(“Tovább”).wrap(’’);
});
thanks for the help