Soo the problem i have is that when you make a sub page in the navigation tab, in the page itself i happen to appear a sub menu, but i what happens is that:
first its generated before the content of the page, in the code, so it would be nice if it was inside the content to move it around
and, second the way it generates eats half of my screen because im using a vertical nav, so it would also be nice if someone knows how to delete it.
The view that’s rendering that page is the core file view/omeka/site/page/show.phtml in the application folder.
You’ll see there code for renderSubMenu which you could take out, or move. You can copy that file above into the corresponding location in the view folder of your theme and then edit it there.