Hair Conversations
An elevated space for real, unfiltered conversations about hair
‘hair’,
‘posts_per_page’ => 10,
‘orderby’ => ‘date’,
‘order’ => ‘DESC’
));
if ($hair_posts->have_posts()) :
while ($hair_posts->have_posts()) : $hair_posts->the_post();
?>
No hair posts yet. Be the first to share!
‘;
endif;
?>