Elijah Williams is an aspiring writer who will one day make a living creating fiction and interpreting facts. Born in Los Angeles, California he is now a student at Bard College. His interests range as much as anyone else, but he has a particular fondness for the power of words, whether in the constant metaphors of hip hop or the not-so-hidden commentary in The Great Gatsby. For now Eli works for the Die Bärliner reporting on events and trends both local and global.
Articles written by Elijah:
$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();
?>