Alıntı
<?php
// Get $post if you're inside a function
global $post;

if ( is_single('63') ) {
//
<div class="adsense-post">


<ul>

<?php
global $post;
$myposts = get_posts('numberposts=5&offset=1&category=187');
foreach($myposts as $post) :
?>
<li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
<?php endforeach; ?>
</ul>


</div>
}

?>
olarak ekledim direk tekil yazıya,

Alıntı
Parse error: syntax error, unexpected '<' in /home/**domains/***/public_html/wp-content/themes/*** on line 56
hatası verdi malesef.