Hello @valerio123
Thanks for writing to us.
You can use following code in the function function smooth_post_processor_default( $posts, $smooth_slider,$out_echo) of smooth-slider => css => skins => default => function.php file
$tags= "";
$posttags = wp_get_post_tags($post_id);
if ($posttags) {
foreach($posttags as $tag) {
$tags .= $tag->name . ' ';
}
}
then concatenate $tags variable to the html structure (i.e. $html) of slider with specific class so that you can apply style to it.
Let me know if it helps.
Thank you,
Best Regards,
Sagar
Hi Sagar,
Thanks for reply me.
Ok your code is perfect! I have the tag in slider now.
Many thanks for your help.
Best Regards
Valerio
Hello Valerio
Thanks for using Smooth Slider and writing to us. If Smooth Slider has been helpful to you please post your rating at
http://wordpress.org/extend/plugins/smooth-slider/
There is a rating section on this page where you can provide your rating about the plugin. In case your rating is less than 5, kindly let us know. We would like to hear your inputs so that we serve you with best slider and support.
Best Regards,
Sagar
SliderVilla Support Team.
Thanks Sagar I give you 5 stars in rating section!
Many Thanks
Best regards
Valerio