Skip to content

Instantly share code, notes, and snippets.

@lorenzobr
Forked from barbwiredmedia/Wordpress - Functions
Created November 30, 2013 18:23
Show Gist options
  • Save lorenzobr/7722559 to your computer and use it in GitHub Desktop.
Save lorenzobr/7722559 to your computer and use it in GitHub Desktop.
// Creates directory path to child theme - functions.php
function get_childTheme_url() {
return dirname( get_bloginfo('stylesheet_url') );
}
// Prints path
<?php echo get_childTheme_url(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment