Įterpkite vaizdus į paveikslėlio elementą iš medijos įkėlimo programos CSS-gudrybės

Anonim

Jei norite sužinoti apie failą functions.php arba funkcinį papildinį:

function html5_insert_image($html, $id, $caption, $title, $align, $url) ( $html5 = " 
"; $html5 .= " $title"; if ($caption) ( $html5 .= "
$caption
"; ) $html5 .= "
"; return $html5; ) add_filter( 'image_send_to_editor', 'html5_insert_image', 10, 9 );

Tai, ką įvesite, taip pat laikys antrašte ir įterps į

žyma kaip a
. Įterpto kodo pavyzdys:
 
Title of image
Caption for image