Helping you Build Your Own Social Network!

Faster, better and easier!

Favicon

(2 posts) (2 voices)
  • Started 6 months ago by hennie
  • Latest reply from Brajesh Singh

Tags:


  1. 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

    Posted 6 months ago #
  2. 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.

    Posted 6 months ago #

Reply

You must log in to post.