megwoo
6/24/2015 - 4:57 AM

No Description

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>