My main occupation, ever since, at 2, I was seen scribbling the alphabet with a pen on my arm, has been writing (for the sake of incoherence: I am passionate about other forms of artistic and intellectual production as well, which has brought me to Bard College Berlin). Meanwhile, I switched media, I switched homes and schools, but otherwise not much has changed. My hobby is to have personae whose hobby is to stop writing.
Articles written by Aurelia:
$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();
?>