Browse by Theme
‘category’, ‘parent’ => $parent_category->term_id, ‘orderby’ => ‘name’, ‘order’ => ‘ASC’, ‘hide_empty’ => true, )); ?>
$cat->term_id,
‘numberposts’ => 1,
));
$img_url = ”;
if (!empty($posts)) {
$img_url = get_the_post_thumbnail_url($posts[0]->ID, ‘medium’);
}
?>

