It makes no sense to add a task description, so I just add the code below:
$thumb_id = get_post_thumbnail_id(); $thumb_url = wp_get_attachment_image_src($thumb_id,'thumbnail-size', true); echo $thumb_url[0];
It makes no sense to add a task description, so I just add the code below:
$thumb_id = get_post_thumbnail_id(); $thumb_url = wp_get_attachment_image_src($thumb_id,'thumbnail-size', true); echo $thumb_url[0];
I tried solutions with functions that should remove from head and , but a very …