Skip to content

Instantly share code, notes, and snippets.

@werm
Created December 6, 2012 22:26
Show Gist options
  • Save werm/4229059 to your computer and use it in GitHub Desktop.
Save werm/4229059 to your computer and use it in GitHub Desktop.
WP Template Directory Path
#returns the active template directory
<?php bloginfo('template_directory'); ?>
#returns URL of web root
<?php bloginfo('url'); ?>
#returns blog name
<?php bloginfo('title'); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment