Hello Again, I am just wanted to know if we can call the Template using "require_once" at PHP? Any views around happy to discuss. Thanks in Advance
You can use require or include. <?php include "yourfolder/yourfile.php"; require "yourfolder/yourfile.php"; require_once "yourfolder/yourfile.php"; ?> PHP:
You can do call a template using that built in function. It will be depend on you objective. Some website have multiple templates ie. hom page, sub page and article.