This is a plugin, for the Omeka Classic Publishing platform.
Allows you to insert a Facets block made of Option blocks containing available metadata values extracted from browsing context.
This Development is part of the Armarium Project, managed by the french association AR2L Hauts de France.
Copy to your Omeka plugins Folder, should be :
/plugins/Facets
Then Install the plugin from the Admin/extensions page.
Facets will appear in the Items browse page, where you have set the public_items_browse Hook.
You can Edit your Theme (should be in YOUR_THEME/items/browse) & place the plugin hook where you need to display the facets.
<?php fire_plugin_hook('public_items_browse', array('items' => $items, 'view' => $this)); ?>
MIT Licence, please credit AR2L AR2L Hauts de France