Viewing 4 replies - 1 through 4 (of 4 total)
  • Step one. – Upload your favicon.ico to website root folder
    Setep two. – Edit your https://www.yoursite.com/wp-content/themes/pinblack/header.php
    add
    <link rel="icon" type="image/ico" href="https://www.yoursite.com/favicon.ico"/>
    just after
    <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]

    Follow these steps:
    1. Go to your WordPress Administration Panel.
    2. Upload the favicon image using the media library.
    3. Click on Theme Editor.
    4. Select the header.php file.
    5. Search this code if not included then add the following code below the <head> HTML tag.

    <link rel="shortcut icon" href="<?php bloginfo('stylesheet_directory'); ?>/favicon.ico (name of image)" />

    and you can follow this link.

    Thread Starter Pinnip

    (@pinnip)

    Thanks for the quick answers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: PinBlack] Favicon’ is closed to new replies.