No Description
// Theme image path:
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/name.gif" alt="" />
// Base URL path:
<a href="<?php echo get_site_url(); ?>/page">xxx</a>
// URL including subfolder
<a href="<?php bloginfo('url'); ?>/page">xxx</a>