Outils pour utilisateurs

Outils du site


Panneau latéral

webdev:wordpress:plugins:acf

Advanced custom fields

Intégrer une image ACF :

if( get_field('image_produit') )
{
    $img = get_field('image_produit');
    echo '<img src="'.$img['url'].'" alt="'.$img['alt'].'" width="'.$img['width'].'" height="'.$img['height'].'" style="max-width:'.$img['width'].'px;max-height:'.$img['height'].'px;" />';
}
webdev/wordpress/plugins/acf.txt · Dernière modification: 23/11/2017 14:38 de dolo