• Resolved bientang

    (@bientang)


    Hi,

    Thanks for this great plugin.

    I want to know how to change default listing “All” to “A”, so when page loaded, it will show all listing in “A”.

    Thanks you.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jeroen Peters

    (@jeroenpeters1986)

    Hi @bientang,

    this is not a standard function of the plugin. I can provide a piece of code for it, but you will not be able to update after that.

    Kind regards,

    Jeroen Peters

    Thread Starter bientang

    (@bientang)

    Hi @jeroenpeters1986 ,

    Yes please, let me know the code and i’ll consider about updating later.

    But i’m still hoping you make a major plugin updates with this feature. ??

    Thanks a lot.

    Plugin Author Jeroen Peters

    (@jeroenpeters1986)

    Hey @bientang

    I will share the code when i am at Home. I Will take it on the list of features. I am not sure when it Will be added

    Kind regards,

    Jeroen Peters

    Plugin Author Jeroen Peters

    (@jeroenpeters1986)

    Hi @bientang,

    in shortcode.php, on line 209, you can add this:

    
        else { 
            $name_filter['character'] = "A"; 
        }
    

    I hope this works for you, please let me know.

    If you like the plugin, and the support. Please leave me a review so other people can read about it.

    Kind regards,

    Jeroen Peters

    Thread Starter bientang

    (@bientang)

    Hi @jeroenpeters1986 ,

    Thanks for the code. it works.

    Thanks again ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change default “All” to “A”’ is closed to new replies.