rachelleyen
9/8/2017 - 7:27 AM

get_template_part()

All of the variables available in the current script will be available in that template file now too.



<?php include(locate_template('your-template-name.php')); ?>

<!--normal -->
<?php get_template_part( 'template-parts/footer/site', 'info' ); ?>