Get Template Path in WordPress Child ThemesWordPress / By admin To get the child theme path use this code on your child theme <?php echo dirname( get_bloginfo('stylesheet_url') ); ?>