= esc($item->id); ?> |
= esc($item->title); ?> |
lang_id);
if (!empty($lang)) {
echo esc($lang->name);
} ?>
|
display_category_id)):
$translation = getTransByLabel('latest_posts', $item->lang_id);
if (!empty($translation)) {
echo $translation->translation;
} else {
echo trans('latest_posts');
}
else:
$category = getCategoryById($item->display_category_id);
if (!empty($category)):
echo esc($category->name) . ' (' . trans("category") . ')';
endif;
endif; ?>
|
= esc($item->widget_order); ?> |
is_custom == 1): ?>
|
visibility == 1): ?>
|
= formatDate($item->created_at); ?> |
|