Breadcrumbs

Breadcrumbs are located at the top of your wiki page, just under the page title. Breadcrumb navigation automatically shows the parent-child relationship of pages. Therefore, breadcrumbs will only be seen if the page is a child of a parent page.

Theme Info

HTML

The HTML used to generate breadcrumb links is in the following format :

<div id="breadcrumbs"
    <a href="/link-1">Link 1</a> &raquo;
    <a href="/link-2">Link 2</a> &raquo;
    Page Name
</div>

Notes on HTML

  • The &raquo; is HTML for the ยป displayed between links.
  • The current page name is not in it's own container and has no id.

CSS

  • #breadcrumbs - selects the container div of the breadcrumbs
  • #breadcrumbs.a - selects individual links

Related Pages

Categories: Content : Links : Navigation : Wiki Guide