
Cicklow
Admin
Épsilon
Verificado
Verificación en dos pasos activada
Verificado por Whatsapp
¡Ha verificado su Paypal!
¡Usuario popular!
Suscripción a IA
asi quedaria:Yo lo cambie por la siguiente url : http://www.imghentai.com/wp-content/uploads/2014/07/Hentai_logo_by_nesco.png
PHP:
<?php
$metaimg = get_post_meta( get_the_ID(), 'imagen', 'http://www.imghentai.com/wp-content/uploads/2014/07/Hentai_logo_by_nesco.png');
if($metaimg=="") $metaimg = "http://www.imghentai.com/wp-content/uploads/2014/07/Hentai_logo_by_nesco.png";
echo '<img class="attachment-post-thumb wp-post-image" width="210" height="158" alt="'.get_the_title(get_the_ID()).'" src="'.$metaimg.'">';
?>