• This is more of a question…

    My client loved the sorting A-Z but the list is relatively short so they prefer not to show the small boxes at the top. I can very easily hide that section with CSS but I was curious if that can be done with the shortcode. I was thinking it might load just a fraction quicker if it didn’t have to build that list.

    Thanks!

    The page I need help with: [log in to see the link]

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

    (@diddledani)

    Like your other question, this can be achieved by copying the file from wp-content/plugins/a-z-listing/templates/a-z-listing.php into your theme and removing the lines that print the alphabet. Specifically you want to remove the following lines:

    	<div id="letters">
    		<div class="az-letters">
    			<?php $a_z_query->the_letters(); ?>
    		</div>
    	</div>
    
Viewing 1 replies (of 1 total)
  • The topic ‘Remove Letters at top with shortcode?’ is closed to new replies.