Quantcast
Channel: Zenphoto forum
Viewing all articles
Browse latest Browse all 2917

galatea on "insert ads between rows"

$
0
0

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


Viewing all articles
Browse latest Browse all 2917

Trending Articles