Poskušam, pa mi ne gre. V templejtu sicer koda zgleda takole:
*<?php get_header(); ?>
<div id="contentwrapper"><div id="content">
<div class="adsense_top"><?php include (TEMPLATEPATH . '/adsense_top.php'); ?></div>
<?php if (have_posts()) : ?>
<?php while (haveposts()) : thepost(); ?>
<div class="post">
<h2 class="postTitle"><a href="<?php the_permalink() ?>"><?php thetitle(); ?></a></h2>
<div class="postMeta">
<span class="date"><?php thetime('M.d, Y') ?></span> in
<span class="filed"><?php thecategory(', '); ?></span>
</div>
<div class="postContent"><?php thecontent('[Read the rest of this entry...]'); ?></div>
<p class="comments"><?php commentspopuplink('Leave a Comment', 'Comments (1)', 'Comments (%)'); ?></p>
</div> <!-- Closes Post -->*
Predviden prostor za oglas je nad prvim postom, jaz bi pa to rad premaknil v prvi post.