Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    Thread Starter valerio123

    (@valerio123)

    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.

    Thread Starter valerio123

    (@valerio123)

    Thanks Sagar I give you 5 stars in rating section!
    Many Thanks
    Best regards
    Valerio

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Insert TAG in slider’ is closed to new replies.