getAllArtistsWithNews();
$shops = $manager->getAllShopsNews();
$filters = [
'type' => [
'type' => 'taxonomy',
'label' => 'Type',
'icon' => 'theme',
'options' => $typeOptions,
],
'shop' => [
'type' => 'taxonomy',
'label' => 'Shop',
'icon' => 'shop',
'options' => $shops,
],
'artist' => [
'type' => 'post',
'label' => 'Artist',
'icon' => 'artist',
'options' => $artists,
],
];
foreach ($filters as $key => $filter) {
$out = sprintf(
'
';
echo $out;
}
echo jvbRenderDateFilter('news');
?>