frankyonnetti
4/24/2013 - 2:12 AM

#wordpress Directory (stylesheet) path

WordPress - Directory (stylesheet) theme path #wordpress

# parent theme
<?php bloginfo('template_directory'); ?>

# child theme
<?php bloginfo('stylesheet_directory'); ?>