Most voted "breadcrumbs" questions
Breadcrumbs is a structural navigation technique used in the user interface to provide them with a localization medium within the framework of programs or documents.
Learn more…4 questions
Sort by count of
- 
		1 votes0 answers75 viewsAutomatic BreadcrumbsHow to implement Readcrumbs in php so that they are automatic? Do you have a library that does this? I’ve thought of some ways to do it, but they’re all hideous gambits that I won’t even post here.… 
- 
		0 votes1 answer101 viewsHierarchy of Wordpress pagesI am creating a website that will have two contact pages (one for each address). I wanted to create a structure of Breadcrumbs of the type: Home > Contactos > Loja 1 Home > Contactos >… 
- 
		0 votes1 answer61 viewsList BLOG and show on the same page the chosen ARTICLEI am working with PHP and use friendly URL. By clicking on the link <a class="nav-link" href="<?php echo URL::getBase(); ?>blog" tabindex="12">blog</a>, my URL gets:… 
- 
		0 votes1 answer32 viewsTurn text into breadcrumb linksI have two variables var link_breadcrumb = "geral1_titulo1_parte1_conteudo1"; var texto_breadcrumb = "Geral 1 - Título 1 - Parte 1 - Conteúdo 1"; I would like to assemble the breadcrumb with the…