/** * @deprecated in favour of have_a_z_items() */ function have_a_z_posts() { return have_a_z_items(); }
?> "> <h2> <span><?php the_a_z_letter_title(); ?> </span> </h2> <?php $i = $j = 0; ?> <?php $numpercol = ceil(num_a_z_posts() / $_a_z_listing_colcount); ?> <?php while (have_a_z_items()) { the_a_z_item(); ?> <?php if (0 === $i++) { ?> <div><ul> <?php } ?> <?php $j++; ?> <li> <a href="<?php the_permalink();