Skip to content

Instantly share code, notes, and snippets.

@nicomollet
Created June 23, 2017 06:59
Show Gist options
  • Save nicomollet/8b651e81dc964ea1c836931ed5d3d404 to your computer and use it in GitHub Desktop.
Save nicomollet/8b651e81dc964ea1c836931ed5d3d404 to your computer and use it in GitHub Desktop.
Insert responsive image
<?php
// Appeler une image de Média de la bibliothèque WordPress, avec l'ID de l'image en question
echo wp_get_attachment_image( 18662, 'large', false, ['class' => 'customclass', 'id' => 'customid']); // thumbnail, medium, large, full
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment