Dynamic Web Lab
Back to insights

Get Template Path in WordPress Child Themes

February 5, 2013
Share insight

To get the child theme path use this code on your child theme

[php]<?php echo dirname( get_bloginfo(‘stylesheet_url’) ); ?>[/php]