calling a function problems
Posted: Mon Jun 29, 2009 7:20 am
I am calling a function and it works okay in on most of my pages but they are in an includes folder, and it works.
I then have an index file on the root and go to call it using.
<?php sidebarlogin(); ?>
but the function is located in the includes/wordpress/ folder.
how do I link the two?
I then have an index file on the root and go to call it using.
<?php sidebarlogin(); ?>
but the function is located in the includes/wordpress/ folder.
how do I link the two?