• Resolved ImageYogieAnamCara

    (@yogieanamcara)


    I found that this [link-library-filters settings=1] shortcode also exists, but I cannot find any documentation?!

    How can I change the layout and options?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ImageYannick Lefebvre

    (@jackdewey)

    This was a feature that I implemented for a specific user who wanted to be able to create a dynamic list of applications and be able to filter them. The layout of that feature is specific to this user’s needs and does not really have any options outside of the few parameters that can be sent to the shortcode. This is why I never really documented this feature.

    Here is a list of the parameters with their default values.

    ‘includetagsids’ => ”,

                    ‘excludetagsids’ => ”,

                    ‘showtagfilters’ => true,

                    ‘taglabel’ => __( ‘Tag’, ‘link-library’ ),

                    ‘showpricefilters’ => true,

                    ‘pricelabel’ => __( ‘Price’, ‘link-library’ ),

                    ‘alphabeticlabel’ => __( ‘Link Name’, ‘link-library’ ),

                    ‘showalphabeticfilters’ => true,

                    ‘showapplybutton’ => false,

                    ‘settings’ => ”

    Thread Starter ImageYogieAnamCara

    (@yogieanamcara)

    Perfect, that helped a lot! Many thanks.

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

The topic ‘[link-library-filters settings=1]’ is closed to new replies.