• Resolved danicalc

    (@danicalc)


    Greetings! Is it possible to create carousels sorted by a specific ACF field? For example, if I create an ACF field titled “color” is it possible to create a carousel sorting all posts in alphabetical order by color? Or if the field is “Company Name” can I create a second carousel on the same page which would alphabetize by company name also? Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, Its not possible yet. But we will add this feature soon.

    Thread Starter danicalc

    (@danicalc)

    Thank you! How soon ? ??

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hopefully by today

    Thread Starter danicalc

    (@danicalc)

    Oooh, please keep me posted! Thanks

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Please update to version 4.1 and follow this

    Arrange posts by custom fields values.

    You just have to provide custom field name in shortcode, for example suppose you have shortcode for carousel like

    [wcp-carousel id="5488"]

    You want to arrange posts in this carousel by some specific custom field values having name city with alphabetical ascending order. Provide attribute meta_key and set its value to custom field name in the shortcode. Now set orderby to meta_value.

    [wcp-carousel id="5488" meta_key="city" orderby="meta_value" order="ASC"]

    It will render posts order by city names in ascending order.

    Thread Starter danicalc

    (@danicalc)

    Thank you so much! Can’t wait to test this.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Create Carousel by ACF field?’ is closed to new replies.