Ievietojiet attēlus attēla elementā no multivides augšupielādētāja CSS-triki

Anonim

Jūsu files.php failam vai funkcionalitātes spraudnim:

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 );

Tas arī ievada ievadīto tekstu kā parakstu un ievieto to mapē

tagu kā
. Ievietotā koda piemērs:
 
Title of image
Caption for image