Actually I need to gallery in any new post so i use shortcode for making gallery for every new post. I use images and videos in slider. problem is that I have custom html slider need to convert dynamic. so how to extract shortcode and use images and videos in <li></li>
tag?
Try using this to use a shortcode in a php template:
<?php echo do_shortcode('[YOURSHORTCODE]'); ?>