Quote:
|
Originally Posted by sjlong
Larry,
Can I hard code the path then?
Rosetrees - I can do that, but it's complicated. Once church member owns the domain, I set up and lease the space on the server that is running the site. If there is no other way around, I can ask the domain admin to move it from yahoo to godaddy where I host. Complicated, but not impossible if there's no other work around.
Thanks
|
You can hardcode the path, which would eliminate the need to move hosts.
But you would need to edit atahualpa's header.php
Look for this line:
PHP Code:
<?php if ($bfa_ata['favicon_file'] != "") { ?><link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/images/favicon/<?php echo $bfa_ata['favicon_file']; ?>" /><?php } ?>
and replace it with
HTML Code:
<link rel="shortcut icon" href="http://capegreen.info/wordpress/wp-content/themes/atahualpa353/images/favicon/shell_icon.ico" />
Only drawback is, you would have to redo this modification when you upgrade atahualpa.