Fiona Brackley

This is Fiona B. She is a New York City native and she often starts sentences with “I was reading this article a little while ago and…” You can find her doing the New York Times crossword puzzle, talking about makeup and skincare, or using a socially irresponsible amount of Post-Its. Her favorite author is Sherman Alexie and she is passionate about creative writing, literature, American history, and making lists.

 

 

Articles written by Fiona:

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