Add favicon

This support request was posted in BBQ by lauramanney

Request ID #770 Resolved
  • I’ve made a 16 x 16 px favicon.png. How do i add this?

    Hi Laura,

    Unfortunately by the time, there’s no option through the option panel for the favicon. What you can do is include that favicon through a link tag with a function on functions.php

    This should be adding:

    
    function nice_custom_favicon(){
        echo '';
    }
    
    add_action(  'wp_head', 'nice_custom_favicon'  );
    
    

    to the file functions.php. Remember to replace http://example.com/favicon.png with your favicon address.

    Best,
    Juan.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as resolved

Only the topic author can re-open this thread.

Login to your Account

Welcome back! Please log in to your account by filling the fields below:

Forgot?

Not a member? Create a free account.

Create a Free Account

You're 27 seconds away from some awesome WordPress free stuff, benefits and more. Create a free account and have access to our free products, benefits and more!

Already have an account? Log in
Secure Server