
I am a big fan of the Atahualpa theme, as we use it for our website.
on our website, www.livethelanguage.cn, the favicon appears one you enter
the homepage, but disappears on all the subpages.
excerpt from the front.php:
Code:
<?php bfa_meta_tags(); ?> <?php if ($bfa_ata['favicon_file'] != "") { ?><link rel="shortcut icon" href="<?php echo $templateURI; ?>/images/favicon/<?php echo $bfa_ata['favicon_file']; ?>" />
Code:
http://ltlcdn1.ltl.netdna-cdn.com/wp-content/themes/atahualpa/images/favicon/favicon.ico
Code:
rel="shortcut icon" href="<wp-content/themes/atahualpa/images/favicon/favicon.ico"
Any ideas on how to get the Favicon to show up on all pages?

thanks