Thread Starter
aronk
(@aronk)
Yes. I found out. Update the plugin to the most recent version and check on Core>> Compability section
Thread Starter
aronk
(@aronk)
No. I want that my image has an link redirecting to google. I dont want to change every single time to 1-custom link 2-http://www.google.com
Thread Starter
aronk
(@aronk)
Thanks for the fast answer. But I oppened the index.php and inserted the function: (I want to redirect to google per example)
<?php if ( has_post_thumbnail() ) {
the_post_thumbnail();
} else { ?>
<img src=”http://google.com” />
<?php } ?>
But is still not working. What am I doing wrong? Thanks