Favicon on wordpress
问题 I've got a problem with my favicon on wordpress, I didn't even figure it out why because it worked on firefox. But let me review the problem. I used two ways to display the favicon on my website. My first approach was to add the favicon on the head with the link tag in this way: <link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/images/chick.png"> <link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/images/chick.svg"> and it didn't work. Then I tried