• Hello, no link because website is on developpement.
    I got a website with plant.
    how can I only display the letters and when clic on a letter, develop the products to choose the name of one ( as a toogle )
    thanks a lot

    EDIT : In fact I put in a toogle

    • This topic was modified 2 years, 10 months ago by lkjc.
Viewing 1 replies (of 1 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    Hi,

    The A-Z Listing plugin isn’t designed to display only a single letter. You can fake it with some javascript to turn the letters along the top of the listing into behaving “tab”-like. There is an example javascript in the plugin directory at: plugins/a-z-listing/scripts/a-z-listing-tabs.js. You can enable this as-is with the following PHP code added to your theme’s functions.php file (noting that if you update your theme then the functions.php will be overwritten thereby losing the changes, so you might want to investigate a child-theme for your customisations):

    add_action( 'wp_enqueue_scripts', 'a_z_listing_force_enqueue_tabs' );
    
Viewing 1 replies (of 1 total)
  • The topic ‘Display only letter’ is closed to new replies.