Title: Add menu only
Last modified: April 8, 2020

---

# Add menu only

 *  [simo2k12](https://wordpress.org/support/users/simo2k12/)
 * (@simo2k12)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/add-menu-only/)
 * 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](https://wordpress.org/support/users/diddledani/)
 * (@diddledani)
 * [6 years ago](https://wordpress.org/support/topic/add-menu-only/#post-12683857)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/a-z-listing_d8edfd.svg)
 * [A-Z Listing](https://wordpress.org/plugins/a-z-listing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/a-z-listing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/a-z-listing/)
 * [Active Topics](https://wordpress.org/support/plugin/a-z-listing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/a-z-listing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/a-z-listing/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Dani Llewellyn](https://wordpress.org/support/users/diddledani/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/add-menu-only/#post-12683857)
 * Status: not resolved