• Resolved ildar.khasanshin

    (@ildarkhasanshin)


    add to extract(shortcode_atts(..
    20: “order_” => ”,
    21: “orderby_” => ”,

    replace to
    73: $orderby = $orderby_ ?: ‘post_date’;
    74: $order = $order_ ?: ‘DESC’;

    example
    [slick-slider category=”..” orderby_=”ID” order_=”ASC”]

    ps
    line number by version 1.9.2

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching here.

    You want “order” and “orderby” parameter, Am I right?

    Sorry for the inconvenience, “order” and “orderby” parameter not available in the free version.

    Let us know if you have any other issues or queries.

    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘add sort-params for shortcodes’ is closed to new replies.