Under Appearance -> Settings, there’s a checkbox labeled “Show Element Set Headings”. Uncheck it to remove the “Dublin Core” text.
As for the “Browse by Tag” option: that’s created by the call to public_nav_items in your theme’s items/browse.php file. You could edit it and just remove it completely, which will remove that entire “navigation” area on the browse page. You could just do that, or replace it with only the links you want to keep, if you want to keep some of them.
The php files are in the directories of your Omeka site - not the dashboard, but however you access the underlying files (for example, the file manager your use with your hosting company when you add a plugin)
Hi @jflatnes, are you able to help me further to remove the “Browse by Tag” button. I included a screenshot of my browse.php file code because I’m not sure how much to delete. Thank you!
Hi @jflatnes, your direction to remove the “entire navigation area” doesn’t sound right for me. I want to keep the buttons to “Browse All” and “Search Items.” I only want to remove “Browse by Tag”… and I don’t know which part of the code that is. Thank you.
Thank you @jflatnes! I like your simple solution of removing all the tags (that a previous archivist had added to a few dozen images). That worked perfectly.