Created
February 28, 2014 08:49
-
-
Save cristianstan/9267585 to your computer and use it in GitHub Desktop.
Wordpress: Get theme directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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