I am facing this problem in my header.php
file.
Parse error: syntax error, unexpected end of file in
header.php
on line 187
Here is code can anyone please tell me where is syntax missing.
<?php
if ( has_post_thumbnail() ) {
// check if the post has a Post Thumbnail assigned to it.
the_post_thumbnail("featured", array("class" => "alignleft"));
?>