Wordpress plugin - Client Logo Carousel

Display client logos responsive carousel with the help of a shortcode in editor as well as template page. Having different carousel settings.

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

Screenshots :






Download plugin:

No comments:

Post a Comment