开发者 |
treehost
Matteo182 |
---|---|
更新时间 | 2022年1月24日 17:28 |
捐献地址: | 去捐款 |
PHP版本: | 5.2.4 及以上 |
WordPress版本: | 5.9.0 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
More from us We are a team of WordPress enthusiasts who enjoy developing WordPress and WooCommerce themes. We also blog at GiardinoDiMezzo.eu, where we write about Climate ChangeHow to use:
any-content-carousel.zip
to your plugins directory, which usually is /wp-content/plugins/
.
3. Activate the pluginThere 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]'); ?>
In the carousel options under Select Post type, search for the post type you want to display among the types your site has.
You can create any post type normally like you do on WordPress, using another plugin or by yourself if you know php
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.
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.