Ronni is a second-year student in BCB’s Humanities BA program. In a few years, she will return from the ocean to the freshwater streams where she was born, where she will spawn and die peacefully.
Articles written by Ronni:
$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();
?>