LISTING RESULTS
Kearny Mesa
Show Filters
Features
View Map Above

<?php
$terms = get_the_terms(get_the_ID(), 'listing-type');
if (!empty($terms) && !is_wp_error($terms)) {
// Filter to only parent terms
$parent_terms = array_filter($terms, function($term) {
return $term->parent === 0;
});
// If no parent terms, use all terms
if (empty($parent_terms)) {
$parent_terms = $terms;
}
// Get the first term
$first_term = reset($parent_terms);
echo esc_html($first_term->name);
}
?>New
Offers
Chaba Thai Kitchen
8010 Clairemont Mesa Blvd, San Diego, CA 92111
Low-key strip-mall destination featuring traditional Thai dishes in a snug, simple dining room.

<?php
$terms = get_the_terms(get_the_ID(), 'listing-type');
if (!empty($terms) && !is_wp_error($terms)) {
// Filter to only parent terms
$parent_terms = array_filter($terms, function($term) {
return $term->parent === 0;
});
// If no parent terms, use all terms
if (empty($parent_terms)) {
$parent_terms = $terms;
}
// Get the first term
$first_term = reset($parent_terms);
echo esc_html($first_term->name);
}
?>New
Offers
The Godfather
7878 Clairemont Mesa Blvd, San Diego, CA 92111
Suited waiters serve traditional Italian dishes in a ritzy setting within a strip mall.

<?php
$terms = get_the_terms(get_the_ID(), 'listing-type');
if (!empty($terms) && !is_wp_error($terms)) {
// Filter to only parent terms
$parent_terms = array_filter($terms, function($term) {
return $term->parent === 0;
});
// If no parent terms, use all terms
if (empty($parent_terms)) {
$parent_terms = $terms;
}
// Get the first term
$first_term = reset($parent_terms);
echo esc_html($first_term->name);
}
?>New
Offers
Katsu Cafe
7305 Clairemont Mesa Blvd #B, San Diego, CA 92111
Casual, beach-themed Japanese restaurant offering classic eats, including noodle dishes & sushi.

<?php
$terms = get_the_terms(get_the_ID(), 'listing-type');
if (!empty($terms) && !is_wp_error($terms)) {
// Filter to only parent terms
$parent_terms = array_filter($terms, function($term) {
return $term->parent === 0;
});
// If no parent terms, use all terms
if (empty($parent_terms)) {
$parent_terms = $terms;
}
// Get the first term
$first_term = reset($parent_terms);
echo esc_html($first_term->name);
}
?>New
Offers
Lolita’s Mexican Food
7305 Clairemont Mesa Blvd, San Diego, CA 92111
Classic Mexican fare offered from morning till night, including breakfast burritos & combo plates.