I'm using this plugin "Slideshow Gallery"
it works but I want to put it outside the post (on my single.php) to be able to float: right it..
This is the plugin's shortcode [slideshow post_id="#"]
Here's what I'm trying to achieve
<?php echo do_shortcode("[slideshow post_id="<?php the_ID(); ?> "]"); ?>
But it's not working. anyone know how to do it?
Note: I placed it inside the loop