Is there a constant, like TEMPLATEPATH, that provides the absolute path to the WP install itself?
Is there a constant, like TEMPLATEPATH, that provides the absolute path to the WP install itself?
I found it! WP_CONTENT_DIR suits my purposes.
Case someone needs detailed information:
<?php get_bloginfo('url); ?> //echoes absolute path to WP install itself
See: http://codex.wordpress.org/Template_Tags/get_bloginfo
This topic has been closed to new replies.