How do I change the favicon on the newscast theme? I downloaded the plugin All in One Favicon and uploaded my .ico image and it's not showing.
Favicon
4 posts from 2 voices-
Posted 9 months ago #
-
Hi,
Open header.php and find this code
<!-- title --> <title><?php if (is_home()) { bloginfo('name'); ?><?php } elseif (is_category() || is_page() ||is_single()) { ?> <?php } ?><?php wp_title(''); ?></title>Below or above of that place this code
<link rel="icon" href="<?php echo bloginfo('template_url'); ?>/images/favicon.ico" type="image/png" />Place the favicon image on images folder.
Regards,
IsmaelPosted 9 months ago # -
Thanks
Posted 9 months ago # -
Hi acleverly,
Glad that we could help. I've marked this as resolved. :)
Cheers,
IsmaelPosted 9 months ago #
Topic Closed
This topic has been closed to new replies.














