Breadcrumbs and Site Affiliation

Breadcrumbs

Breadcrumbs display on the top grey navigation bar on sites in the UNL 5.0 Framework, or under the Hero if a Hero is used. The breadcrumb links between "Nebraska" and the red page title are entered in UNLcms. Below are guidelines for how to display breadcrumbs on IANR sites.

  • IANR CASNR Departments
    • Display Nebraska>IANR>CASNR
  • IANR CASNR Department Programs
    • Display Nebraska>IANR>CASNR>[Department Acronym]
      Screenshot of IANR CASNR Department breadcrumbs
  • Nebraska Extension Sites
    • Display Nebraska>IANR>Nebraska Extension
  • Departments and Programs Only Partly in IANR
    • Display Nebraska>IANR>[other UNL affiliation or college acronym]

How to Add Breadcrumbs in UNLcms

  1. On the top black navigation bar click "Appearance" then click "Settings".
  2. Under "INTERMEDIATE BREADCRUMBS" enter the acronym in the "Text" field and the URL in the "URL" field and click "Save Configuration".
    Screenshot of entering IANR Breadcrumbs in Admintool

Site Affiliation

The site affiliation displays on the top left, above the site name, next to the red N on sites in the UNL 5.0 Framework. Below are guidelines for displaying the site affiliation on IANR sites.

  • IANR and CASNR Department and Program Sites
    • Display Institute of Agriculture and Natural Resources
      Screenshot of IANR Site Affiliation
  • Nebraska Extension Sites
    • Display Institute of Agriculture and Natural Resources unless directed to display Nebraska Extension
  • Sites Only Partly in IANR
    • Display each affiliation separated by a middot (·).
      Example: Institute of Agriculture and Natural Resources · [other affiliation or college]
      Screenshot of IANR Partial Site Affiliation

How to Add a Site Affiliation in UNLcms

  1. On the top black navigation bar click "Configuration" then click "Site Information".
  2. Copy and paste the respective code below into the "Affiliation" field and click "Save Configuration".
    • IANR and CASNR Department and Program Related Sites
      <a href="http://ianr.unl.edu" target="_blank">Institute of Agriculture and Natural Resources</a>
    • Nebraska Extension Sites (only when directed to display Nebraska Extension instead of Institute of Agriculture and Natural Resources)
      <a href="http://extension.unl.edu" target="_blank">Nebraska Extension</a>
    • Sites Only Partly in IANR. Edit [other UNL affiliation or college URL/Name] in code.
      <a href="http://ianr.unl.edu" target="_blank">Institute of Agriculture and Natural Resources</a> &middot; <a href="[other UNL affiliation or college URL]" target="_blank">[other UNL affiliation or college name]</a>
  3. On the top black navigation bar click "Appearance" then click "Settings". Under "TOGGLE DISPLAY" check "Site Affiliation" and click "Save Configuration".