Hello,
I totally live this plugin, using it since 1 year. It will be totally great if you can help me to customize this plugin in order to be compatible with the breadcrumbs schema.
https://support.google.com/webmasters/answer/185417?hl=fr
Thank you for your help !
]]>If set up in the “Reading Settings” next option “Posts page” -> “News” (for example) and a link to blog will look like https://site.com/news/ the plugin does not show “news” it shows only “You are here: Home /”
How to fix it?
]]>I have breadcrumbs on the blog page. Currently the main/root link (‘home’) is pointing to the root url, the main/homepage. Unfortunately my blog is not the main page of my site. How do I change the ‘home’ (or first link) to point to the blog? See my current code below, any help is appreciated thanks.
<?php
if (function_exists('show_full_breadcrumb')) show_full_breadcrumb(
array(
'labels' => array(
'local' => false, // set FALSE to hide
'home' => __('Our Blog'),
'page' => __('Page'),
'tag' => __('Tag'),
'search' => __('Searching for'),
'author' => __('Published by'),
'404' => __('Error 404 › Page not found')
),
'separator' => array(
'element' => 'span',
'class' => 'separator',
'content' => '›'
), // set FALSE to hide
'local' => array(
'element' => 'span',
'class' => 'local'
),
'home' => array(
'showLink' => true,
'showBreadcrumb' => true
),
'actual' => array(
'element' => 'span',
'class' => 'actual'
), // set FALSE to hide
'quote' => array(
'tag' => true,
'search' => true
),
'page_ancestors' => array(
'showLink' => true
)
)
);
?>
]]>
How do we add custom classes to the breadcrumb links?
]]>I have installed this plugin but after installation only able to see home>>page name not showing the full path.I have many nested pages.
]]>Hi there,
I like the plugin and it works fine but I get a taxonomy name inserted between the actual and parent links. (Media Types)
<span class="local">U bent hier:</span> <a href="https://www.mediadigest.be">Home</a> <span class="separator">›</span> <a href="https://www.mediadigest.be/media/" title="Media">Media</a> <span class="separator">›</span> Media Types <span class="separator">›</span> <span class="actual">Internet</span>
How do I remove that?
]]>Hi,
We got this plugin installed called Sensei (by Woothemes), which is a learning management system with this structure:
Post_type => URL Examples
{Course} => domain.com/courses/course-name
{Lesson} => domain.com/lessons/lesson-name
{Quiz} => domain.com/quizzes/quiz-name
We also got your breadcrumbs activated on our website and would like to show breadcrumbs like this:
For course pages/posts: Home => [courses] => [course-name]
For lesson pages/posts: Home => [courses] => [course-name] => [lesson-name]
For quiz pages/posts: Home => [courses] => [course-name] => [lesson-name] => [quiz-name]
With the following linking structure:
Breadcrumb Title Breadcrumb Link Post_type
[courses] => domain.com/courses
[course-name] => domain.com/courses/course-name <= {course}
[lesson-name] => domain.com/lessons/lesson-name <= {lesson}
[quiz-name] => domain.com/quiz/quiz-name <= {quiz}
Unfortunately, I can’t get this to work properly for a while now. Can you please help me?
Any response is much appreciated, thanks in advance!
https://www.ads-software.com/extend/plugins/full-breadcrumb/
]]>Hi,
First of all, thanks Pedro for contributing this plugin for all of us.
Currently I’m testing it in one of my websites, But I’m facing a small glitch..
My standard structure is Home->Category->Sub-category->Post
The breadcrumbs work fine everywhere except for posts, as it displays missing the separator from Category to sub-category.
So if I’m in a single post page, it displays something like:
“You are here: Home > Categoryname subcategoryname > Posttitle”
can you help?
Obrigado,
Miguel
https://www.ads-software.com/extend/plugins/full-breadcrumb/
]]>L like this plugin, but this is confusing:
I’m using this config:
if (function_exists('show_full_breadcrumb') ) show_full_breadcrumb(
array(
'labels' => array(
'local' => __('<a href="https://www.giz.de/">GIZ Start</a> <span class="seperator">?</span>
<a href="https://www.giz.de/de/html/webangebote.html">Webangebote</a> <span class="seperator">?</span>
'),
'home' => __($site_title),
'page' => __('Page'),
'tag' => __('Tag'),
'search' => __('Searching for'),
'author' => __('Published by'),
'404' => __('Error 404 ? Page not found')
),
'separator' => array(
'element' => 'span',
'class' => 'separator',
'content' => '?'
),
'actual' => array(
'element' => 'span',
'class' => 'actual'
),
'page_ancestors' => array(
'showLink' => true
)
)
);
puts out: GIZ Start ? Webangebote ? Entwicklungsdienst ? ? Stellenmarkt ? Kurzzeiteinsatz
“Entwicklungsdienst” is the $site_title
How can I change it to one seperator? THX!
https://www.ads-software.com/extend/plugins/full-breadcrumb/
]]>Hi, how do I remove breadcrumbs from home page? Thanks.
https://www.ads-software.com/extend/plugins/full-breadcrumb/
]]>Hi!, first of all, thanks for this plugin.
Howewer i dont get make it work.
My question: Where I have to add the linecode?. I have lots of pages in my theme, in wich one i have to put the php line?
Thanks in advance.
https://www.ads-software.com/extend/plugins/full-breadcrumb/
]]>