Skip to content

Instantly share code, notes, and snippets.

@asathoor
Created November 28, 2017 12:40
Show Gist options
  • Save asathoor/8b2f2743e193f75426cd5f4fc5c5382f to your computer and use it in GitHub Desktop.
Save asathoor/8b2f2743e193f75426cd5f4fc5c5382f to your computer and use it in GitHub Desktop.
wordpress child theme path to image
<img src="<?php echo get_template_directory_uri(); ?>/img/placeholder.png" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment