Display client logos responsive carousel with the help of a shortcode in editor as well as template page. Having different carousel settings.
Features :
Call shortcode to your php template file using
Carousel By category
*
To show logos from a particular category. We can call shortcode to our wordpress editor directly, by using
* And we can call shortcode to our php template file using
NOTE: Be sure the 'SLUG OF CAROUSEL CATEGORY' is the slug of category.
Screenshots :
Download plugin:Features :
- Simple and light weight
- Fully responsive
- Having different settings in admin
- Ability to add client links to each logo
- Auto slide option
- Upload the folder "wp-client-logo-carousel" to "/wp-content/plugins/" '
- Activate the plugin through the "Plugins" menu in WordPress .
- Update settings for carousel going to wp-admin->WP Client Logo->Logo Carousel Settings
- Add client logo going to wp-admin->WP Client Logo->Add New Client Logo..
- Call shortcode to your wordpress editor directly, by using
1 | [wpaft_logo_slider] |
1 | echo do_shortcode( '[wpaft_logo_slider]' ); |
To show logos from a particular category. We can call shortcode to our wordpress editor directly, by using
1 | [wpaft_logo_slider category="SLUG OF CAROUSEL CATEGORY"] |
1 | echo do_shortcode( '[wpaft_logo_slider category="CAROUSEL CATEGORY SLUG"]' ); |
Screenshots :
No comments:
Post a Comment