Include in Template Files

Notes and troubleshooting how to include the code directly in the template files

How do I Code the Feed Directly in the Template Files?
You would need to use a WordPress function "do_shortcode". Codex link <?php echo do_shortcode( '[instagram-feed]' ); ?> Poss...
Tue, 25 Jul, 2017 at 11:14 AM