Hi, I will need to upload one more template php file to the framework, how can I do this?
How to add another template file?
(2 posts) (2 voices)-
Posted 6 months ago #
-
just include the template file via custom-functions.php
<?php include(TEMPLATEPATH . '/template.php'); ?>
Posted 6 months ago #
Reply
You must log in to post.