====== Advanced custom fields ====== [[webdev:plugins|Plugins, avis]]\\ [[http://www.advancedcustomfields.com/resources/|Documentation]] ==== Intégrer une image ACF : ==== if( get_field('image_produit') ) { $img = get_field('image_produit'); echo ''.$img['alt'].''; }