Hallo. Kann man in dem folgenden Core irgendwie beim title-Attribut den jeweiligen Seitentitel einbauen also nicht so
PHP
<?php the_post_thumbnail('medium', array('class' => 'alignleft', 'alt' => 'alttext', 'title' => 'titletext')); ?>
sondern vielleicht irgendwie so
PHP
<?php the_post_thumbnail('medium', array('class' => 'alignleft', 'alt' => 'alttext', 'title' => '<?php the_title(); ?>')); ?>
Danke für Hilfe.
Fisch