Skip to main content
4 of 6
added 190 characters in body
Tom J Nowell
  • 61.6k
  • 7
  • 81
  • 150

get_stylesheet_directory is what you want, and if you need the parent theme, get_template_directory. If there is no parent theme then both will return the same value.

echo get_stylesheet_directory(); 

http://codex.wordpress.org/Function_Reference/get_template_directory

Tom J Nowell
  • 61.6k
  • 7
  • 81
  • 150