Hi,
my Developer of my Glossary Plugin ask this question:
How can I add another node into breadcrumb for my custom post type while I am on this page:
https://bywdvw.myraidbox.de/bitcoin-glossar/airdrop/
This is my custom post type “Glossary” and shows “Start > Airdrop” in breadcrumbs where I want to show my custom node in between these two nodes so its kind of “Start > My Custom Link > Airdrop”.
I went through this file /wp-content/plugins/td-composer/legacy/common/wp_booster/td_page_generator.php and can see all breadcrumbs code there but couldn’t find a filter which will allow me to do so from outside of plugin so please let me know the possible solution for it.
Comment from me:
The point is that I can’t select the right page in “CPT & Taxonomy” with the Setting “BREADCRUMBS TAXONOMY”. I would like to display the correct breadcrumb for all terms in my glossary ( https://bywdvw.myraidbox.de/bitcoin-glossar/ ). Currently, all custom post types I have created point directly to the home page (Start > Glossary Term).
I would like it this way (Start > Glossary > Glossary Term) so that users can navigate more easily with the breadcrumb.
Best Regards
Hi,
Please check in this file wp-content/plugins/td-composer/legacy/common/wp_booster/td_category_template.php -> http://prntscr.com/pixkuz here are some functions made for breadcrumbs.
Hope this will help you!
Thank you!
Hi, thank you very much, i will contact now my developer 🙂
Best Regards
my Developer of my Glossary Plugin ask this question:
This file seems related to category/archive page where I have shared a URL for custom post type details page ( single.php ).
Also in your file there were only one script which is only one script related to breadcrumb and that too wouldn’t help:
protected function get_breadcrumbs() {
return td_page_generator::get_category_breadcrumbs($this->current_category_obj);
}
Please check it on priority and reply with a proper solution. You should know it better rather I go through each file and script and create a solution myself.
Thanks!
Hi,
I’ve just made some deep search for the theme breadcrumbs and all the theme breadcrumbs are related to this function that you found in wp-content/plugins/td-composer/legacy/common/wp_booster/td_page_generator.php -> http://prntscr.com/pjey9g
If you want you can use so plugin for breadcrumb, maybe this will have more functionalities.
Thank you for your understanding!