7 , 'hide_empty' => 0); $categories = get_categories( $args ); foreach($categories as $category) { echo '
'; // The data is showing well but I would like to fetch the image linked to this subcategory echo '

name ) . '" ' . '>' . $category->name.'

'; echo '
'; } ?>