Lucas Anthony Cone Møller is a first year BA student at Bard College Berlin with a penchant for all things musical. You can find out more about him here.
Articles and podcasts by Lucas:
$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();
?>