Title: Plugin can make like this
Last modified: April 6, 2020

---

# Plugin can make like this

 *  [devilwinnie](https://wordpress.org/support/users/devilwinnie/)
 * (@devilwinnie)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/plugin-can-make-like-this/)
 * Hi
 * do you plugin can make like this
    [https://mumsclub.my/partner.php?charsearch=a](https://mumsclub.my/partner.php?charsearch=a)
 * thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fplugin-can-make-like-this%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Dani Llewellyn](https://wordpress.org/support/users/diddledani/)
 * (@diddledani)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/plugin-can-make-like-this/#post-12686160)
 * Hi,
 * The layout of individual items in the list can be tailored by customising the
   template that comes with the plugin. Copy the file `wp-content/plugins/a-z-listing/
   templates/a-z-listing.example.php` into your theme and modify to suit.
 * For the restriction of showing a single letter’s items at a time this is not 
   a default behaviour for my plugin. It can be faked by adding the following to
   your theme’s `functions.php` file:
 *     ```
       add_filter( 'a_z_listing_tabify', '__return_true' );
       ```
   
 * Note, however, that this will load all your items on a single page and merely
   hides the non-active letters. You will **not** have a separate address/page for
   each letter.
 *  [bastienmichel](https://wordpress.org/support/users/bastienmichel/)
 * (@bastienmichel)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/plugin-can-make-like-this/#post-13310728)
 * Hi Daniel,
 * Thank you for your amazing support.
    I have a remaining question on which I cannot
   find any answer in here : is it possible to add a second filter in addition to
   the letter-filter ?
 * For instance, I have a list of books and I would like to be able to show only
   the ones related to the category “Biography”, and hide the other.
    Here is the
   page I need help with : [http://livres-de-foot.fr/bibliotheque/](http://livres-de-foot.fr/bibliotheque/)
 * Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Plugin can make like this’ 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/)

 * 2 replies
 * 3 participants
 * Last reply from: [bastienmichel](https://wordpress.org/support/users/bastienmichel/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/plugin-can-make-like-this/#post-13310728)
 * Status: not resolved