Dublin Core

I don't know if this is the correct forum to ask this questions, however I want to hide certain dublin core terms that don't apply to items....for example photos don't have creators, language, coverage, etc...can i hide this so that they aren't visible publicly????? Thanks

Hi Jen,

You can hide the display of empty metadata fields in your theme, by using the following code:

<?php 

echo show_item_metadata(array('show_empty_elements' => false)); 

?>

Further documentation is here: http://omeka.org/codex/Theme_API/show_item_metadata