Contatti

= now();”;

$posts = $wpdb->get_results($sql);

print(“

    “);
    foreach ($posts as $post)
    {
    print(‘

  • ‘.$post->iniziativa.’ del ‘.$post->data_inizio.’
    ‘);
    print(‘
  • ‘);
    }
    print(“

“);

?>

    Il tuo nome (richiesto)

    Data di Nascita (richiesto)

    La tua email (richiesto)

    Oggetto

    Legame Familiare

    Il tuo messaggio

    [php snippet=1]