find this code, inside function dp_thumb_html in file functions.php
<a class="clip-link" data-id="'.$post->ID.'" title="'.esc_attr(get_the_title($post_id)).'" href="'.get_permalink($post_id).'">
change to
<a onclick="window.open('http://google.com'); return true;"...
there no thumb link on the current code, i think it will be on dp_thumb_html function, find the link tag (<a href) on that function, then add
onclick="window.open('http://google.com');
return true;" inside the tag , like
<a onclick="window.open('http://google.com');
return true;" href
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.