Skip to content

Instantly share code, notes, and snippets.

@neilgee
Last active July 10, 2016 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neilgee/c2daa5c3ecf84f4a22384ae10920810c to your computer and use it in GitHub Desktop.
Save neilgee/c2daa5c3ecf84f4a22384ae10920810c to your computer and use it in GitHub Desktop.
Wordpress Gallery Output
$image_output = "<a href='" . wp_get_attachment_url( $id ) . "' data-gall='gallery-{$instance}'> " . wp_get_attachment_image($id, $atts['size'], false, $attr ) . "</a>";
$image_output = "<a href='" . wp_get_attachment_url( $id ) . "'> " . wp_get_attachment_image($id, $atts['size'], false, $attr ) . "</a>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment