WordPress Favicon


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/favicon.ico" type="image/vnd.microsoft.icon"/>
  2. <link rel="icon" href="<?php bloginfo('template_url'); ?>/favicon.ico" type="image/x-ico"/>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.