Re: Help with Child Theme
I had to use this:
<?php bloginfo(‘stylesheet_directory’); ?>
to reach my child theme /js/ folder. It works, but it feels wrong. Is there nothing like bloginfo(‘child_theme’) that makes more sense, won’t get me confused the next time?