If I want to make a single page in Omeka Classic, is there an alternative to Simple Pages?
I have two immediate use cases:
I have a page on which I’d like to use block-level links; Simple Pages’ built-in html editor re-writes my html to make the links into NOT block level. I’d like to override this behavior.
I have a page that lists all of the tags we use on the site; the page is built manually in Simple Pages and has to be updated manually. I’d like to build a PHP-driven page that does this dynamically, but I don’t even know how to start building a single page that lets me use PHP.
Hi.
About your question #2, what is wrong with the “browse by tag” public page (yourrepository/items/tags)? It seems to me it should deliver what you’re trying to achieve.