youtube - Set the WordPress thumbnail in php code (automatically) -


i'm struggling while now...

i have written function automatically gets thumbnail of youtube video embed in code. saved variable $img.

my question how can set $img post thumbnail.

thank you!

easy process should save thumbnail custom field, "image". call custom field in theme need like

<img src="<?php echo get_post_meta($post->id, "image", true); ?>" alt="" /> 

you attach image post.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -