Home › Forums › Back End › WordPress problem with include(TEMPLATEPATH . ‘/inc/nav.php’) › Re: WordPress problem with include(TEMPLATEPATH . ‘/inc/nav.php’)
November 24, 2010 at 12:31 pm
#72386
Member
I’ve never used TEMPLATEPATH before, so I can’t comment on that. Is that a strictly PHP thing? Never seen it with WordPress before.
If you’re looking for a way to get to you theme files (wp-content/themes/your-theme/) then use:
bloginfo(‘template_url’);