Hi,
first of all, thanks for your great theme. It’s fast and good code.
I see you implement a breadcrumb functionality with different functions for differents templates (author, search, archive, category… etc) but for working with custom post types and taxonomies they aren’t good enought.
I would like to use breadcrumb from seo by yoast, it do a very good job but it’s no easy to implement in your theme. If I add the yoast_breadcrumb function in header.php it’s out your div structure and don’t seem ok. I would like it to appear on the same place your breadcrumbs. There is any easy way to do it without edit all your breadcrumbs function ?
I use a child theme.
Thanks.
Hi,
You need to replace all our breadcrumb function, with the Yoast function if you want to use that breadcrumb. Personally i hadn’t tested the Yoast breadcrumbs, usually we avoid to implement/use/include 3dparty plugins, is very hard to be maintained.
Thanks for the message!
Hi Marius, breadcrumb functions can’t be replaced with child theme, they are on includes/wp_booster/td_page_generator.php and always it’s incluyed from parent theme, not child, maybe if you include all breadcrumb function in a module (as for get_bread_crumbs) that can be replaced in child would be more useful.
-
This reply was modified 12 years by
Indeax.
Hi Marius, the problem is that I would like to modify breadcrumb on whole site not only in forked templates.
I see you have modify breadcrumb functions with different names in the last update. But please, can you create an only file with all breadcrumb functions in next version ? This will make the work easy for developpers to make modifications in future.
As developers we’re having some problems when making changes to the template code. It would be of inestimable help that you had us in mind 🙂
Thanks.
Hi,
I’m searching for a solution to this problem. The last update fixed all the issues with the breadcrumbs (better markup for seo).
Also all the breadcrumb functions are now in includes/wp_booster/td_page_generator.php (it’s still not possible to overwrite it via child theme but I will test it and if everything works I will switch the include method to locate template).
I tried some time before to implement hook/filters but gave up on that plan due to poor demand and issues with the implementation.
Radu O.
