Hi,
I've just installed your plugin, and I do have a question. Is there some way to display an add after the first post on your home page ? I've been trying to do that, but sadly I can't seem to get it working.
I think I might have to modify my template and include something in the following code :
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
....
But my PHP knowledge is lacking a bit there :-)
Regards, and congrats on a well done plugin.