Hi Yoast,
I tested the new version of Breadcrumbs with Thematic.
Please add:
$opt = get_option('yoast_breadcrumbs');
at the beginning of yoast_breadcrumb_output(). Otherwise the $opt['trytheme'] will always be false and the output won't be added to the hooks.
Chris
.. and thanks a lot for integrating the theme support!
Hi Joost,
thanks a lot for your help!
Chris
Hi Chris
I've just installed Breadcrumbs plugin on a site with a very simple modified child of thematic and I am not sure what is the easiest less intrusive method to add the breadcrumb display code on the child.
Would you mind commenting which file / method you've used on the child.
Thanks. Jose Luis.
By the way I forgot to mention that the automatic option of Yoast's plugin does not work for me over the child theme. Thanks. Jose Luis
Sorted.. I did already had a child header so no point in trying to insert it with a function. I added Yoast php code at the end of header.php on the child after the "main" div.
In any case I would prefer it in the content block without having to personalize the index.php file of thematic but that would probably require a function and I haven't managed to find the right one to approach.