The featured view shortcode was using "Featured Business" as a
title and was changed to use the term set in the admin side instead
}
$list = $this->wpdb->get_results($sql, ARRAY_A);
-
+
if (count($list) == 0) {
return false;
}
$this->addDataAbstractNotice($newList, 'DataBlock', "getList() data");
}
- // If we're doing paging, return that data along with the list
+ // If we're doing paging, return that data along with the list
if ($paging) {
$c = count($list);
return array(
{include file='front/members/header.html'}
{if $member}
<div id="featured-business">
- <h5>Featured Business</h5>
+ <h5>Featured {$terms.term_member_cap}</h5>
{if $member.logo}
<div class="glm-featured-member-image-container">
<img class="glm-featured-member-image" src="{$glmPluginMediaUrl}/images/grid/{$member.logo}" alt="{$member.member_name}">