Title: Create Carousel by ACF field?
Last modified: January 24, 2018

---

# Create Carousel by ACF field?

 *  Resolved [danicalc](https://wordpress.org/support/users/danicalc/)
 * (@danicalc)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/create-carousel-by-acf-field/)
 * 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](https://wordpress.org/support/users/rameez_iqbal/)
 * (@rameez_iqbal)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/create-carousel-by-acf-field/#post-9896006)
 * Hi, Its not possible yet. But we will add this feature soon.
 *  Thread Starter [danicalc](https://wordpress.org/support/users/danicalc/)
 * (@danicalc)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/create-carousel-by-acf-field/#post-9900098)
 * Thank you! How soon ? 🙂
 *  Plugin Author [rameez_iqbal](https://wordpress.org/support/users/rameez_iqbal/)
 * (@rameez_iqbal)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/create-carousel-by-acf-field/#post-9900394)
 * Hopefully by today
 *  Thread Starter [danicalc](https://wordpress.org/support/users/danicalc/)
 * (@danicalc)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/create-carousel-by-acf-field/#post-9901434)
 * Oooh, please keep me posted! Thanks
 *  Plugin Author [rameez_iqbal](https://wordpress.org/support/users/rameez_iqbal/)
 * (@rameez_iqbal)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/create-carousel-by-acf-field/#post-9901454)
 * 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](https://wordpress.org/support/users/danicalc/)
 * (@danicalc)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/create-carousel-by-acf-field/#post-9901508)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/responsive-posts-carousel_94979c.
   svg)
 * [Responsive Posts Carousel](https://wordpress.org/plugins/responsive-posts-carousel/)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-posts-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-posts-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-posts-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-posts-carousel/reviews/)

## Tags

 * [acf-fields](https://wordpress.org/support/topic-tag/acf-fields/)

 * 6 replies
 * 2 participants
 * Last reply from: [danicalc](https://wordpress.org/support/users/danicalc/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/create-carousel-by-acf-field/#post-9901508)
 * Status: resolved