• Hi

    I can display lyrics by tagmap at sidebar but when I click one letter it shows other posts with other letter too. Is there any way to show only specific posts from click by that specific letter ? For example if I click on letter D I only want to show only posts which start from letter D not any other posts . But currently it’s showing all posts of a to Z letter in one single pages . But I only want to display only the posts which is only click no other posts. Thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Faridgem

    (@faridgem)

    Hi
    It’s been while I never heard from you. actually your plugin has this function already but what I want to achieve from my sites is exclude to show the post list which is not cliced by users. Currently in your plugin while we browse for post from click by letter it displays the post list by respective letter with others letter post list too. Which actually a bad idea for displaying all posts list when a sites has large number of posts. In addition it’s not perfect for UI . I m not expert in php . If I am not asking a major modification for this plugin please let me know how can we achieve this functionality. Thanks

    Plugin Author Dani Llewellyn

    (@diddledani)

    Hi,

    Sorry I missed your message.

    Showing a single letter is not a feature that my plugin supports. You can fake it by using javascript, and I have included some example code which can be loaded with the following PHP added to your theme’s functions.php file:

    add_filter( 'a-z-listing-tabify', __return_true );
    

    However, I do not believe that this will automatically show the correct letter when the page loads from a link in the widget on other pages of your site. It might, but I’ve not tested that.

    Thread Starter Faridgem

    (@faridgem)

    Thanks for your reply. Yes you are right ..I have added the code but it’s not working. May be you can work on this feature for next update or make it premium. I don’t know what is your plan. But it would be very nice for larger database sites . Thanks again

    Hi! First of all, would like to say what a great plugin this is! Great job Daniel!

    As I don’t want to start a new topic, would like to carry on on this one as it will be related. So filter you suggested is working, but the one in FAQ section on the main plugin page is not working.
    This is the one I am talking about… add_filter( ‘a-z-listing-add-tabs’, ‘__return_true’ );
    As far as I understand it should do the same right?

    1. So to add more to this as we have a good option to show only content related to the selected letter is there option to add before (ALL) to show as a starting option?
    2. Is there an option to add the Search bar on top of letters to search ANY content related to the search word?

    I will add a link to a similar plugin as a great example of what I am talking about.
    Example

    The reason I can’t use the example plugin – it is not using default WordPress pages/posts as content.

    Thanks!
    Uldis

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to show only post list for clicking by letter’ is closed to new replies.