Yinette Ortiz

Yinette OrtizYinette 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();
    ?>

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.