Skip to content

Instantly share code, notes, and snippets.

@malachi358
Created May 25, 2013 19:18
Show Gist options
  • Save malachi358/5650422 to your computer and use it in GitHub Desktop.
Save malachi358/5650422 to your computer and use it in GitHub Desktop.
Call images from WP template directory(Your Theme).
<img src="<?php bloginfo('template_directory'); ?>/images/example.png"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment