Diana Plutis studied philosophy at the University of Bucharest (Romania). Currently enrolled in the Academy Year Programme, she enjoys the enriching experience of studying at ECLA of Bard and now takes courses in film and literature. She likes to wander around the streets of Berlin and she hopes that she won’t have to carry an English-German and German-English dictionary in her backpack in a few months.
Articles written by Diana:
$author,
‘showposts’ => 1000
);
$archive_query = new WP_Query($args);
while ($archive_query->have_posts())
{
$archive_query->the_post();
echo ‘
the_title();
echo ‘‘;
echo ‘
‘;
}
wp_reset_postdata();
?>