Search code examples
phpcssdokuwiki

Hide all Dokuwiki Pagenames? (Bootstrap3 Theme)


I am currently trying to hide all pagenames on my Dokuwiki. I use the bootstrap3 theme but I don't think that's too important since I believe it's similar to Doku's default theme in terms of pagename. On every page on my site: https://littlesimworld.com/ there is a pagename on the top right of the screen. I would like to hide this.

Does anyone know a simple way of doing this? The wiki has permissions so you won't have access to other pages, but you can see this on the home page. This is a default setting on all Dokuwikis I believe. I want to do this because I don't feel the need for the pagename because it's just the same as the url. Mostly, I don't like how it looks and adds more clutter to the page, I am trying to create a minimalistic page!

Apologies for the rather trivial question, but I've looked everywhere on the web and can't seem to find a solution!


Solution

  • A better solution I found was to go into bootstrap3 settings from config and simply find

    tpl»bootstrap3»showPageId
    Display the DokuWiki page name (pageId) on top
    

    and uncheck this.