Shortcodes make our life a lot easier, they are often generated by plugins and all we have to do is display the shortcode in the WordPress theme. Use code like this:
<?php echo do_shortcode( '[shortcode]' );?>
Where instead of shortcode write your shortcode name, and do not forget about the brackets [].