• Resolved creoadmin

    (@creoadmin)


    Is there a way to add just the A-Z listing at the top of every page of the site, without listing all of the relevant blog posts underneath it?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    I’m unsure what the benefit of this would be, but it can be achieved by copying the template from wp-content/plugins/a-z-listing/templates/a-z-listing.php into the root folder of your theme or child theme (wp-content/themes/<yourtheme>/a-z-listing.php) and stripping out everything except the top letters section so that it reads similar to:

    <div id="letters">
    	<div class="az-letters">
    		<?php $a_z_query->the_letters(); ?><div class="clear empty"></div>
    	</div>
    </div>
    Plugin Author Dani Llewellyn

    (@diddledani)

    I’ve marked this as resolved, but please come back if you want or need further discourse or assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Just the A-Z’ is closed to new replies.