<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<?php the_post_thumbnail(null, array("class" => "img-responsive")) ;?>
</a>
the_post_thumbnail
, второй параметр используется для задания атрибутов (в том числе и классов) p
нельзя помещать в h1
p
на span
либоh1
на div
Element p not allowed as child of element h1 in this context. (Suppressing further errors from this subtree.)