I wanted to echo an image every after 3 post via XML here is my code :
every 3 posts?
if($counter % 3 == 0){ echo IMAGE; }