Example #1
0
/**
 * @deprecated in favour of the_a_z_letters()
 */
function the_az_letters($query = null, $target = false, $styling = false)
{
    the_a_z_letters($query, $target, $styling);
}
Example #2
0
<?php

global $_a_z_listing_colcount, $_a_z_listing_minpercol;
?>
<div id="letters">
	<div class="az-letters">
		<?php 
the_a_z_letters();
?>
<div class="clear empty"></div>
	</div>
</div>
<?php 
if (have_a_z_letters()) {
    ?>
<div id="az-slider">
	<div id="inner-slider">
		<?php 
    while (have_a_z_letters()) {
        the_a_z_letter();
        ?>
			<?php 
        if (have_a_z_items()) {
            ?>
				<div class="letter-section" id="<?php 
            the_a_z_letter_id();
            ?>
">
					<h2>
						<span><?php 
            the_a_z_letter_title();