Hi all!
When I call get_footer(test) as it described in Codex it does not include footer-test.php
No errors, just footer.php included...
WP ver.3.1.2.
Any ideas?
Best regards,
Aleksey.
Hi all!
When I call get_footer(test) as it described in Codex it does not include footer-test.php
No errors, just footer.php included...
WP ver.3.1.2.
Any ideas?
Best regards,
Aleksey.
Have you tried it like so: <?php get_footer('test'); ?> with a file footer-test.php in your theme directory?
of course I do so :)
You must log in to post.