Skip to content

Instantly share code, notes, and snippets.

@shrinkray
Last active September 28, 2016 14:26
Show Gist options
  • Select an option

  • Save shrinkray/bb21a1dbf21d935501cb225f0ad09ef9 to your computer and use it in GitHub Desktop.

Select an option

Save shrinkray/bb21a1dbf21d935501cb225f0ad09ef9 to your computer and use it in GitHub Desktop.
This will be a collection of snippets I use all the time in WP template pages.
<!-- Header -->
<!-- True/False -->
<!-- Images -->
<?php // vars
$pic = wp_get_attachment_image(get_sub_field( 'image' ), 'full', false, $attr=array('class' => 'img-responsive'));
?>
<?php echo $pic; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment