How to embed an Instagram feed straight into a theme template file with do_shortcode, using the right feed number.
You can embed the feed directly into a template file by using the WordPress do_shortcode function, ensuring you use the provided feed number for each specific feed. Example:
<?php echo do_shortcode('[[instagram-feed feed=1]]'); ?>