Thread Starter
gerg
(@gerg)
Thanks alphaoide, it is much appreciated.
In the hours I’ve poured over the literature, I’ve never seen anything documenting exactly WHAT is contained in the $wp_query array… thank you.
Here is what works for me:
<?php if (($wp_query->current_post +1) != ($wp_query->post_count)) { ?>
<div class="myRule"></div>
<? } ?>
Thread Starter
gerg
(@gerg)
Ahh, the lights are coming on. Thanks for your very clear answer and the resources you pointed to !