=== Full Breadcrumb === Contributors: Pedro Elsner Requires at least: 2.8 Tested up to: 3.4.1 Stable tag: trunk Tags: breadcrumb, breadcrumb for custom posts, breadcrumb support taxonomy, taxonomy hierarquical Show breadcrumb for taxonomies, custom posts and all another pages. == Description == * Support Hierarquical Taxonomies Show breadcrumb in pages, posts, custom posts, categories, taxonomies, tags, authors, attachments and archives. = Basic Usage = Put this code `` in your theme and enjoy! Or, for to get the breadcrumb: `` = Basic Customization = ` array( 'content' => '»' ), 'home' => array( 'showLink' => false ) ) ); ?>` = Advanced Customization = ` array( 'local' => __('You are here:'), // set FALSE to hide 'home' => __('Home'), 'page' => __('Page'), 'tag' => __('Tag'), 'search' => __('Searching for'), 'author' => __('Published by'), '404' => __('Error 404 › Page not found') ), 'separator' => array( 'element' => 'span', 'class' => 'separator', 'content' => '›' ), 'local' => array( 'element' => 'span', 'class' => 'local' ), 'home' => array( 'showLink' => false, 'showBreadcrumb' => true ) ) ); ?>` = Settings for Portuguese-BR = ` array( 'local' => __('Você está aqui:'), // set FALSE to hide 'home' => __('Início'), 'page' => __('Página'), 'tag' => __('Etiqueta'), 'search' => __('Buscando'), 'author' => __('Publicado por'), '404' => __('Error 404 › Página não encontrada') ), 'separator' => array( 'element' => 'span', 'class' => 'separator', 'content' => '›' ), 'home' => array( 'showLink' => true ) ) ); ?>` == Installation == 1. Go to your admin area and select Plugins -> Add new from the menu. 2. Search for "Full Breadcrumb". 3. Click install. 4. Click activate. 5. Put this code `` in your theme and enjoy! See the [description tab](http://wordpress.org/extend/plugins/full-breadcrumb/screenshots/) to know how customize. the breadcrumb, == Screenshots == 1. The Full Breadcrumb in my website =) == Changelog == = 1.0 = * First revision == Upgrade Notice ==