Actualités


Dernières actualités / Promotions

    ’10’, ‘category_name’ =>’actu’ );
    $recent_posts = wp_get_recent_posts( $args );
    foreach( $recent_posts as $recent ){
    echo ‘

  • ‘ . $recent[« post_title »].’
  • ‘;
    }
    ?>