Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save clare485/6029693 to your computer and use it in GitHub Desktop.
Save clare485/6029693 to your computer and use it in GitHub Desktop.
wordpress cheatsheet - commonly used code
<?php echo get_site_url(); ?>
<?php echo get_stylesheet_directory_uri(); ?>
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/image-brochure.png" alt=""/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment