I have the Cosmic buddy pro theme. Ho do I get a favicon in the browser. I have a .ico format favicon file and uloaded it. But where do I add it. Tried accessing the them header.php but there is none in cosmic buddy pro?
Please help
Faster, better and easier!
I have the Cosmic buddy pro theme. Ho do I get a favicon in the browser. I have a .ico format favicon file and uloaded it. But where do I add it. Tried accessing the them header.php but there is none in cosmic buddy pro?
Please help
Hi Hennie,
for now, please put this in function.php of cb-pro
add_action('wp_head','show_site_icon');
function show_site_icon(){
?>
<link rel="shortcut icon" href="<?php echo get_bloginfo('url');?>/favicon.ico" />
<?php }
?>
and upload the favicon.ico to your sites root directory. Sorry, I missed it in the theme.
You must log in to post.