Template Directory


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php bloginfo('template_directory'); ?>
  2.  
  3.  
  4. <img src="<?php bloginfo('template_directory'); ?>/images/header.jpg" alt="Header" />
  5. <script src="<?php bloginfo('template_directory'); ?>/js/jquery.js" type="text/javascript">

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.