Hello. I'm trying to include a reference to my theme folder, but obviously I'd prefer not to use a hard-coded url. Is there a global variable definition that is the path to the currently used theme folder?
Thanks in advance for any help.
Hello. I'm trying to include a reference to my theme folder, but obviously I'd prefer not to use a hard-coded url. Is there a global variable definition that is the path to the currently used theme folder?
Thanks in advance for any help.
<?php get_bloginfo('template_directory'); ?> or TEMPLATEPATH depending on which you want - a url or a path.
thanks!
This topic has been closed to new replies.