Yinette Ortiz is originally from the Dominican Republic, but has lived in New York for most of her life. She is currently pursuing a Studio Arts degree from Bard College.
Articles written by Yinette:
$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();
?>