DY Breadcrumbs

Downloads: 2127
Category: Plugin
Compatible with: GetSimple 3.3 - 3.3

Last Updated: July 24, 2015
Tags: navigation breadcrumbs template function
Author: DimaYakovlev
Author Website: http://dimayakovlev.ru

(3.5) 4 Votes

Plugin Description:

Simple breadcrumbs navigation for website.

Install Instructions:

  1. Download the plugin, extract to plugins folder and activate it in plugins tab;
  2. Call function <?php dyGetBreadcrumbs(getpageslug(false)); ?> in your template file to get list of parents of current page.

If you need more options, you can call this function with three parameters: dyGetBreadcrumbs($slug, $home, $homeTitle).

  • $slug - slug of the page;
  • $home - use $home = true if you want to show link to index page (by default) else use $home = false;
  • $homeTitle - title for index page. By default it is Home or ??????? (for Russian language).

There is no built in styles for breadcrumbs. Customize their look with your theme css.

Bootstrap users can use this code:

<ul class="breadcrumbs">
  <?php dyGetBreadcrumbs(getpageslug(false), true, 'Home'); ?>
</ul>

You can get more information on DY Breadcrumbs page of my website.

Archived Versions:

These are old versions of this file. Please use with caution as they are probably out of date and no longer supported. ShowHide