Title: Ads carousel
Last modified: January 20, 2019

---

# Ads carousel

 *  Resolved [ecstoreweb](https://wordpress.org/support/users/ecstoreweb/)
 * (@ecstoreweb)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/ads-carousel/)
 * Hi, I would like to show ads from a given category in a carousel. I tried using
   your snippet “force-featured-images” and “Responsive Posts Carousel” plugin. 
   Ads appears in carousel without images. Do you have any suggestions on how to
   do this using maybe another plugin?
    thanks

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

 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/ads-carousel/#post-11111949)
 * Hi,
    are the images featured in the gallery when you save an Ad?
 * If they are then you will also need to make sure that the Adverts have the support
   for featured images enabled, you can do that by adding the code below in your
   theme functions.php file
 *     ```
       add_filter("adverts_post_type", "enable_featured_images");
       function enable_featured_images( $args ) {
          $args["supports"][] = "thumbnail";
          return $args;
       }
       ```
   
 * After adding the code edit one of the Ads from wp-admin / Classifieds panel and
   check if in the right sidebar there is a Featured Image widget with an image 
   selected. If there is then Adverts are setup correctly to use the featured images.
 *  Thread Starter [ecstoreweb](https://wordpress.org/support/users/ecstoreweb/)
 * (@ecstoreweb)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/ads-carousel/#post-11118330)
 * Thanks, now are working. I would suggest you to put this in your snippet “force-
   featured-images”
 * thanks for the support
 *  Thread Starter [ecstoreweb](https://wordpress.org/support/users/ecstoreweb/)
 * (@ecstoreweb)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/ads-carousel/#post-11118333)
 * resolved

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

The topic ‘Ads carousel’ is closed to new replies.

 * ![](https://ps.w.org/wpadverts/assets/icon-256x256.png?rev=2423472)
 * [WPAdverts - Classifieds Plugin](https://wordpress.org/plugins/wpadverts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpadverts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpadverts/)
 * [Active Topics](https://wordpress.org/support/plugin/wpadverts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpadverts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpadverts/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [ecstoreweb](https://wordpress.org/support/users/ecstoreweb/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/ads-carousel/#post-11118333)
 * Status: resolved