• Hi,

    How would I go about adding only the ABCDE… menu to my theme? would like to be able to click a letter and it’ll show only posts starting with said letter.

    thank you

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

    (@diddledani)

    Hi,

    This is not a feature that my plugin supports 🙁

    There is, however, a small javascript file that can be included to turn the output into a “tabbed view” where the whole listing is loaded and then all the letters except one hidden from view; clicking a different letter will reveal that list and hide the previous one without reloading the page or having a different URL. To try this out, add the following code to your theme’s functions.php file:

    add_filter( 'a_z_listing_tabify', '__return_true' );
    
Viewing 1 replies (of 1 total)

The topic ‘Add menu only’ is closed to new replies.