Title: Any Content Carousel
Author: TreeHost Web Solution
Published: <strong>Июнь 14, 2021</strong>
Last modified: Май 30, 2022

---

Search plugins

![](https://ps.w.org/any-content-carousel/assets/banner-772x250.png?rev=2547338)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/any-content-carousel/assets/icon-256x256.png?rev=2547338)

# Any Content Carousel

 By [TreeHost Web Solution](https://profiles.wordpress.org/treehost/)

[Download](https://downloads.wordpress.org/plugin/any-content-carousel.1.3.0.zip)

 * [Details](https://os.wordpress.org/plugins/any-content-carousel/#description)
 * [Reviews](https://os.wordpress.org/plugins/any-content-carousel/#reviews)
 *  [Installation](https://os.wordpress.org/plugins/any-content-carousel/#installation)
 * [Development](https://os.wordpress.org/plugins/any-content-carousel/#developers)

 [Support](https://wordpress.org/support/plugin/any-content-carousel/)

## Description

_The plugin allows you to create a carousel with any post type you have._

This plugin is built to work for any theme and any post type or users.

With the Any Content Carousel Plugin you can create Carousels to give value to your
Content, your Authors or your products.

Fully Responsive and Touch-friendly

> 
> #### More from us
> 
> We are a team of WordPress enthusiasts who enjoy [developing WordPress](https://treehost.eu)
> and WooCommerce themes.
> We also blog at [GiardinoDiMezzo.eu](https://giardinodimezzo.eu), where we write
> about Climate Change

**How to use:**

 1. Go to Carousel Settings
 2. Select post Type
 3. Insert shortcode [tdm_contentslider] in page content
     the Free version add only
    one type of carousel but in many page or content the Pro version you create one
    carousel for any type of post you have.

#### Showcase

See how it works : [Showcase](https://treehost.eu/wordpress-plugin-any-content-carousel/).

#### Feedback

Any suggestions or comments are welcome. Feel free to contact us via the [contact form](https://treehost.eu/).

## Screenshots

 * [[
 * Carousel Posts
 * [[
 * Carousel Products
 * [[
 * Carousel Portfolio
 * [[
 * Carousel Users
 * [[
 * Carousel Setting Area

## Installation

1.In your WordPress admin panel, go to _Plugins > New Plugin_, search for **Any 
Content Carousel** and click \”_Install now_\”
 2. Alternatively, download the plugin
and upload the contents of `any-content-carousel.zip` to your plugins directory,
which usually is `/wp-content/plugins/`. 3. Activate the plugin

## FAQ

### How do I embed the carousel in my theme?

There are tree easy ways to display Any Content Carousel in your theme:

– **Using a shortcode**

    ```
    [tdm_contentslider]
    ```

– **As a widget** – in your WordPress admin panel, go to `Appearance  Widgets`, 
choose text widget, and use the shortcode

    ```
    [tdm_contentslider]
    ```

– **Using PHP**

    ```
    <?php echo do_shortcode('[tdm_contentslider]'); ?>
    ```

### how do i get the post type displayed in the carousel ?

In the carousel options under Select Post type, search for the post type you want
to display among the types your site has.

### How can I add a post type to the list?

You can create any post type normally like you do on WordPress, using another plugin
or by yourself if you know php

### how can i view the products of my e-commerce in the carousel?

the carousel shows the featured products, then, after selecting the post type product,
you have to go to the product list and highlight the ones you want in the carousel
by clicking on the star. The carousel displays Woocommerce products.

### How do I show a video from the carousel ?

now the plugin activates the selection of the post format, if you select the post
format Video in post edior, the plugin will take the first video it finds from the
content of the post and will make it visible by clicking on the play button directly
in the carousel.

## Reviews

![](https://secure.gravatar.com/avatar/71883dc27033b71c8f082c84b121d87840b44500ad9746194b7b3dce8a43f8b9?
s=60&d=retro&r=g)

### 󠀁[Great work!](https://wordpress.org/support/topic/great-work-994/)󠁿

 [assenzio182](https://profiles.wordpress.org/assenzio182/) Сентябрь 16, 2021

nice and smart

![](https://secure.gravatar.com/avatar/de3e03e0f95a9e3a1f83845a03f0c664cb2bc2948be15e334f713b9e05659f32?
s=60&d=retro&r=g)

### 󠀁[Great work!](https://wordpress.org/support/topic/great-work-971/)󠁿

 [adecupis](https://profiles.wordpress.org/adecupis/) Июнь 24, 2021 1 reply

look useful, worth a try

![](https://secure.gravatar.com/avatar/cfe83aab659dc318f86649c04f91195bb72e6cfe88e23eb180920cf33929dc5a?
s=60&d=retro&r=g)

### 󠀁[super smart!](https://wordpress.org/support/topic/super-smart-2/)󠁿

 [ale2480](https://profiles.wordpress.org/ale2480/) Июнь 16, 2021 1 reply

I’ve looking for something like that!

![](https://secure.gravatar.com/avatar/a9da1bf9e88877c7b34e79794b89f3ff3cb308024162c0aaae243b9573e58144?
s=60&d=retro&r=g)

### 󠀁[Awesome](https://wordpress.org/support/topic/awesome-8863/)󠁿

 [s1lmaril](https://profiles.wordpress.org/s1lmaril/) Июнь 16, 2021 1 reply

Simple and very useful.

 [ Read all 4 reviews ](https://wordpress.org/support/plugin/any-content-carousel/reviews/)

## Contributors & Developers

“Any Content Carousel” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ TreeHost Web Solution ](https://profiles.wordpress.org/treehost/)
 *   [ Matteo182 ](https://profiles.wordpress.org/matteo182/)

[Translate “Any Content Carousel” into your language.](https://translate.wordpress.org/projects/wp-plugins/any-content-carousel)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/any-content-carousel/),
check out the [SVN repository](https://plugins.svn.wordpress.org/any-content-carousel/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/any-content-carousel/)
by [RSS](https://plugins.trac.wordpress.org/log/any-content-carousel/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

#### 1.2.0, July 01, 2021

 * ADD: apply_filter after query_post to be able to change the result
 * ADD: enqueue script only when the shortcode is present in the content or in a
   widget
 * ADD: Improve post format Video
 * FIX: button text color
 * FIX: Responsive
 * FIX: Carousel in widjet area

#### 1.2.1, July 01, 2021

 * FIX: Carousel responsive

#### 1.2.2, July 03, 2021

 * FIX: add library fslightboxjs

#### 1.3.0, August 18, 2021

 * ADD: Post and Products category Selection
 * FIX: User Author carousel

## Meta

 *  Version **1.3.0**
 *  Last updated **4 years ago**
 *  Active installations **20+**
 *  WordPress version ** 3.8 or higher **
 *  Tested up to **6.0.0**
 *  PHP version ** 5.2.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/any-content-carousel/)
 * Tags
 * [carousel](https://os.wordpress.org/plugins/tags/carousel/)[post carousel](https://os.wordpress.org/plugins/tags/post-carousel/)
   [product carousel](https://os.wordpress.org/plugins/tags/product-carousel/)[woocommerce](https://os.wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://os.wordpress.org/plugins/any-content-carousel/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/any-content-carousel/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/any-content-carousel/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/any-content-carousel/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/any-content-carousel/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/any-content-carousel/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/any-content-carousel/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/any-content-carousel/reviews/)

## Contributors

 *   [ TreeHost Web Solution ](https://profiles.wordpress.org/treehost/)
 *   [ Matteo182 ](https://profiles.wordpress.org/matteo182/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/any-content-carousel/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://paypal.me/treehost)