i am basically trying to do the same thing as a test for an upcoming project, but was testing using the footer.php.
i basically duplicated the footer.php file and called it test.php
then i went to the page.php and added this at the bottom
<?php get_test(); ?>
not working yet, so what else do I need to do to make the test.php content show on the page.php pages?
do I need to add or edit the functions.php? (or anything else)
sorry for hijacking this thread.