Skip to content

Instantly share code, notes, and snippets.

@cristianstan
Created February 28, 2014 08:49
Show Gist options
  • Save cristianstan/9267585 to your computer and use it in GitHub Desktop.
Save cristianstan/9267585 to your computer and use it in GitHub Desktop.
Wordpress: Get theme directory
<?php //Wordpress: Get theme directory.php ?>
<?php echo get_template_directory_uri(); ?>
How to use:
<link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/images/favicon.ico" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment