Hi -
Hoping to get some help. This is my first post to the forum. I am using the Feature Site Child Theme.
1) Clickable Logo in Header:
Followed Ian's instructions to add logo to header. Header looks great. However, I cannot seem to make logo link back to Home Page. Can someone please help me with what I'm missing. Read all the previous posts regarding this but cannot make heads or tails following all the threads.
2) Breadcrumbs:
Have read Yoast breadcrumbs are simpatico with Thematic. Tried the install and followed instructions without success. Yoast forum not helpful. So, where do I add the following code?
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<p id="breadcrumbs">','</p>');
} ?>
Yoast says to add to thematic templates, but I would rather not do this and cannot figure out how to add it to the child theme function.php. (not a PHP expert).
Thanks so much, Enjoying Thematic and this useful forum.
K.N.