The plugin displays all categories for the post, with commas, but I am interested in only seeing the primary category in the breadcrumb:
Currently:
Home > Primary Category, Secondary Category > Post Title
Desired:
Home > Primary Category > Post Title
]]>I was able to resolve this by using the PHP code and adding <nav></nav>' around the code so it is
<nav><?php breadcrumb_simple(); ?></nav>` that works perfectly. It would be nice if the shortcode version did the same thing..
1.3.6 Identify Purpose
(WCAG 2.1
Level AAA)
HTML5 regions or ARIA landmarks are used to identify page regions.
]]>Hi, great little plugin but it seems it doesn’t support custom post types and custom taxonomies. Are there any plans to update the plugin with this option?
]]>The separator field does not let you use html. So you cant style the separator.
There is also no wrapper around the name of the current page.
I would like to suggest wrapping those with span
elements that have css classes. This is a simple update that shouldnt adversely affect existing users but would be a significant improvement.
Current output
<div class="breadcrumb"><a href="https://myblog.com">My Blog</a> >About Me</div>
Suggested output
<div class="breadcrumb"><a href="https://myblog.com" class="breadcrumb-link">My Blog</a> <span class="breadcrumb-separator">></span><span class="breadcrumb-current">About Me</span></div>
Is it possible to change the default site title to display the word “Home” instead?
Thanks!
]]>????
?????? ?????? – breadcrumb simple
??? ??? ?? ???? ????? ?????? ??? ????????
?? ????? ??? ????????? ??????? ????? ???? – ????? ?? ???? ??? ?? ???????? ??? ?? ?????? ?? ?? ?????..
?????? ???? ??????
????? ????? ????????, ???? – ???????… (????? ??? ?? ???? … ??? ?????)
??? ??? ????? ?????? ??? ?? ?????? ????? – ??? ???? ??????????
?? ???? ?? ????? ?????? ??? ??? ???? ??????
????? ?? ??????? – ?? ??????
???? ???????..
Hello!
It’s great, but it appears the Main page and the next page allmost together!
How can I separate for example with a “>>”?
thank you and sorry my English!!!