Example
<functions.php>
echo get_template_directory_uri();
// http://127.0.0.1:8080/9scoretrain/wp-content/themes/9scoretrain
echo get_bloginfo('template_url');
Example
<functions.php>
echo get_template_directory_uri();
// http://127.0.0.1:8080/9scoretrain/wp-content/themes/9scoretrain
echo get_bloginfo('template_url');