insert ads between rows

hello
i try insert adsense between 2 rows in album.php (zenpage theme), I tried the following code but it does not work

<div id="albums">
<?php $counter =0; ?>
<?php while (next_album()): ?>
<?php $counter ++;?>
<?php if(($count==2) ): ?>
<p>code adsense </p>
<?php endif; ?>

where's my mistake ?
ps: sorry for my bad english

Comments

Sign In or Register to comment.