AlZuwaga muchas gracias... pero... perdone mi ignorancia xD
Si reemplazo mi código:
Código PHP:
Ver original<?php
if ( has_post_thumbnail() ) {
the_post_thumbnail();
}
?>
por el q me sugiere... las thumbnails pierden el tamaño que he predefinido 600x200 en functions.php
Código PHP:
Ver original/*******************************
Soporte de miniatura
********************************/
add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 600, 200, true );
y además las thumbnails resultantes siguen sin mostrarme lo que necesito el id.
Esto <?php the_ID(); ?> en el id de la thumbnail...